Symbol: orig_path
usr/src/cmd/devctl/devctl.c
122
static char *orig_path;
usr/src/cmd/devctl/devctl.c
227
orig_path = s_strdup(argv[optind]);
usr/src/cmd/devctl/devctl.c
229
(void) strcpy(devctl_device, orig_path);
usr/src/cmd/devctl/devctl.c
249
if (lstat(orig_path, &stat_buf) == 0) {
usr/src/cmd/devctl/devctl.c
251
if ((pathlen = readlink(orig_path, devctl_device,
usr/src/cmd/devctl/devctl.c
255
orig_path, strerror(errno));
usr/src/cmd/devctl/devctl.c
323
devctl_cmdname, orig_path);
usr/src/cmd/devctl/devctl.c
345
(void) printf("%s: busy state %d\n", orig_path, *busyp);
usr/src/cmd/devctl/devctl.c
360
(void) printf("%s: strict %d\n", orig_path, *strict);
usr/src/cmd/devctl/devctl.c
373
print_dev_state(orig_path, state);
usr/src/cmd/devctl/devctl.c
386
print_bus_state(orig_path, state);
usr/src/cmd/svr4pkg/hdrs/libinst.h
227
extern char *orig_path __P((char *path));
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
125
infoloc = orig_path(path);
usr/src/cmd/th_tools/th_define.c
1979
getnameinst(char *orig_path, int *instance, char *name, int namelen)
usr/src/cmd/th_tools/th_define.c
1984
if ((node = di_init(&orig_path[8], DINFOSUBTREE|DINFOMINOR)) ==
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1844
char *mntpt, *orig_path, *path;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1858
orig_path = path = fn_path(VTOSV(stubvp)->sv_name);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1861
if (*orig_path == '.')
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1862
orig_path++;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1877
mntpt_len = strlen(orig_mntpt) + strlen(orig_path);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1880
(void) strcat(mntpt, orig_path);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1481
struct nfs_fsl_info *nfsfsloc, char *orig_path, int nth)
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1555
for (op = orig_path; *op; op++) {
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1621
char *nm, *orig_path;
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1629
orig_path = kmem_alloc(orig_pathlen, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1630
bcopy(svp->sv_path, orig_path, orig_pathlen);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1641
kmem_free(orig_path, orig_pathlen);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1647
update_servinfo4(svp, fsp, &nfsfsloc, orig_path, nth);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
1658
kmem_free(orig_path, orig_pathlen);