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

  /src/external/bsd/unbound/dist/testcode/
petal.c 133 fd_close(int fd) function
314 fd_close(fd);
319 fd_close(fd);
620 fd_close(s);
626 fd_close(fd);
  /src/sys/kern/
kern_descrip.c 396 * A. fd_close store ff->ff_file = NULL
397 * B. fd_close refcnt = atomic_dec_uint_nv(&ff->ff_refcnt)
408 * then fd_close determines that there are no more
413 * By making B a release operation in fd_close, and by
419 * sequenced before B in fd_close, and C is
425 * null or nonnull, but either way, fd_close
469 fd_close(fd);
501 (void)fd_close(fd);
607 fd_close(unsigned fd) function
800 (void)fd_close(newfd)
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 726 fd_close(int fd) function
760 fd_close(fd);
765 fd_close(fd);
841 fd_close(fd);
1160 fd_close(fd);
1167 fd_close(fd);

Completed in 46 milliseconds