Lines Matching defs:big
2150 int page, int flags, int *big)
2154 *big = 1;
2159 *big = 0;
2168 int flags, int big)
2171 if (big) {
2194 struct scsi_mode_parameter_header_10 big;
2200 int big, byte2;
2206 AUDIO_PAGE, flags, &big)) != 0) {
2215 if (big)
2216 page = (void *)((u_long)&data.header.big +
2217 sizeof data.header.big +
2218 _2btol(data.header.big.blk_desc_len));
2232 flags, big));
2241 struct scsi_mode_parameter_header_10 big;
2246 int big, byte2;
2252 AUDIO_PAGE, flags, &big)) != 0) {
2261 if (big)
2262 page = (void *)((u_long)&data.header.big +
2263 sizeof data.header.big +
2264 _2btol(data.header.big.blk_desc_len));
2277 flags, big));
2286 struct scsi_mode_parameter_header_10 big;
2291 int big, byte2;
2297 AUDIO_PAGE, flags, &big)) != 0) {
2306 if (big)
2307 page = (void *)((u_long)&data.header.big +
2308 sizeof data.header.big +
2309 _2btol(data.header.big.blk_desc_len));
2329 struct scsi_mode_parameter_header_10 big;
2334 int big, byte2;
2340 AUDIO_PAGE, flags, &big)) != 0) {
2349 AUDIO_PAGE|SMS_PCTRL_CHANGEABLE, flags, &big)) != 0)
2352 if (big) {
2353 page = (void *)((u_long)&data.header.big +
2354 sizeof data.header.big +
2355 _2btol(data.header.big.blk_desc_len));
2356 page2 = (void *)((u_long)&mask.header.big +
2357 sizeof mask.header.big +
2358 _2btol(mask.header.big.blk_desc_len));
2378 flags, big));
2401 struct scsi_mode_parameter_header_10 big;
2406 int big, bsize;
2410 &big)) != 0)
2413 if (big) {
2414 bdesc = (void *)(&data.header.big + 1);
2415 bsize = _2btol(data.header.big.blk_desc_len);
2434 big));