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

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c272 static int get_int_arg (const struct grub_arg_list *state) function
293 int apm = get_int_arg (&state[i++]);
297 int aam = get_int_arg (&state[i++]);
298 int standby_tout = get_int_arg (&state[i++]);
303 int enable_smart = get_int_arg (&state[i++]);

Completed in 29 milliseconds