Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c439 if (strncmp(dev_path, DEVICES_PREFIX, 8) == 0) in disk_match_by_device_path()
458 if (strncmp(app, DEVICES_PREFIX, 8) == 0) in disk_match_by_device_path()
480 if (strncmp(ap_id, DEVICES_PREFIX, 8 /* strlen("/devices") */) == 0) in disk_match_by_ap_id()
510 if (strncmp(target_path, DEVICES_PREFIX, 8) == 0) in disk_match_by_target_id()
H A Ddiskmon_conf.h54 #define DEVICES_PREFIX "/devices" macro