Searched refs:DTAB_CDEVICE (Results 1 – 5 of 5) sorted by relevance
178 if (*pp = malloc(strlen(DTAB_CDEVICE)+1)) in listdev()180 (void) strcpy(*pp++, DTAB_CDEVICE); in listdev()
883 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchallcriteria()909 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchallcriteria()983 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchanycriteria()1006 else if (strcmp(p->name, DTAB_CDEVICE) == 0) in matchanycriteria()
127 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()
88 #define DTAB_CDEVICE "cdevice" macro