Searched refs:DTAB_CDEVICE (Results 1 – 5 of 5) sorted by relevance
177 if (*pp = malloc(strlen(DTAB_CDEVICE)+1)) in listdev()179 (void) strcpy(*pp++, DTAB_CDEVICE); in listdev()
882 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchallcriteria()908 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchallcriteria()982 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchanycriteria()1005 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchanycriteria()
125 else if (strcmp(attribute, DTAB_CDEVICE) == 0) { in devattr()
486 else if (strcmp(name, DTAB_CDEVICE) == 0) { in mkdevtabent()1140 if (strcmp(*pp, DTAB_CDEVICE) == 0) { in _rmdevtabattrs()
86 #define DTAB_CDEVICE "cdevice" macro