Searched refs:orig_path (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c122 static char *orig_path; variable
227 orig_path = s_strdup(argv[optind]);
229 (void) strcpy(devctl_device, orig_path);
249 if (lstat(orig_path, &stat_buf) == 0) {
251 if ((pathlen = readlink(orig_path, devctl_device,
255 orig_path, strerror(errno));
323 devctl_cmdname, orig_path);
345 (void) printf("%s: busy state %d\n", orig_path, *busyp);
360 (void) printf("%s: strict %d\n", orig_path, *strict);
373 print_dev_state(orig_path, stat
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1844 char *mntpt, *orig_path, *path; local
1858 orig_path = path = fn_path(VTOSV(stubvp)->sv_name);
1861 if (*orig_path == '.')
1862 orig_path++;
1877 mntpt_len = strlen(orig_mntpt) + strlen(orig_path);
1880 (void) strcat(mntpt, orig_path);
H A Dnfs4_vfsops.c1480 struct nfs_fsl_info *nfsfsloc, char *orig_path, int nth)
1554 for (op = orig_path; *op; op++) {
1620 char *nm, *orig_path; local
1628 orig_path = kmem_alloc(orig_pathlen, KM_SLEEP);
1629 bcopy(svp->sv_path, orig_path, orig_pathlen);
1640 kmem_free(orig_path, orig_pathlen);
1646 update_servinfo4(svp, fsp, &nfsfsloc, orig_path, nth);
1658 kmem_free(orig_path, orig_pathlen);
1479 update_servinfo4(servinfo4_t *svp, fs_location4 *fsp, struct nfs_fsl_info *nfsfsloc, char *orig_path, int nth) argument
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c301 * orig_path() below if you want to be handed a new copy of the
351 orig_path(char *path) function
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c125 infoloc = orig_path(path);
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h224 extern char *orig_path __P((char *path));
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1987 getnameinst(char *orig_path, int *instance, char *name, int namelen) argument
1992 if ((node = di_init(&orig_path[8], DINFOSUBTREE|DINFOMINOR)) ==

Completed in 86 milliseconds