Searched refs:SD_INQUIRY (Results 1 – 2 of 2) sorted by relevance
759 #define SD_INQUIRY(un) ((un)->un_sd->sd_inq) macro1161 SD_INQUIRY((lunp))->inq_ansi == 0x01) { \
2782 bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE); in sd_spin_up_unit()3952 j = sizeof (SD_INQUIRY(un)->inq_pid) - in sd_sdconf_id_match()3959 if (bcmp(&SD_INQUIRY(un)->inq_pid[i], in sd_sdconf_id_match()4003 cnt = sizeof (SD_INQUIRY(un)->inq_vid) + in sd_blank_cmp()4004 sizeof (SD_INQUIRY(un)->inq_pid); in sd_blank_cmp()4425 (un->un_ctype == CTYPE_CCS && SD_INQUIRY(un)->inq_ansi >= 5)) in sd_get_physical_geometry()5009 (uchar_t *)SD_INQUIRY(un), sizeof (*SD_INQUIRY(un)), in sd_register_devid()8568 if ((bcmp(&SD_INQUIRY(un)->inq_pid[9], "SUN", 3) != 0) || in sd_set_errstats()8569 (bcmp(&SD_INQUIRY(un)->inq_serial, stp->sd_serial.value.c, in sd_set_errstats()8570 sizeof (SD_INQUIRY(un)->inq_serial)) != 0)) { in sd_set_errstats()[all …]