Searched refs:specname (Results 1 – 2 of 2) sorted by relevance
213 char specname[MAXPATHLEN]; in lo_mount() local217 if (vnodetopath(NULL, realrootvp, specname, in lo_mount()218 sizeof (specname), CRED()) != 0) { in lo_mount()223 from_zptr = zone_find_by_path(specname); in lo_mount()
107 spec_to_mount(char *specname) in spec_to_mount() argument119 mref.mnt_special = specname; in spec_to_mount()124 if ((stat(specname, &st) == 0) && S_ISBLK(st.st_mode)) in spec_to_mount()