Searched refs:localpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | slice.c | 246 char localpath[MAXPATHLEN]; local 248 slice_rdsk2dsk(sp->devpath, localpath, 249 sizeof (localpath)); 251 if ((*errp = add_inuse(localpath, stats)) != 0) { 407 char localpath[MAXPATHLEN]; local 522 * get localname and possible mnt point for localpath 524 localpath[0] = 0; 544 slice_rdsk2dsk(sp->devpath, localpath, sizeof (localpath)); 546 if (nvlist_add_string(attrs, DM_LOCALNAME, localpath) [all...] |
/illumos-gate/usr/src/uts/common/fs/ |
H A D | lookup.c | 925 localpath(char *path, struct vnode *vrootp, cred_t *cr) function 1332 * call localpath() to get the local portion of the path, and 1348 local = localpath(rpn.pn_path, vrootp,
|
Completed in 59 milliseconds