Lines Matching defs:globals
358 struct globals { struct
359 smallint get_identity, get_geom;
360 smallint do_flush;
361 smallint do_ctimings, do_timings;
362 smallint reread_partn;
363 smallint set_piomode, noisy_piomode;
364 smallint getset_readahead;
365 smallint getset_readonly;
366 smallint getset_unmask;
367 smallint getset_mult;
369 smallint getset_dma_q;
371 smallint getset_nowerr;
372 smallint getset_keep;
373 smallint getset_io32bit;
374 int piomode;
375 unsigned long Xreadahead;
376 unsigned long readonly;
377 unsigned long unmask;
378 unsigned long mult;
380 unsigned long dma_q;
382 unsigned long nowerr;
383 unsigned long keep;
384 unsigned long io32bit;
386 unsigned long dma;
387 smallint getset_dma;
390 smallint set_xfermode, get_xfermode;
391 smallint getset_dkeep;
392 smallint getset_standby;
393 smallint getset_lookahead;
394 smallint getset_prefetch;
395 smallint getset_defects;
396 smallint getset_wcache;
397 smallint getset_doorlock;
398 smallint set_seagate;
399 smallint set_standbynow;
400 smallint set_sleepnow;
401 smallint get_powermode;
402 smallint getset_apmmode;
403 int xfermode_requested;
404 unsigned long dkeep;
405 unsigned long standby_requested; /* 0..255 */
406 unsigned long lookahead;
407 unsigned long prefetch;
431 #define G (*(struct globals*)bb_common_bufsiz1) argument