Searched refs:stablefd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/nfsd/
H A Dnfsd.c93 static int stablefd = -1; /* Fd for the stable restart file */ variable
396 open_stable(&stablefd, &backupfd);
397 if (stablefd < 0) {
403 if (nfssvc(NFSSVC_STABLERESTART, (caddr_t)&stablefd) < 0) {
1140 if (stablefd >= 0)
1141 copy_stable(stablefd, backupfd);
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3126 int stablefd, len; local
3154 error = copyin(uap->argp, (caddr_t)&stablefd,
3157 error = fp_getfvp(p, stablefd, &fp, &vp);

Completed in 120 milliseconds