Searched refs:fd_select (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | trans_lsock.c | 283 if ((peer->input.id = fd_select(peer->input.fd, lsock_input, in lsock_listen_input() 336 p->str_id = fd_select(p->str_sock, lsock_listen_input, p, NULL); in lsock_init_port() 382 peer->input.id = fd_select(peer->input.fd, lsock_input, in lsock_init_port()
|
| H A D | trans_inet.c | 544 if ((sock->input.id = fd_select(sock->input.fd, ipv4_input, in ipv4_activate_sock() 784 if ((sock->input.id = fd_select(sock->input.fd, ipv6_input, in ipv6_activate_sock()
|
| H A D | snmpmod.h | 608 void *fd_select(int, void (*)(int, void *), void *, struct lmodule *);
|
| H A D | main.c | 952 fd_select(int fd, void (*func)(int, void *), void *udata, struct lmodule *mod) in fd_select() function
|
| /freebsd/usr.sbin/bsnmpd/bsnmpd/ |
| H A D | Makefile | 54 MAN3LINKS+= snmpmod.3 fd_select.3
|
| /freebsd/sys/dev/fdc/ |
| H A D | fdc.c | 620 fd_select(struct fd_data *fd) in fd_select() function 843 fd_select(fd); in fdc_worker() 1930 fd_select(fd); in fd_probe()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | hostres_device_tbl.c | 507 devd_fd = fd_select(devd_sock, devd_socket_callback, NULL, mod); in start_device_tbl()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | snmp_netgraph.c | 918 if ((csock_fd = fd_select(csock, csock_input, NULL, module)) == NULL) { in ng_start() 922 if ((dsock_fd = fd_select(dsock, dsock_input, NULL, module)) == NULL) { in ng_start()
|
| /freebsd/contrib/bsnmp/snmp_ntp/ |
| H A D | snmp_ntp.c | 210 ntpd_fd = fd_select(ntpd_sock, ntpd_input, NULL, module); in ntp_start()
|
| /freebsd/contrib/bsnmp/snmp_mibII/ |
| H A D | mibII.c | 1715 if ((route_fd = fd_select(route, route_input, NULL, module)) == NULL) { in mibII_start()
|
| /freebsd/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 640 OLD_FILES+=usr/share/man/man3/fd_select.3.gz
|