Home
last modified time | relevance | path

Searched refs:nfsname (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/amd64/stand/pxeboot/
H A Ddevopen.c38 extern int nfsname;
80 for (i = 0; i < nfsname; i++) { in devopen()
H A Dconf.c75 int nfsname = nitems(fs_name);
/openbsd/sys/arch/i386/stand/pxeboot/
H A Ddevopen.c38 extern int nfsname;
80 for (i = 0; i < nfsname; i++) { in devopen()
H A Dconf.c77 int nfsname = nitems(fs_name);
/openbsd/sbin/sysctl/
H A Dsysctl.c1263 struct ctlname nfsname[] = FS_NFS_NAMES; variable
1320 vfsvars[cnt].list = nfsname; in vfsinit()