Lines Matching defs:big
224 struct scsi_mode_parameter_header_10 big;
1341 int page, int flags, int *big)
1346 *big = 1;
1351 *big = 0;
1360 int flags, int big)
1363 if (big) {
1612 int big, bsize;
1618 &big);
1621 if (big) {
1622 bdesc = (void *)(&scsipi_sense.header.big + 1);
1623 bsize = _2btol(scsipi_sense.header.big.blk_desc_len);
1675 int big, byte2;
1685 flags | XS_CTL_SILENT, &big);
1695 if (big) {
1696 poffset = sizeof scsipi_sense.header.big;
1697 poffset += _2btol(scsipi_sense.header.big.blk_desc_len);
1760 int big, byte2;
1770 flags | XS_CTL_SILENT, &big);
1780 if (big) {
1781 poffset = sizeof scsipi_sense.header.big;
1782 poffset += _2btol(scsipi_sense.header.big.blk_desc_len);
1928 int big;
1938 sizeof(scsipi_sense.pages.caching_params), 8, XS_CTL_SILENT, &big);
1942 if (big) {
1943 pages = (void *)(&scsipi_sense.header.big + 1);
1944 dev_spec = scsipi_sense.header.big.dev_spec;
1968 SMS_PCTRL_CHANGEABLE|8, XS_CTL_SILENT, &big);
1970 if (big)
1971 pages = (void *)(&scsipi_sense.header.big + 1);
1993 int big;
2001 sizeof(scsipi_sense.pages.caching_params), 8, 0, &big);
2005 if (big)
2006 pages = (void *)(&scsipi_sense.header.big + 1);
2032 pages->caching_params.pg_length, 0, big));