Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c261 char *real_path; in physpath_to_devlink() local
283 real_path = malloc(PATH_MAX); in physpath_to_devlink()
291 real_path == NULL) { in physpath_to_devlink()
362 free(real_path); in physpath_to_devlink()
383 if (real_path) in physpath_to_devlink()
384 free(real_path); in physpath_to_devlink()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1052 char real_path[PATH_MAX]; in fsys() local
1069 if (realpath(cp, real_path) != NULL) { in fsys()
1076 path2use = real_path; in fsys()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c586 static char real_path[MAXPATHLEN]; /* MLD real path */ variable
3027 namep = real_path; /* use zone path */ in doxtract()
3028 comp = real_path; /* use zone path */ in doxtract()
8843 buf = real_path; in extract_attr()
8958 *namep = real_path; in rebuild_comp_path()
9118 from_label = getlabelbypath(real_path); in rebuild_lk_comp_path()