HomeSort by relevance Sort by last modified time
    Searched refs:OPT_FLAGS (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 32 OPT_FLAGS,
44 {"flags", 1, 0, OPT_FLAGS},
360 case OPT_FLAGS:
cmd_vbutil_keyblock.c 30 OPT_FLAGS,
42 {"flags", 1, 0, OPT_FLAGS},
284 case OPT_FLAGS:
cmd_gbb_utility.c 61 OPT_FLAGS,
76 {"flags", 0, NULL, OPT_FLAGS},
360 char *opt_flags = NULL; local
405 case OPT_FLAGS:
407 opt_flags = optarg;
520 if (sel_flags && (!opt_flags || !*opt_flags)) {
574 if (opt_flags) {
577 val = (uint32_t) strtoul(opt_flags, &e, 0);
581 opt_flags);
    [all...]
cmd_vbutil_kernel.c 66 OPT_FLAGS,
90 {"flags", 1, 0, OPT_FLAGS},
335 case OPT_FLAGS:

Completed in 61 milliseconds