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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c37 {"security-freeze", 'F', 0, N_("Freeze ATA security settings until reset."),
225 /* Print security settings. */
226 grub_uint16_t security = grub_le_to_cpu16 (idw[128]); local
229 if (security & 0x0001)
231 (security & 0x0002 ? "ENABLED" : "disabled"),
232 (security & 0x0004 ? "**LOCKED**" : "not locked"),
233 (security & 0x0008 ? "frozen" : "NOT FROZEN"),
234 (security & 0x0010 ? "COUNT EXPIRED" : "count not expired"));
372 grub_hdparm_simple_cmd ("Freeze security setting
[all...]

Completed in 36 milliseconds