HomeSort by: relevance | last modified time | path
    Searched defs:address (Results 1 - 25 of 928) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xencomm.h 37 uint32_t nr_addrs; /* the number of entries in address[] */
38 uint64_t address[0]; member in struct:xencomm_desc
  /src/external/bsd/unbound/dist/contrib/
warmup.cmd 11 rem DNS host address
12 set address="127.0.0.1" variable
141 ) do "%dig%" %%a @%address% 1>nul 2>nul
146 %dig% -f %arg% @%address% 1>nul 2>nul
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
sync-cache.c 37 const char *address; local
51 /* Loop over the address range, clearing one cache line at once.
56 /* Make the start address of the loop cache aligned. */
57 address = (const char*) ((__UINTPTR_TYPE__) base
60 for (; address < (const char *) end; address += dcache_lsize)
63 : "r" (address)
73 /* Make the start address of the loop cache aligned. */
74 address = (const char*) ((__UINTPTR_TYPE__) base
77 for (; address < (const char *) end; address += icache_lsize
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
sync-cache.c 37 const char *address; local
51 /* Loop over the address range, clearing one cache line at once.
56 /* Make the start address of the loop cache aligned. */
57 address = (const char*) ((__UINTPTR_TYPE__) base
60 for (; address < (const char *) end; address += dcache_lsize)
63 : "r" (address)
73 /* Make the start address of the loop cache aligned. */
74 address = (const char*) ((__UINTPTR_TYPE__) base
77 for (; address < (const char *) end; address += icache_lsize
    [all...]
  /src/sys/arch/acorn32/podulebus/
netslot.c 61 netslotread(u_int address, int offset)
67 WriteByte(address, 0);
71 (void)ReadByte(address);
75 return(ReadByte(address));
82 volatile u_char *address; local
86 /* Reset the address counter */
90 address = (u_char *)NETSLOT_BASE;
115 podule->flags0 = *address;
116 podule->flags1 = *address;
117 podule->reserved = *address;
    [all...]
  /src/sys/arch/cats/include/
bootconfig.h 46 u_int address; member in struct:_PhysMem
  /src/sys/arch/epoc32/include/
bootconfig.h 42 u_int address; member in struct:_PhysMem
  /src/sys/arch/hpcarm/include/
bootconfig.h 46 u_int address; member in struct:_PhysMem
  /src/sys/arch/netwinder/include/
bootconfig.h 48 u_int address; member in struct:_PhysMem
  /src/sys/arch/shark/include/
bootconfig.h 46 u_int address; member in struct:_PhysMem
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
mdns_addr_tailq.h 38 mDNSAddr address; // IPv4 or IPv6 address. member in struct:mdns_addr_with_port
39 mDNSIPPort port; // The port number that is associated with the address above.
51 * Creates a tail queue that contains IP address and port number.
88 * Adds an IP address with its corresponding port number into the front of the tail queue.
91 * The tail queue where the address and port number to be added into.
93 * @param address
94 * The IP address to be added.
97 * The corresponding port number of the added address to be added.
100 * The added address with its port number in the front of the tail queue, or NULL if the system was out of memory
    [all...]
  /src/external/bsd/libpcap/dist/rpcapd/
config_params.h 46 char address[MAX_LINE + 1]; // keeps the network address (either numeric or literal) to of the active client member in struct:active_pars
48 int ai_family; // address family to use
  /src/external/bsd/ntp/dist/tests/libntp/
refnumtoa.c 28 /* We test with a refclock address of type LOCALCLOCK.
34 sockaddr_u address; local
40 AF(&address) = AF_INET;
41 NSRCADR(&address) = htonl(addr);
45 TEST_ASSERT_EQUAL_STRING(expected, refnumtoa(&address));
60 sockaddr_u address; local
66 AF(&address) = AF_INET;
67 NSRCADR(&address) = htonl(addr);
72 TEST_ASSERT_EQUAL_STRING(expected, refnumtoa(&address));
  /src/external/ibm-public/postfix/dist/src/global/
rcpt_buf.h 33 VSTRING *address; /* final recipient */ member in struct:__anon23122
46 ((buf)->rcpt.address = vstring_str((buf)->address), \
  /src/external/mpl/bind/dist/lib/isc/include/isc/
interfaceiter.h 25 * Interfaces whose address family is not supported are ignored and never
50 unsigned int af; /*%< Address family. */
51 isc_netaddr_t address; /*%< Local address. */ member in struct:isc_interface
53 isc_netaddr_t dstaddress; /*%< Destination address
  /src/sys/arch/bebox/stand/boot/
cons.h 43 int address; /* address */ member in struct:consdev
  /src/sys/arch/cobalt/stand/boot/
cons.h 43 int address; /* address */ member in struct:consdev
  /src/sys/arch/evbarm/include/
bootconfig.h 50 u_long address; member in struct:_PhysMem
  /src/sys/arch/mmeye/stand/boot/
cons.h 81 int address; /* address */ member in struct:consdev
  /src/sys/arch/prep/stand/boot/
cons.h 43 int address; /* address */ member in struct:consdev
  /src/sys/arch/rs6000/stand/boot/
cons.h 43 int address; /* address */ member in struct:consdev
  /src/sys/arch/sgimips/stand/common/
iris_cons.h 34 int address; /* address */ member in struct:consdev
  /src/sys/arch/zaurus/include/
bootconfig.h 50 u_int address; member in struct:_PhysMem
  /src/sys/ddb/
db_break.h 42 db_addr_t address; /* set here */ member in struct:db_breakpoint
  /src/sys/dev/pci/
joy_pci.c 77 pcireg_t address, mask; local
79 address = pci_conf_read(pc, tag, reg);
82 pci_conf_write(pc, tag, reg, address);
84 return (PCI_MAPREG_TYPE(address) == PCI_MAPREG_TYPE_IO &&

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>