Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c450 #define MATCHING_CLASSVAL(x, y) ((x == NULL) || (strcasecmp(x, y) == 0)) in print_tree_by_class() macro
452 if (MATCHING_CLASSVAL(piclclass, classval)) { in print_tree_by_class()