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

/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c69 int matchcount; /* number of matches per this device number */ member in struct:__anon45
633 mapinfo[i].matchcount++;
636 if (mapinfo[j].matchcount > 0 &&
638 mapinfo[j].matchcount++;
639 mapinfo[i].matchcount++;
655 if (mapinfo[i].matchcount > 1) {
658 "%d): 0x%x %s\n", mapinfo[i].matchcount,
662 mapinfo[i].matchcount = 0;
673 if (mapinfo[i].matchcount == 1)
692 mapinfo[i].matchcount
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c4907 int matchcount = 0; local
4947 matchcount = lookup_enum_cache(set, cmp_str, rules, index,
4950 if (matchcount < 0 || matchcount > 1) {
4952 if (multiple && matchcount > 1)
4959 if (matchcount == 1) {
5005 int matchcount = 0, rv = -1; local
5065 if (matchcount++ != 0) {
5072 return (matchcount);

Completed in 77 milliseconds