Searched defs:pg_hw_names (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpg.c40 char *pg_hw_names[] = { variable
54 #define NHW A_CNT(pg_hw_names)
62 return ((hw < 0 || hw > NHW) ? "UNKNOWN" : pg_hw_names[hw]);

Completed in 57 milliseconds