Home
last modified time | relevance | path

Searched refs:num_fds (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Devent-loop.c192 int num_fds; member
552 gdb_notifier.num_fds++; in create_file_handler()
556 (gdb_notifier.num_fds in create_file_handler()
586 if (gdb_notifier.num_fds <= fd) in create_file_handler()
587 gdb_notifier.num_fds = fd + 1; in create_file_handler()
642 gdb_notifier.num_fds--; in delete_file_handler()
659 if ((fd + 1) == gdb_notifier.num_fds) in delete_file_handler()
661 gdb_notifier.num_fds--; in delete_file_handler()
662 for (i = gdb_notifier.num_fds; i; i--) in delete_file_handler()
669 gdb_notifier.num_fds = i; in delete_file_handler()
[all …]
/dragonfly/lib/libc/sysvipc/
H A Dsockets.c238 close_fds(int *fds, int num_fds) in close_fds() argument
242 for (i=0; i < num_fds; i++) in close_fds()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c1152 int n, num_fds; in readwrite() local
1195 num_fds = poll(pfd, 4, timeout); in readwrite()
1198 if (num_fds == -1) in readwrite()
1202 if (num_fds == 0) in readwrite()
/dragonfly/sys/kern/
H A Dsys_generic.c92 int num_fds; /* Number of file descriptors (syscall arg) */ member
949 while (skap->proc_fds < skap->num_fds) { in select_copyin()
1155 kap->num_fds = nd; in doselect()
1213 kap->lwp->lwp_kqueue_serial += kap->num_fds; in doselect()