Home
last modified time | relevance | path

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

/original-bsd/sbin/mount/
H A Dvfslist.c21 checkvfsname(vfsname, vfslist) in checkvfsname() argument
22 const char *vfsname; in checkvfsname()
29 if (strcmp(vfsname, *vfslist) == 0)
/original-bsd/usr.sbin/sysctl/
H A Dsysctl.c48 struct ctlname *vfsname; variable
491 if ((vfsname = malloc(maxtypenum * sizeof(*vfsname))) == 0) in vfsinit()
493 memset(vfsname, 0, maxtypenum * sizeof(*vfsname)); in vfsinit()
502 free(vfsname); in vfsinit()
506 vfsname[cnt].ctl_name = &names[loc]; in vfsinit()
507 vfsname[cnt].ctl_type = CTLTYPE_INT; in vfsinit()
512 secondlevel[CTL_VFS].list = vfsname; in vfsinit()