Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7810 char device_prefix[100]; in is_minor_node() local
7812 (void) snprintf(device_prefix, sizeof (device_prefix), "../devices/"); in is_minor_node()
7814 if ((ptr = strstr(contents, device_prefix)) != NULL) { in is_minor_node()
7817 *mn_root = ptr += strlen(device_prefix) - 1; in is_minor_node()
7822 (void) snprintf(device_prefix, sizeof (device_prefix), "/devices/"); in is_minor_node()
7824 if (strncmp(contents, device_prefix, strlen(device_prefix)) == 0) { in is_minor_node()
7827 *mn_root = contents + strlen(device_prefix) - 1; in is_minor_node()