Searched refs:shb (Results 1 – 1 of 1) sorted by relevance
1237 dr_showboard_t shb; in drmach_board_status() local1253 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()[all …]