Searched refs:SENSEBUFLEN (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dscsiio.h10 #define SENSEBUFLEN 48 macro
20 u_char sense[SENSEBUFLEN]; /* returned sense will be in here */
21 u_char senselen; /* sensedata request size (MAX of SENSEBUFLEN)*/
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Duscsi_subr.c125 req.senselen = SENSEBUFLEN;
233 #define SENSEBUFLEN 48 macro
282 uint8_t sense_buffer[SENSEBUFLEN];
291 req.mx_sb_len = SENSEBUFLEN;
/netbsd-6-1-5-RELEASE/sbin/scsictl/
H A Dscsi_subr.c75 req.senselen = SENSEBUFLEN;
H A Dscsictl.c601 req.senselen = SENSEBUFLEN;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_ioctl.c164 SENSEBUFLEN);
171 SENSEBUFLEN);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Ddisks.c205 req.senselen = SENSEBUFLEN;

Completed in 105 milliseconds