Lines Matching refs:shb
1237 dr_showboard_t shb; in drmach_board_status() local
1253 sizeof (dr_proto_hdr_t), (caddr_t)&shb, in drmach_board_status()
1260 bp->connected = (shb.bd_assigned && shb.bd_active); in drmach_board_status()
1261 (void) strncpy(bp->type, shb.board_type, sizeof (bp->type)); in drmach_board_status()
1262 stat->assigned = bp->assigned = shb.bd_assigned; in drmach_board_status()
1263 stat->powered = bp->powered = shb.power_on; in drmach_board_status()
1264 stat->empty = bp->empty = shb.slot_empty; in drmach_board_status()
1266 switch (shb.test_status) { in drmach_board_status()
1281 shb.test_status); in drmach_board_status()
1286 (void) strncpy(stat->type, shb.board_type, sizeof (stat->type)); in drmach_board_status()
1288 "Test Level=%d", shb.test_level); in drmach_board_status()
4849 dr_showboard_t shb; in drmach_board_lookup() local
4860 sizeof (dr_proto_hdr_t), (caddr_t)&shb, in drmach_board_lookup()
4873 bp->connected = (shb.bd_assigned && shb.bd_active); in drmach_board_lookup()
4874 bp->empty = shb.slot_empty; in drmach_board_lookup()
4876 switch (shb.test_status) { in drmach_board_lookup()
4891 shb.test_status); in drmach_board_lookup()
4894 (void) strncpy(bp->type, shb.board_type, in drmach_board_lookup()
4896 bp->assigned = shb.bd_assigned; in drmach_board_lookup()
4897 bp->powered = shb.power_on; in drmach_board_lookup()