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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dpg.c34 #include <sys/pghw.h>
73 pghw_t pghw; local
133 if (mdb_vread(&pghw, sizeof (struct pghw), addr) == -1) {
134 mdb_warn("unable to read 'pghw' at %p", addr);
141 pg.pg_id, addr, pghw.pghw_instance,
142 pg_class.pgc_name, pg_hw_name(pghw.pghw_hw),
/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c35 #include <sys/pghw.h>
49 * of the structure is the generic pg_t with the pghw specific members
732 * class matches cmt before we upcast the pghw pointer to pg_cmt_t.
735 pghw_parent_id(pghw_t *pghw) argument
737 pg_t *pg = (pg_t *)pghw;
/illumos-gate/usr/src/uts/common/sys/
H A Dpghw.h114 typedef struct pghw { struct

Completed in 102 milliseconds