Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c502 char match_device[MAXPATHLEN]; in disk_match_by_target_id() local
512 disk_split_ap_path(target_path, (char *)&match_device, &match_target); in disk_match_by_target_id()
522 (strcmp(match_device, ap_device) == 0)) in disk_match_by_target_id()