Searched defs:device_prefix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7811 char device_prefix[100]; local
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)
[all...]

Completed in 63 milliseconds