Searched refs:orig_path (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/devctl/ |
H A D | devctl.c | 122 static char *orig_path; variable 227 orig_path = s_strdup(argv[optind]); in main() 229 (void) strcpy(devctl_device, orig_path); in main() 249 if (lstat(orig_path, &stat_buf) == 0) { in main() 251 if ((pathlen = readlink(orig_path, devctl_device, in main() 255 orig_path, strerror(errno)); in main() 323 devctl_cmdname, orig_path); in main() 345 (void) printf("%s: busy state %d\n", orig_path, *busyp); in dev_pm_testbusy() 360 (void) printf("%s: strict %d\n", orig_path, *strict); in bus_pm_teststrict() 373 print_dev_state(orig_path, state); in dev_getstate() [all …]
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 1844 char *mntpt, *orig_path, *path; in nfs4_trigger_domount() local 1858 orig_path = path = fn_path(VTOSV(stubvp)->sv_name); in nfs4_trigger_domount() 1861 if (*orig_path == '.') in nfs4_trigger_domount() 1862 orig_path++; in nfs4_trigger_domount() 1877 mntpt_len = strlen(orig_mntpt) + strlen(orig_path); in nfs4_trigger_domount() 1880 (void) strcat(mntpt, orig_path); in nfs4_trigger_domount()
|
H A D | nfs4_vfsops.c | 1481 struct nfs_fsl_info *nfsfsloc, char *orig_path, int nth) in update_servinfo4() argument 1555 for (op = orig_path; *op; op++) { in update_servinfo4() 1621 char *nm, *orig_path; in resolve_referral() local 1629 orig_path = kmem_alloc(orig_pathlen, KM_SLEEP); in resolve_referral() 1630 bcopy(svp->sv_path, orig_path, orig_pathlen); in resolve_referral() 1641 kmem_free(orig_path, orig_pathlen); in resolve_referral() 1647 update_servinfo4(svp, fsp, &nfsfsloc, orig_path, nth); in resolve_referral() 1659 kmem_free(orig_path, orig_pathlen); in resolve_referral()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | fixpath.c | 351 orig_path(char *path) in orig_path() function
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | merginfo.c | 125 infoloc = orig_path(path); in set_infoloc()
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 227 extern char *orig_path __P((char *path));
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1979 getnameinst(char *orig_path, int *instance, char *name, int namelen) in getnameinst() argument 1984 if ((node = di_init(&orig_path[8], DINFOSUBTREE|DINFOMINOR)) == in getnameinst()
|