Lines Matching defs:modeh
977 struct mode_header modeh;
986 (void) memset((void *) &modeh, 0, sizeof (modeh));
991 FORMG0COUNT(&cdb, sizeof (modeh));
995 ucmd.uscsi_bufaddr = (caddr_t)&modeh;
996 ucmd.uscsi_buflen = sizeof (modeh);
1006 FORMG0COUNT(&cdb, sizeof (modeh));
1015 if (modeh.device_specific & W_E_MASK) {
3235 struct mode_header_g1 modeh;
3244 (void) memset((void *) &modeh, 0, sizeof (modeh));
3251 cdb[7] = sizeof (modeh) >> 8;
3252 cdb[8] = sizeof (modeh) & 0xff;
3256 ucmd.uscsi_bufaddr = (caddr_t)&modeh;
3257 ucmd.uscsi_buflen = sizeof (modeh);
3278 debug(5, "Modesense succeeded: 0x%x\n", modeh.device_specific);
3280 if (modeh.device_specific & 0x80) {