Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h124 #define MINOR_S_LEN 5 macro
H A Ddevfsadm.c6381 } else if (strncmp(MINOR_S, key, MINOR_S_LEN) == 0) { in create_selector_list()
6383 if (key[MINOR_S_LEN] == '\0') { in create_selector_list()
6385 } else if (isdigit(key[MINOR_S_LEN]) != FALSE) { in create_selector_list()
6387 atoi(&key[MINOR_S_LEN]); in create_selector_list()