Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A Dtypes.h102 typedef CHAR *NPSTR, *LPSTR, *PSTR; typedef
/titanic_41/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c159 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR)) macro
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c192 #define PSTR(STR) (((STR) == (char *)NULL) ? "???" : (STR)) macro
/titanic_41/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