Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c130 {"^(term|cua)$/^([0-9]+)$", 1, MATCH_MINOR, "1"};
134 {"^(term|cua)$/^([e-z])$", 1, MATCH_MINOR, "1"};
138 {"^(term|cua)$/^([a-z])$", 1, MATCH_MINOR, "1"};
H A Ddevfsadm.h161 #define MATCH_MINOR 0x008 /* Match upto nth component of minor name */ macro
H A Ddevfsadm.c4702 if (match == MATCH_MINOR) { in alloc_cmp_str()