Home
last modified time | relevance | path

Searched refs:fd_select (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c284 if ((peer->input.id = fd_select(peer->input.fd, lsock_input, in lsock_listen_input()
337 p->str_id = fd_select(p->str_sock, lsock_listen_input, p, NULL); in lsock_init_port()
383 peer->input.id = fd_select(peer->input.fd, lsock_input, in lsock_init_port()
H A Dtrans_inet.c546 if ((sock->input.id = fd_select(sock->input.fd, ipv4_input, in ipv4_activate_sock()
786 if ((sock->input.id = fd_select(sock->input.fd, ipv6_input, in ipv6_activate_sock()
H A Dtrans_udp.c146 if ((p->input.id = fd_select(p->input.fd, udp_input, in udp_init_port()
H A Dsnmpmod.h608 void *fd_select(int, void (*)(int, void *), void *, struct lmodule *);
H A Dmain.c952 fd_select(int fd, void (*func)(int, void *), void *udata, struct lmodule *mod) in fd_select() function
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile49 MLINKS+= snmpmod.3 fd_select.3
/freebsd/sys/dev/fdc/
H A Dfdc.c620 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 Dhostres_device_tbl.c507 devd_fd = fd_select(devd_sock, devd_socket_callback, NULL, mod); in start_device_tbl()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c918 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 Dsnmp_ntp.c210 ntpd_fd = fd_select(ntpd_sock, ntpd_input, NULL, module); in ntp_start()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII.c1718 if ((route_fd = fd_select(route, route_input, NULL, module)) == NULL) { in mibII_start()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc623 OLD_FILES+=usr/share/man/man3/fd_select.3.gz