HomeSort by: relevance | last modified time | path
    Searched defs:fd_next_zero (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_descrip.c 222 fd_next_zero(filedesc_t *fdp, uint32_t *bitmap, int want, u_int bits) function in typeref:typename:int
913 hi = fd_next_zero(fdp, fdp->fd_himap, off,
917 i = fd_next_zero(fdp, &fdp->fd_lomap[hi],
kern_descrip.c 222 fd_next_zero(filedesc_t *fdp, uint32_t *bitmap, int want, u_int bits) function in typeref:typename:int
913 hi = fd_next_zero(fdp, fdp->fd_himap, off,
917 i = fd_next_zero(fdp, &fdp->fd_lomap[hi],

Completed in 25 milliseconds