Lines Matching +full:nfs +full:- +full:kernel +full:- +full:server
1 /*-
41 #include <nfs/nfssvc.h>
45 #include <fs/nfs/rpcv2.h>
46 #include <fs/nfs/nfsproto.h>
47 #include <fs/nfs/nfskpiport.h>
48 #include <fs/nfs/nfs.h>
82 * Nfs callback server daemon.
84 * 1 - do file descriptor and signal cleanup
85 * 2 - fork the nfscbd(s)
86 * 4 - create callback server socket(s)
87 * 5 - set up server socket for rpc
89 * For connectionless protocols, just pass the socket into the kernel via.
92 * socket from accept, pass the msgsock into the kernel via. nfssvc().
111 /* Not present in kernel, try loading it */ in main()
132 if (aip->ai_canonname != NULL && in main()
133 (cp = strchr(aip->ai_canonname, '.')) != NULL in main()
135 cp = aip->ai_canonname; in main()
149 #define USAGE "[ -p port_num ] [ -P client_principal ]" in main()
150 while ((ch = getopt(argc, argv, GETOPT)) != -1) in main()
155 warnx("port# non-positive, reset to %d", in main()
180 argc -= optind; in main()
208 setproctitle("server"); in main()
250 /* Now set up the master server socket waiting for tcp connections. */ in main()
283 * into the kernel for the mounts. in main()
326 syslog(LOG_ERR, "missing system call: NFS not available"); in nonfs()
336 children = -1; in reapchild()