Lines Matching refs:device_prefix
7811 char device_prefix[100];
7813 (void) snprintf(device_prefix, sizeof (device_prefix), "../devices/");
7815 if ((ptr = strstr(contents, device_prefix)) != NULL) {
7818 *mn_root = ptr += strlen(device_prefix) - 1;
7823 (void) snprintf(device_prefix, sizeof (device_prefix), "/devices/");
7825 if (strncmp(contents, device_prefix, strlen(device_prefix)) == 0) {
7828 *mn_root = contents + strlen(device_prefix) - 1;