/titanic_50/usr/src/cmd/hotplugd/ |
H A D | hotplugd_info.c | 72 char *basepath; in getinfo() local 82 if ((basepath = base_path(path)) == NULL) in getinfo() 86 if ((rv = copy_devinfo(basepath, connection, flags, &root)) != 0) { in getinfo() 88 free(basepath); in getinfo() 95 free(basepath); in getinfo() 100 if (strcmp(basepath, "/") == 0) { in getinfo() 112 child->hp_basepath = basepath; in getinfo()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 636 const char *basepath; in nocdstat() local 640 basepath = get_unrooted(path); in nocdstat() 644 basepath = path; in nocdstat() 649 return (fstatat(fd, basepath, statp, flags)); in nocdstat() 659 const char *basepath; in nocdlstat() local 663 basepath = get_unrooted(path); in nocdlstat() 667 basepath = path; in nocdlstat() 672 return (fstatat(fd, basepath, statp, flags | AT_SYMLINK_NOFOLLOW)); in nocdlstat()
|
/titanic_50/usr/src/tools/findunref/ |
H A D | findunref.c | 283 char basepath[MAXPATHLEN]; in chdir_scmdata() local 307 (void) strlcpy(basepath, path, MAXPATHLEN); in chdir_scmdata() 314 slash = strrchr(basepath, '/'); in chdir_scmdata() 324 (void) snprintf(scmpath, MAXPATHLEN, "%s/%s", basepath, in chdir_scmdata() 333 (void) strlcpy(scmdata.root, basepath, MAXPATHLEN); in chdir_scmdata()
|
/titanic_50/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.c | 128 char *basepath; in hp_fini() local 139 basepath = root->hp_basepath; in hp_fini() 142 free(basepath); in hp_fini() 780 char *basepath = NULL; in hp_unpack() local 808 if ((basepath = strdup(val_string)) == NULL) in hp_unpack() 832 if (basepath) in hp_unpack() 833 free(basepath); in hp_unpack() 842 if (basepath) { in hp_unpack() 844 root->hp_basepath = basepath; in hp_unpack()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fssnap/ |
H A D | fssnap.c | 63 void gen_backing_store_path(char *basepath, int num, char **outpath); 525 gen_backing_store_path(char *basepath, int num, char **outpath) in gen_backing_store_path() argument 528 *outpath = malloc(strlen(basepath) + MAX_SUFFIX); in gen_backing_store_path() 540 (void) strcpy(*outpath, basepath); in gen_backing_store_path() 542 (void) sprintf(*outpath, "%s.%d", basepath, num); in gen_backing_store_path()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 74 basepath(ept->path, maptyp ? NULL : basedir, ir); in ckentry() 83 basepath(ept->ainfo.local, NULL, ir); in ckentry()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | mappath.c | 155 basepath(char *path, char *basedir, char *ir) in basepath() function
|
H A D | mapfile-vers | 49 basepath;
|
H A D | pkglib.h | 490 extern void basepath(char *path, char *basedir, char *ir);
|
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 380 basepath(path, get_basedir(), get_inst_root()); in readspace()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | mkpkgmap.c | 394 basepath(temp, dname[nfp], NULL); in findfile()
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | srvsvc.ndl | 469 IN DWORD basepath;
|