Home
last modified time | relevance | path

Searched refs:real_path (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c764 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_41/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c259 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_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1059 char real_path[PATH_MAX]; in fsys() local
1076 if (realpath(cp, real_path) != NULL) { in fsys()
1083 path2use = real_path; in fsys()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c590 static char real_path[MAXPATHLEN]; /* MLD real path */ variable
2969 namep = real_path; /* use zone path */ in doxtract()
2970 comp = real_path; /* use zone path */ in doxtract()
8801 buf = real_path; in extract_attr()
8916 *namep = real_path; in rebuild_comp_path()
9076 from_label = getlabelbypath(real_path); in rebuild_lk_comp_path()