HomeSort by relevance Sort by last modified time
    Searched refs:RANK (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 78 #define RANK "rank"
hc.c 181 { RANK, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
chip_intel.c 61 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
103 int rank; local
110 * If start_rank is defined, it is assigned to the first rank of this
113 rank = start_rank >= 0 ? start_rank : dimm * maxranks;
114 if (topo_node_range_create(mod, dnode, RANK, rank,
115 rank + nranks - 1) < 0) {
117 " for rank\n");
122 RANK, rank, NULL, auth, part, rev, serial)
    [all...]
chip_amd.c 55 { PGNAME(RANK), TOPO_STABILITY_PRIVATE, TOPO_STABILITY_PRIVATE, 1 };
426 * If a rank is faulted the asru is the associated
427 * chip-select, but if a page within a rank is faulted
445 (void) topo_prop_set_uint64(ranknode, PGNAME(RANK), "size",
448 (void) topo_prop_set_string(ranknode, PGNAME(RANK), "csname",
451 (void) topo_prop_set_uint64(ranknode, PGNAME(RANK), "csnum",

Completed in 180 milliseconds