Home
last modified time | relevance | path

Searched refs:fdcount (Results 1 – 2 of 2) sorted by relevance

/src/tests/sys/capsicum/
H A Dselect.cc19 int InitFDSet(fd_set* fset, int *fds, int fdcount) { in InitFDSet() argument
22 for (int ii = 0; ii < fdcount; ii++) { in InitFDSet()
/src/sys/kern/
H A Duipc_usrreq.c3449 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() argument
3454 KASSERT(fdcount > 0, ("%s: fdcount %d", __func__, fdcount)); in unp_freerights()
3456 for (i = 0; i < fdcount; i++) { in unp_freerights()
3995 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref() argument
4008 for (i = 0; i < fdcount; i++) { in unp_remove_dead_ref()
4019 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref() argument
4032 for (i = 0; i < fdcount; i++) { in unp_restore_undead_ref()