Home
last modified time | relevance | path

Searched refs:NFSSVC_NEWSTRUCT (Results 1 – 8 of 8) sorted by relevance

/src/usr.sbin/nfsuserd/
H A Dnfsuserd.c326 if (nfssvc(NFSSVC_NFSUSERDPORT | NFSSVC_NEWSTRUCT, &nargs) < 0) { in main()
367 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in main()
387 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in main()
440 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in main()
649 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in nfsuserdsrv()
682 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in nfsuserdsrv()
716 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in nfsuserdsrv()
749 error = nfssvc(NFSSVC_IDNAME | NFSSVC_NEWSTRUCT, &nid); in nfsuserdsrv()
/src/sys/nfs/
H A Dnfssvc.h72 #define NFSSVC_NEWSTRUCT 0x20000000 macro
H A Dnfs_nfssvc.c86 if ((uap->flag & ~(NFSSVC_GETSTATS | NFSSVC_NEWSTRUCT)) != 0) { in sys_nfssvc()
/src/usr.bin/nfsstat/
H A Dnfsstat.c256 nfssvc_flag = NFSSVC_GETSTATS | NFSSVC_NEWSTRUCT; in intpr()
625 nfssvc_flag = NFSSVC_GETSTATS | NFSSVC_NEWSTRUCT; in exp_intpr()
1132 if (nfssvc(NFSSVC_GETSTATS | NFSSVC_NEWSTRUCT, ext_nfsstatsp) < 0) in exp_sidewaysintpr()
1141 if (nfssvc(NFSSVC_GETSTATS | NFSSVC_NEWSTRUCT, ext_nfsstatsp) in exp_sidewaysintpr()
/src/sys/fs/nfs/
H A Dnfs_commonport.c452 if ((uap->flag & NFSSVC_NEWSTRUCT) != 0) in nfssvc_call()
473 if ((uap->flag & NFSSVC_NEWSTRUCT) == 0) { in nfssvc_call()
759 if ((uap->flag & NFSSVC_NEWSTRUCT) == 0) { in nfssvc_call()
/src/usr.sbin/nfsd/
H A Dnfsd.c496 nfssvc_nfsd = NFSSVC_NFSDNFSD | NFSSVC_NEWSTRUCT; in main()
/src/usr.sbin/mountd/
H A Dmountd.c2012 if (nfssvc(NFSSVC_V4ROOTEXPORT | NFSSVC_NEWSTRUCT, (caddr_t)&eargs) < 0 && in get_exportlist()
3322 if (nfssvc(NFSSVC_V4ROOTEXPORT | NFSSVC_NEWSTRUCT, in do_mount()
/src/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4085 if ((uap->flag & NFSSVC_NEWSTRUCT) == 0) { in nfssvc_nfsd()
4277 } else if ((uap->flag & (NFSSVC_V4ROOTEXPORT | NFSSVC_NEWSTRUCT)) == in nfssvc_srvcall()
4278 (NFSSVC_V4ROOTEXPORT | NFSSVC_NEWSTRUCT)) { in nfssvc_srvcall()
4298 } else if ((uap->flag & (NFSSVC_V4ROOTEXPORT | NFSSVC_NEWSTRUCT)) == in nfssvc_srvcall()