Searched refs:fdsp (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 1062 fd_set *fdsp; in wait_for_reply() 1067 if ((fdsp = (fd_set *)malloc(fdsn)) == NULL) in wait_for_reply() 1069 memset(fdsp, 0, fdsn); in wait_for_reply() 1070 FD_SET(sock, fdsp); in wait_for_reply() 1073 if (select(sock + 1, fdsp, (fd_set *)0, (fd_set *)0, &wait) > 0) in wait_for_reply() 1076 free(fdsp); in wait_for_reply()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 1217 fd_set *fdsp; in wait_for_reply() local 1225 if ((fdsp = malloc(nfds * sizeof(fd_mask))) == NULL) in wait_for_reply() 1227 memset(fdsp, 0, nfds * sizeof(fd_mask)); in wait_for_reply() 1228 FD_SET(sock, fdsp); in wait_for_reply() 1239 error = select(sock + 1, fdsp, NULL, NULL, &wait); in wait_for_reply() 1248 free(fdsp); in wait_for_reply()
|
/freebsd/lib/libcasper/libcasper/ |
H A D | service.c | 333 fd_add(fd_set *fdsp, int maxfd, int fd) in fd_add() argument 336 FD_SET(fd, fdsp); in fd_add()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_gvt-d-opregion.h | 126 uint32_t fdsp; ///< Offset 0x3B2 Size of DSS buffer member
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 8630 struct nfsdevice **fdsp) in nfsrv_mdscopymr() argument 8642 *fdsp = NULL; in nfsrv_mdscopymr() 8694 *fdsp = nfsv4_findmirror(curnmp); in nfsrv_mdscopymr() 8696 if (*fdsp == NULL) in nfsrv_mdscopymr()
|