Home
last modified time | relevance | path

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

/freebsd/contrib/capsicum-test/
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()
/freebsd/sys/kern/
H A Duipc_usrreq.c2421 unp_freerights(struct filedescent **fdep, int fdcount) in unp_freerights() argument
2426 KASSERT(fdcount > 0, ("%s: fdcount %d", __func__, fdcount)); in unp_freerights()
2428 for (i = 0; i < fdcount; i++) { in unp_freerights()
2991 unp_remove_dead_ref(struct filedescent **fdep, int fdcount) in unp_remove_dead_ref() argument
3004 for (i = 0; i < fdcount; i++) { in unp_remove_dead_ref()
3015 unp_restore_undead_ref(struct filedescent **fdep, int fdcount) in unp_restore_undead_ref() argument
3028 for (i = 0; i < fdcount; i++) { in unp_restore_undead_ref()