Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c498 disk_match_by_target_id(diskmon_t *disklistp, const char *target_path) in disk_match_by_target_id() argument
510 if (strncmp(target_path, DEVICES_PREFIX, 8) == 0) in disk_match_by_target_id()
511 target_path += 8; in disk_match_by_target_id()
512 disk_split_ap_path(target_path, (char *)&match_device, &match_target); in disk_match_by_target_id()
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c772 if (data->target_path == NULL) { in access_ses_log()
779 data->target_path); in access_ses_log()
784 data->target_path); in access_ses_log()
H A Dlibseslog.h138 char target_path[MAXPATHLEN]; /* Path to device, passed in */ member
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c806 (void) strncpy(lib_param->target_path, expander->slt_path, MAXPATHLEN); in get_log()
955 char *target_path = NULL; in slt_process_ses_log() local
996 TOPO_PROP_SES_DEV_PATH, &target_path, &err) != 0) { in slt_process_ses_log()
1003 (void) snprintf(expander->slt_path, MAXPATHLEN, "%s", target_path); in slt_process_ses_log()
1004 topo_hdl_strfree(thp, target_path); in slt_process_ses_log()