Home
last modified time | relevance | path

Searched refs:DTAB_CDEVICE (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libadm/common/
H A Dlistdev.c178 if (*pp = malloc(strlen(DTAB_CDEVICE)+1)) in listdev()
180 (void) strcpy(*pp++, DTAB_CDEVICE); in listdev()
H A Dgetdev.c883 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()
H A Ddevattr.c127 else if (strcmp(attribute, DTAB_CDEVICE) == 0) { in devattr()
H A Dputdev.c486 else if (strcmp(name, DTAB_CDEVICE) == 0) { in mkdevtabent()
1140 if (strcmp(*pp, DTAB_CDEVICE) == 0) { in _rmdevtabattrs()
/titanic_50/usr/src/head/
H A Ddevmgmt.h88 #define DTAB_CDEVICE "cdevice" macro