/src/sbin/mount_nfs/ |
iodesc.h | 43 int socket; member in struct:iodesc
|
/src/usr.sbin/ldpd/ |
ldp_command.h | 39 int socket; member in struct:com_sock 40 int auth; /* 1 if socket is authenticated */
|
socketops.h | 68 int type, socket; member in struct:hello_socket
|
ldp_peer.h | 64 /* TCP socket */ 65 int socket; member in struct:ldp_peer
|
/src/sys/arch/hpcarm/dev/ |
j720pcic.c | 116 int socket = sp->socket; local in function:j720_socket_setup 124 sp->power_capability = ip[socket]; 154 switch (so->socket) { 163 panic("j720_set_power: bogus socket (%d)", so->socket);
|
/src/tests/net/net/ |
t_socket_afinet.c | 39 #include <sys/socket.h> 49 #define socket rump_sys_socket macro 69 sd = socket(PF_INET, SOCK_DGRAM, 0); 90 sd = socket(PF_INET, SOCK_DGRAM, 0); 113 sd = socket(PF_INET, SOCK_DGRAM, 0); 141 ss = socket(PF_INET, SOCK_STREAM, 0); 156 cs = socket(PF_INET, SOCK_STREAM, 0); 170 /* Client closes socket! */ 177 * socket to become readable. 203 ss = socket(PF_INET, SOCK_STREAM, 0) [all...] |
/src/sys/arch/arm/sa11x0/ |
sa11xx_pcicvar.h | 34 int socket; /* socket number */ member in struct:sapcic_socket
|
/src/tests/net/tcp/ |
t_tcp_connect_port.c | 40 #include <sys/socket.h> 59 #define socket rump_sys_socket macro 186 * Given a domain and sockaddr, open a listening socket with automatic port 187 * selection. Then, try to connect 64K times. Ensure the connected socket never 206 * port on which we have a listening socket. 210 /* Setup the listen socket. */ 211 lsock = socket(domain, SOCK_STREAM, 0); 212 ATF_REQUIRE_MSG(lsock >= 0, "socket() for listen socket failed: %s", 220 * Get the address of the listen socket, which will be the destinatio [all...] |
/src/sys/arch/arm/imx/ |
imx_pcic.h | 33 int socket; /* socket number */ member in struct:imx_pcic_socket
|
/src/sys/arch/arm/xscale/ |
pxa2x0_pcic.h | 25 int socket; /* socket number */ member in struct:pxapcic_socket
|
/src/sys/arch/x86/pci/ |
amdtemp.c | 125 const uint8_t socket; member in struct:__anon9c885a410108::__anon9c885a410208 373 switch (amdtemp_core[i].cpu[j].socket) { 377 aprint_normal(", socket AM2"); 380 aprint_normal(", socket S1"); 383 aprint_normal(", socket F"); 413 * socket counter to correctly enumerate the CPUs on multi-socket 487 * There's one sensor per memory controller (= socket), so we use the 488 * device unit as socket counter to correctly enumerate the CPUs.
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
pvcalls.h | 68 } socket; member in union:xen_pvcalls_request::__anon158892ed010a 115 } socket; member in union:xen_pvcalls_response::__anon158892ed020a
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 37 #include <sys/socket.h> 38 #define socket(a,b,c) rump_sys_socket(a,b,c) macro
|
/src/usr.bin/rump_dhcpclient/ |
dhcpcd.h | 31 #include <sys/socket.h> 74 int socket; member in struct:if_state
|
/src/sys/arch/evbarm/g42xxeb/ |
gb225_pcic.c | 71 struct sapcic_socket ss; /* inherit socket for sa11x0 pcic */ 125 GB225_CFDET + 2 * so->ss.socket); 161 sc->sc_socket[i].ss.socket = i; 213 struct opcic_socket *socket = arg; local in function:opcic_card_detect 214 struct opcic_softc *sc = (struct opcic_softc *)socket->ss.sc; 217 int sock_no = socket->ss.socket; 290 obio_peripheral_reset(bsc, so->ss.socket, arg); 325 so->ss.socket, 327 GB225_CFDET + 2*so->ss.socket))); [all...] |
/src/sys/dev/iscsi/ |
iscsi_ioctl.h | 43 int socket; member in struct:__anonb1d6e0de0108 80 socket
|
/src/sys/dev/ic/ |
i82365var.h | 61 int socket; /* socket index 0 or 1 */ member in struct:pcic_handle
|
i82365.c | 233 int i, reg, chip, socket; local in function:pcic_attach 246 socket = i % 2; 250 h->socket = socket; 251 h->sock = chip * PCIC_CHIP_OFFSET + socket * PCIC_SOCKET_OFFSET; 261 if (socket == 0) { 273 if (socket == 0 || 279 * During the socket probe, read the ident register 285 DPRINTF(("socket %d ident reg 0x%02x\n", i, reg)); 287 DPRINTF(("socket %d ident reg 0x%02x\n", i, reg)) [all...] |
/src/sys/arch/sparc/dev/ |
ts102.c | 131 /* Socket status */ 140 bus_space_tag_t sc_bustag; /* socket control io */ 466 printf(" socket %d", td->td_slot); 641 * Power down the socket and disable access 665 /* Power down the socket to reset it */ 742 unsigned int socket; local in function:tslot_event_thread 762 if ((socket = ffs(sc->sc_events)) == 0) { 767 socket--; 768 sc->sc_events &= ~(1 << socket); 771 if (socket >= TS102_NUM_SLOTS) [all...] |
/src/sys/dev/ |
smbiosvar.h | 221 uint8_t socket; /* string */ member in struct:smbios_processor 239 uint8_t cores; /* cores per socket */ 240 uint8_t enabled; /* enabled cores per socket */ 241 uint8_t threads; /* threads per socket */
|
/src/sys/stand/efiboot/ |
smbios.h | 216 uint8_t socket; /* string */ member in struct:smbios_processor 234 uint8_t cores; /* cores per socket */ 235 uint8_t enabled; /* enabled cores per socket */ 236 uint8_t threads; /* threads per socket */
|
/src/usr.sbin/syslogd/ |
syslogd.h | 55 #include <sys/socket.h> 303 /* a pair of a socket and an associated event object */ 419 int socket; member in struct:TLS_Incoming_Conn
|
/src/sys/sys/ |
socketvar.h | 81 TAILQ_HEAD(soqhead, socket); 84 * Variables for socket buffering. 89 struct socket *sb_so; /* back pointer to socket */ 101 socket buffer */ 117 #define SB_AUTOSIZE 0x800 /* automatically size socket buffer */ 120 * Kernel structure per socket. 133 struct socket { struct 136 short so_type; /* generic type, see socket.h */ 137 short so_options; /* from socket call, see socket.h * [all...] |
/src/sys/dev/sbus/ |
stp4020reg.h | 47 #define STP4020_NWIN 3 /* number of windows per socket */ 50 * Socket control registers. 52 * Each PCMCIA socket has two interface control registers and two interface 57 * Socket Interface Control register 0 101 * Socket Interface Control register 1 116 * should be switched onto Vpp for this socket. 142 * Socket Interface Status register 0 145 * the socket is configured as MEMORY-ONLY or MEMORY & I/O: 146 * mo: valid only if the socket is in memory-only mode 147 * io: valid only if the socket is in memory and I/O mode 297 struct stp4020_socket_csr_t socket[STP4020_NSOCK]; \/* socket CSRs *\/ member in struct:stp4020_regs_t [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
sysctl.h | 443 uint32_t socket; member in struct:xen_sysctl_cputopo
|