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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1237 dr_showboard_t shb; local
1253 sizeof (dr_proto_hdr_t), (caddr_t)&shb,
1260 bp->connected = (shb.bd_assigned && shb.bd_active);
1261 (void) strncpy(bp->type, shb.board_type, sizeof (bp->type));
1262 stat->assigned = bp->assigned = shb.bd_assigned;
1263 stat->powered = bp->powered = shb.power_on;
1264 stat->empty = bp->empty = shb.slot_empty;
1266 switch (shb.test_status) {
1281 shb
4849 dr_showboard_t shb; local
[all...]

Completed in 324 milliseconds