Searched refs:real_path (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.c | 764 char real_path[MAXPATHLEN]; in access_ses_log() local 778 (void) snprintf(real_path, sizeof (real_path), "/devices%s:ses", in access_ses_log() 781 if (stat(real_path, &buffer) != 0) { in access_ses_log() 783 (void) snprintf(real_path, sizeof (real_path), "/devices%s:0", in access_ses_log() 785 if (stat(real_path, &buffer) != 0) { in access_ses_log() 791 error = gather_data(real_path, data); in access_ses_log()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 259 char *real_path; in physpath_to_devlink() local 281 real_path = malloc(PATH_MAX); in physpath_to_devlink() 289 real_path == NULL) { in physpath_to_devlink() 360 free(real_path); in physpath_to_devlink() 381 if (real_path) in physpath_to_devlink() 382 free(real_path); in physpath_to_devlink()
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 1052 char real_path[PATH_MAX]; in fsys() local 1069 if (realpath(cp, real_path) != NULL) { in fsys() 1076 path2use = real_path; in fsys()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 585 static char real_path[MAXPATHLEN]; /* MLD real path */ variable 3025 namep = real_path; /* use zone path */ in doxtract() 3026 comp = real_path; /* use zone path */ in doxtract() 8841 buf = real_path; in extract_attr() 8956 *namep = real_path; in rebuild_comp_path() 9116 from_label = getlabelbypath(real_path); in rebuild_lk_comp_path()
|