nfssvc(2) NFS nfssvc(2)
NAME
nfssvc, asyncdaemon - NFS daemons
SYNOPSIS
nfssvc (sock)
int sock;
asyncdaemon()
DESCRIPTION
nfssvc() starts an NFS daemon listening on socket sock. The
socket must be AFINET, and SOCKDGRAM (protocol UDP/IP).
The system call will return only if the socket is invalid.
asyncdaemon() implements the NFS daemon that handles asyn-
chronous I/O for an NFS client. This system call never
returns.
Both system calls result in kernel-only processes with user
memory discarded.
SEE ALSO
mountd(1M)
Page 1 CX/UX Network File System