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.c6368 } else if (strncmp(MINOR_S, key, MINOR_S_LEN) == 0) {
6370 if (key[MINOR_S_LEN] == '\0') {
6372 } else if (isdigit(key[MINOR_S_LEN]) != FALSE) {
6374 atoi(&key[MINOR_S_LEN]);

Completed in 60 milliseconds