/// Used by the NFS daemons to pass information into and out of the kernel and
/// also to enter the kernel as a server daemon.
pubunsafefnnfssvc(fd:i32, args:usize)->Result<(), Errno>{let fd = fd asusize;unsafe{syscall2(SYS_NFSSVC, fd, args).map(drop)}}