Lines Matching defs:big
220 struct scsi_mode_parameter_header_10 big;
1270 int page, int flags, int *big)
1275 *big = 1;
1280 *big = 0;
1289 int flags, int big)
1292 if (big) {
1527 int big, bsize;
1532 sizeof(scsipi_sense.blk_desc), 0, flags | XS_CTL_SILENT, &big);
1534 if (big) {
1535 bdesc = (void *)(&scsipi_sense.header.big + 1);
1536 bsize = _2btol(scsipi_sense.header.big.blk_desc_len);
1567 int big, byte2;
1577 flags | XS_CTL_SILENT, &big);
1587 if (big) {
1588 poffset = sizeof scsipi_sense.header.big;
1589 poffset += _2btol(scsipi_sense.header.big.blk_desc_len);
1652 int big, byte2;
1662 flags | XS_CTL_SILENT, &big);
1672 if (big) {
1673 poffset = sizeof scsipi_sense.header.big;
1674 poffset += _2btol(scsipi_sense.header.big.blk_desc_len);
1820 int big;
1830 sizeof(scsipi_sense.pages.caching_params), 8, XS_CTL_SILENT, &big);
1834 if (big) {
1835 pages = (void *)(&scsipi_sense.header.big + 1);
1836 dev_spec = scsipi_sense.header.big.dev_spec;
1860 SMS_PCTRL_CHANGEABLE|8, XS_CTL_SILENT, &big);
1862 if (big)
1863 pages = (void *)(&scsipi_sense.header.big + 1);
1885 int big;
1893 sizeof(scsipi_sense.pages.caching_params), 8, 0, &big);
1897 if (big)
1898 pages = (void *)(&scsipi_sense.header.big + 1);
1924 pages->caching_params.pg_length, 0, big));