Searched refs:fdsp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/traceroute6/ |
| H A D | traceroute6.c | 1076 fd_set *fdsp; in wait_for_reply() 1081 if ((fdsp = (fd_set *)malloc(fdsn)) == NULL) in wait_for_reply() 1083 memset(fdsp, 0, fdsn); in wait_for_reply() 1084 FD_SET(sock, fdsp); in wait_for_reply() 1087 if (select(sock + 1, fdsp, (fd_set *)0, (fd_set *)0, &wait) > 0) in wait_for_reply() 1090 free(fdsp); in wait_for_reply()
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | pci_gvt-d-opregion.h | 126 uint32_t fdsp; ///< Offset 0x3B2 Size of DSS buffer member
|
| /freebsd-14.2/lib/libcasper/libcasper/ |
| H A D | service.c | 334 fd_add(fd_set *fdsp, int maxfd, int fd) in fd_add() argument 337 FD_SET(fd, fdsp); in fd_add()
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | traceroute.c | 1290 fd_set *fdsp; in wait_for_reply() local 1298 if ((fdsp = malloc(nfds * sizeof(fd_mask))) == NULL) in wait_for_reply() 1300 memset(fdsp, 0, nfds * sizeof(fd_mask)); in wait_for_reply() 1301 FD_SET(sock, fdsp); in wait_for_reply() 1312 error = select(sock + 1, fdsp, NULL, NULL, &wait); in wait_for_reply() 1321 free(fdsp); in wait_for_reply()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 8623 struct nfsdevice **fdsp) in nfsrv_mdscopymr() argument 8635 *fdsp = NULL; in nfsrv_mdscopymr() 8687 *fdsp = nfsv4_findmirror(curnmp); in nfsrv_mdscopymr() 8689 if (*fdsp == NULL) in nfsrv_mdscopymr()
|