Searched refs:DEVICES_PREFIX (Results 1 – 2 of 2) sorted by relevance
439 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()
55 #define DEVICES_PREFIX "/devices" macro