nfssvc(2) nfssvc(2)NAME nfssvc, async_daemon - provides NFS daemons SYNOPSIS int nfssvc(sock) int sock; async_daemon() DESCRIPTION nfssvc starts an NFS daemon listening on socket sock. The socket must be AF_INET, and SOCK_DGRAM (protocol UDP/IP). The system call will return only if the process is killed. async_daemon implements the NFS daemon that handles asynchronous I/O for an NFS client. The system call never returns. LIMITATIONS These two system calls allow kernel processes to have user context. SEE ALSO mountd(1M), nfsd(1M) in A/UX System Administrator's Reference January 1992 1