Searched defs:aam (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c40 {"aam", 'M', 0, N_("Set Automatic Acoustic Management\n"
197 grub_uint16_t aam = grub_le_to_cpu16 (idw[94]); local
199 aam & 0xff, (aam >> 8) & 0xff);
297 int aam = get_int_arg (&state[i++]); local
337 if (aam >= 0)
338 grub_hdparm_set_val_cmd ("Automatic Acoustic Management", (aam ? aam : -1),
340 (aam ? 0x42 : 0xc2), aam);
[all...]

Completed in 27 milliseconds