Searched refs:NDSLOT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_descrip.c161 #define NDSLOT(x) ((x) / NDENTRIES) macro
210 off = NDSLOT(low);
234 off = NDSLOT(size);
241 for (minoff = NDSLOT(0); off >= minoff; --off)
256 return ((fdp->fd_map[NDSLOT(fd)] & NDBIT(fd)) != 0);
270 fdp->fd_map[NDSLOT(fd)] |= NDBIT(fd);
290 fdp->fd_map[NDSLOT(fd)] &= ~NDBIT(fd);

Completed in 41 milliseconds