| /openbsd/src/sys/arch/i386/i386/ |
| D | bus_space.c | 300 void *_addr = a; in i386_bus_space_io_read_region_1() local 308 "+D" (_addr), "+c" (_cnt), "+d" (_port) :: in i386_bus_space_io_read_region_1() 317 void *_addr = a; in i386_bus_space_io_read_region_2() local 325 "+D" (_addr), "+c" (_cnt), "+d" (_port) :: in i386_bus_space_io_read_region_2() 334 void *_addr = a; in i386_bus_space_io_read_region_4() local 342 "+D" (_addr), "+c" (_cnt), "+d" (_port) :: in i386_bus_space_io_read_region_4() 390 const void *_addr = a; in i386_bus_space_io_write_region_1() local 398 "+d" (_port), "+S" (_addr), "+c" (_cnt) :: in i386_bus_space_io_write_region_1() 407 const void *_addr = a; in i386_bus_space_io_write_region_2() local 415 "+d" (_port), "+S" (_addr), "+c" (_cnt) :: in i386_bus_space_io_write_region_2() [all …]
|
| /openbsd/src/sys/uvm/ |
| D | uvm_map.h | 95 #define UVM_MAP_CLIP_START(_map, _entry, _addr) \ argument 97 KASSERT((_entry)->end + (_entry)->fspace > (_addr)); \ 98 if ((_entry)->start < (_addr)) \ 99 uvm_map_clip_start((_map), (_entry), (_addr)); \ 109 #define UVM_MAP_CLIP_END(_map, _entry, _addr) \ argument 111 KASSERT((_entry)->start < (_addr)); \ 112 if ((_entry)->end > (_addr)) \ 113 uvm_map_clip_end((_map), (_entry), (_addr)); \
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/ |
| D | SharedMem.pm | 53 bless { _id => $id, _addr => undef, _isrm => 0 }, $class 65 $self->{_addr}; 81 $self->{_addr} = shmat($self->id, undef, $flag || 0); 90 undef $self->{_addr} if $rv;
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | UnwindCursor.hpp | 240 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionHeader() 243 return _addressSpace.get32(_addr + in version() 247 return _addressSpace.get32(_addr + in commonEncodingsArraySectionOffset() 252 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in commonEncodingsArrayCount() 256 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header, in personalityArraySectionOffset() 261 _addr + offsetof(unwind_info_section_header, personalityArrayCount)); in personalityArrayCount() 265 _addr + offsetof(unwind_info_section_header, indexSectionOffset)); in indexSectionOffset() 269 _addr + offsetof(unwind_info_section_header, indexCount)); in indexCount() 274 typename A::pint_t _addr; member in libunwind::UnwindSectionHeader 280 : _addressSpace(addressSpace), _addr(addr) {} in UnwindSectionIndexArray() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
| D | SMTP.pm | 291 sub _addr { subroutine 310 my $addr = _addr($me, shift); 366 $opts .= " TRANSID=" . _addr($me, $v); 428 sub send { my $me = shift; $me->_SEND("FROM:" . _addr($me, $_[0])) } 429 sub send_or_mail { my $me = shift; $me->_SOML("FROM:" . _addr($me, $_[0])) } 430 sub send_and_mail { my $me = shift; $me->_SAML("FROM:" . _addr($me, $_[0])) } 485 if ($smtp->_RCPT("TO:" . _addr($smtp, $addr) . $opts)) {
|
| /openbsd/src/sys/sys/ |
| D | ptrace.h | 113 int process_set_pc(struct proc *_t, caddr_t _addr); 132 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
|
| D | siginfo.h | 154 void *_addr; /* faulting address */ member 183 #define si_addr _data._fault._addr
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | fpu.h | 76 int xrstor_user(struct savefpu *_addr, uint64_t _mask); 77 void xrstor_kern(struct savefpu *_addr, uint64_t _mask);
|
| /openbsd/src/sys/arch/alpha/pci/ |
| D | mcpcia_pci.c | 46 #define KV(_addr) ((void *)ALPHA_PHYS_TO_K0SEG((_addr))) argument
|
| D | mcpcia.c | 84 #define KV(_addr) ((caddr_t)ALPHA_PHYS_TO_K0SEG((_addr))) argument
|
| /openbsd/src/sys/arch/alpha/mcbus/ |
| D | mcbus.c | 53 #define KV(_addr) ((caddr_t)ALPHA_PHYS_TO_K0SEG((_addr))) argument
|
| /openbsd/src/distrib/miniroot/ |
| D | install.sub | 1007 local _addr=$1 _name=$2 _delim="." 1009 [[ -z $_addr || -z $_name ]] && return 1011 [[ $_addr == *:* ]] && _delim=":" 1015 echo "$_addr $_name" >>/tmp/i/hosts 1088 local _if=$1 _name=$2 _hn=$3 _addr _mask _newaddr 1093 _addr=$2; 1201 local _if=$1 _name=$2 _hn=$3 _addr _newaddr _prefixlen 1209 _addr=autoconf 1211 _addr=$2 3361 while read _addr _hn _aliases; do [all …]
|
| /openbsd/src/sys/arch/armv7/exynos/ |
| D | exiic.c | 248 exiic_i2c_exec(void *cookie, i2c_op_t op, i2c_addr_t _addr, in exiic_i2c_exec() argument 256 addr = (_addr & 0x7f) << 1; in exiic_i2c_exec()
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd.c | 391 #define IPv4_cmp(_in, _addr, _mask) ( \ argument 393 (_addr)->addr.ipv4.s_addr) 395 #define IPv6_cmp(_in6, _addr, _mask) ( \ argument 397 == (_addr)->addr.addr32[3]) && \ 399 == (_addr)->addr.addr32[2]) && \ 401 == (_addr)->addr.addr32[1]) && \ 403 == (_addr)->addr.addr32[0]))
|
| /openbsd/src/sys/dev/pci/ |
| D | if_icevar.h | 462 #define ice_for_each_set_bit(_bitpos, _addr, _maxlen) \ argument 463 for ((_bitpos) = ice_find_first_bit((_addr), (_maxlen)); \ 465 (_bitpos) = ice_find_next_bit((_addr), (_maxlen), (_bitpos) + 1))
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | mktables | 1993 *$subname = sub ($_addr) { 1995 my $addr = pack 'J', refaddr $_addr; 3561 sub new($class, $_addr, $_end, @_args) { 3565 $start{$addr} = $_addr;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ChangeLog-2000 | 5413 fill in {text, data, bss}_addr any more. 5414 (default_symfile_offsets): Don't use {text, data, bss}_addr fields 5416 (syms_from_objfile): Don't deal with {text, data, bss}_addr as a
|