Home
last modified time | relevance | path

Searched defs:PSTR (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c159 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR)) macro
[all...]
/titanic_51/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c192 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR)) macro
[all...]
/titanic_51/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1941 #define PSTR(pi) (pi ? (is_10G_port(pi) ? "10G" : "1G") : "-") in setup_kstats() macro