Searched refs:pgdata (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cmt.c | 327 * PG data is under construction. In this case the argument "pgdata", if not 331 cmt_hier_promote(pg_cmt_t *pg, cpu_pg_t *pgdata) argument 427 pgd = pgdata; 491 * being initialized). The argument "pgdata" is a reference to the CPU's PG 496 * calls must be careful to operate only on the "pgdata" argument, and not 500 pg_cmt_cpu_init(cpu_t *cp, cpu_pg_t *pgdata) argument 524 cmt_pgs = &pgdata->cmt_pgs; 525 pgdata->cmt_lineage = NULL; 587 pg_cpu_add((pg_t *)pg, cp, pgdata); 638 lineage_status = pg_cmt_lineage_validate(cpu_cmt_hier, &levels, pgdata); 769 pg_cmt_cpu_fini(cpu_t *cp, cpu_pg_t *pgdata) argument 1465 pg_cmt_prune(pg_cmt_t *pg_bad, pg_cmt_t **lineage, int *sz, cpu_pg_t *pgdata) argument 1741 pg_cmt_lineage_validate(pg_cmt_t **lineage, int *sz, cpu_pg_t *pgdata) argument [all...] |
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 302 mode_page_present(uchar_t *pgdata, uint_t pgdatalen, uchar_t pagecode) argument 313 pg = (struct mode_page *)&pgdata[i];
|
Completed in 114 milliseconds