Searched refs:enable_smart (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c303 int enable_smart = get_int_arg (&state[i++]); local
361 if (enable_smart >= 0)
364 grub_printf ("%sable SMART operations", (enable_smart ? "En" : "Dis"));
365 int err = grub_hdparm_do_smart_cmd (ata, (enable_smart ?

Completed in 15 milliseconds