Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsd/
H A Dnfsd.c87 static int stablefd = -1; /* Fd for the stable restart file */ variable
450 open_stable(&stablefd, &backupfd); in main()
451 if (stablefd < 0) { in main()
457 if (nfssvc(NFSSVC_STABLERESTART, (caddr_t)&stablefd) < 0) { in main()
1185 if (stablefd >= 0) in backup_stable()
1186 copy_stable(stablefd, backupfd); in backup_stable()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4000 int stablefd, i, len; in nfssvc_srvcall() local
4088 error = copyin(uap->argp, (caddr_t)&stablefd, in nfssvc_srvcall()
4091 error = fp_getfvp(p, stablefd, &fp, &vp); in nfssvc_srvcall()