Lines Matching refs:mode

31  * a raw access to a scsi device's mode pages.  The ability to
90 "p<n> - display a mode sense page",
91 "p<n> b<n> <op> [~]<n> - change a byte and issue mode select",
92 "b<n> <op> [~]<n> - add an operation to the mode select list",
105 "apply - apply mode select list",
106 "cancel - cancel mode select list",
107 "display - display mode select list",
108 "all - display all supported mode sense pages",
109 "default p<n> - mode select page <n> to default values",
110 "default all - mode select all pages to default values",
111 "format - format without standard mode selects",
113 "list - list common SCSI-2 mode pages",
150 * Implied page for mode select change lists
289 Please display the page on which you'd like to do a mode select\n");
335 * Do a mode sense on a particular page, and dump the data.
423 * Get the current mode sense for a particular page, change
424 * a byte, and issue a mode select. Note that we can only
445 * Get changeable mode sense
455 * Get saved mode sense. If saved fails, use current values.
484 * A change was made. Do a mode select
534 * Format a device, without any of the standard mode selects.
621 * List common SCSI-2 mode pages
757 switch (cp->mode) {
806 chg_item->mode = CHG_MODE_UNDEFINED;
809 chg_item->mode = CHG_MODE_ABS;
813 chg_item->mode = CHG_MODE_SET;
818 chg_item->mode = CHG_MODE_CLR;
822 if (chg_item->mode == CHG_MODE_UNDEFINED) {
1023 * Get default mode sense
1033 * Get the current mode sense.
1043 * Get saved mode sense. If this fails, assume it is
1052 * Determine if we need a mode select on this page.
1076 * A change was made. Do a mode select
1111 fmt_print("Defaulting page 0x%x: mode select ok\n", pageno);