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

  /src/usr.sbin/nfsd/
nfsd.c 279 * The functions daemon2_fork() and daemon2_detach() below provide
283 * When the daemon is ready to provide service, daemon2_detach()
291 * be passed as the first argument to daemon2_detach().
306 * descriptors that may be closed in daemon2_detach(). The
356 daemon2_detach(int parentfd, int nochdir, int noclose) function in typeref:typename:int
555 daemon2_detach(parent_fd, 0, 0);

Completed in 13 milliseconds