Home | History | Annotate | Download | only in arm32

Lines Matching refs:integer

561 	int integer;
563 if (get_bootconf_option(args, "-1", BOOTOPT_TYPE_BOOLEAN, &integer))
564 if (integer)
566 if (get_bootconf_option(args, "single", BOOTOPT_TYPE_BOOLEAN, &integer)
567 || get_bootconf_option(args, "-s", BOOTOPT_TYPE_BOOLEAN, &integer))
568 if (integer)
570 if (get_bootconf_option(args, "kdb", BOOTOPT_TYPE_BOOLEAN, &integer)
571 || get_bootconf_option(args, "-k", BOOTOPT_TYPE_BOOLEAN, &integer)
572 || get_bootconf_option(args, "-d", BOOTOPT_TYPE_BOOLEAN, &integer))
573 if (integer)
575 integer)
576 || get_bootconf_option(args, "-a", BOOTOPT_TYPE_BOOLEAN, &integer))
577 if (integer)
579 if (get_bootconf_option(args, "userconf", BOOTOPT_TYPE_BOOLEAN, &integer)
580 || get_bootconf_option(args, "-c", BOOTOPT_TYPE_BOOLEAN, &integer))
581 if (integer)
583 if (get_bootconf_option(args, "halt", BOOTOPT_TYPE_BOOLEAN, &integer)
584 || get_bootconf_option(args, "-b", BOOTOPT_TYPE_BOOLEAN, &integer))
585 if (integer)
587 if (get_bootconf_option(args, "-1", BOOTOPT_TYPE_BOOLEAN, &integer))
588 if (integer)
590 if (get_bootconf_option(args, "-2", BOOTOPT_TYPE_BOOLEAN, &integer))
591 if (integer)
593 if (get_bootconf_option(args, "-3", BOOTOPT_TYPE_BOOLEAN, &integer))
594 if (integer)
596 if (get_bootconf_option(args, "-4", BOOTOPT_TYPE_BOOLEAN, &integer))
597 if (integer)
600 /* if (get_bootconf_option(args, "nbuf", BOOTOPT_TYPE_INT, &integer))
601 bufpages = integer;*/
604 if (get_bootconf_option(args, "memorydisc", BOOTOPT_TYPE_INT, &integer)
605 || get_bootconf_option(args, "memorydisk", BOOTOPT_TYPE_INT, &integer)) {
606 md_root_size = integer;
615 if (get_bootconf_option(args, "quiet", BOOTOPT_TYPE_BOOLEAN, &integer)
616 || get_bootconf_option(args, "-q", BOOTOPT_TYPE_BOOLEAN, &integer))
617 if (integer)
619 if (get_bootconf_option(args, "verbose", BOOTOPT_TYPE_BOOLEAN, &integer)
620 || get_bootconf_option(args, "-v", BOOTOPT_TYPE_BOOLEAN, &integer))
621 if (integer)
623 if (get_bootconf_option(args, "debug", BOOTOPT_TYPE_BOOLEAN, &integer)
624 || get_bootconf_option(args, "-x", BOOTOPT_TYPE_BOOLEAN, &integer))
625 if (integer)
627 if (get_bootconf_option(args, "silent", BOOTOPT_TYPE_BOOLEAN, &integer)
628 || get_bootconf_option(args, "-z", BOOTOPT_TYPE_BOOLEAN, &integer))
629 if (integer)