| /linux/drivers/char/ |
| H A D | hangcheck-timer.c | 73 if (get_option(&str, &par)) in hangcheck_parse_tick() 82 if (get_option(&str, &par)) in hangcheck_parse_margin() 91 if (get_option(&str, &par)) in hangcheck_parse_reboot() 100 if (get_option(&str, &par)) in hangcheck_parse_dump_tasks()
|
| H A D | lp.c | 891 if (get_option(&str, &x)) { in lp_setup()
|
| /linux/lib/ |
| H A D | cmdline.c | 56 int get_option(char **str, int *pint) in get_option() function 80 EXPORT_SYMBOL(get_option); 115 res = get_option((char **)&str, pint); in get_options()
|
| /linux/kernel/ |
| H A D | profile.c | 63 } else if (get_option(&str, &par)) { in profile_setup() 73 if (get_option(&str, &par)) in profile_setup()
|
| H A D | smp.c | 158 ret = get_option(&str, &val); in csdlock_debug() 960 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids) in nrcpus() 970 get_option(&str, &setup_max_cpus); in maxcpus()
|
| H A D | watchdog.c | 424 get_option(&str, &watchdog_thresh); in watchdog_thresh_setup()
|
| H A D | resource.c | 1753 if (get_option(&str, &io_start) != 2) in reserve_setup() 1755 if (get_option(&str, &io_num) == 0) in reserve_setup()
|
| /linux/drivers/pnp/ |
| H A D | resource.c | 711 if (get_option(&str, &pnp_reserve_irq[i]) != 2) in pnp_setup_reserve_irq() 724 if (get_option(&str, &pnp_reserve_dma[i]) != 2) in pnp_setup_reserve_dma() 737 if (get_option(&str, &pnp_reserve_io[i]) != 2) in pnp_setup_reserve_io() 750 if (get_option(&str, &pnp_reserve_mem[i]) != 2) in pnp_setup_reserve_mem()
|
| /linux/arch/parisc/kernel/ |
| H A D | pdc_chassis.c | 51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-versatile.c | 36 while (get_option(&str, &slot)) { in versatile_pci_slot_ignore()
|
| /linux/arch/mips/kernel/ |
| H A D | mips-mt-fpaff.c | 197 get_option(&str, &fpaff_threshold); in fpaff_thresh()
|
| H A D | smp.c | 92 get_option(&s, &smp_max_threads); in early_smt()
|
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 1065 (void)((get_option(&str, &isapnp_rdp) == 2) && in isapnp_setup_isapnp() 1066 (get_option(&str, &isapnp_reset) == 2) && in isapnp_setup_isapnp() 1067 (get_option(&str, &isapnp_verbose) == 2)); in isapnp_setup_isapnp()
|
| /linux/arch/x86/platform/olpc/ |
| H A D | olpc.c | 37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
|
| /linux/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 823 if (isdigit(*p) && get_option(&p, &arg)) in gart_parse_options() 843 if (get_option(&p, &arg)) in gart_parse_options()
|
| H A D | smpboot.c | 710 get_option(&str, &init_udelay); in cpu_init_udelay()
|
| /linux/arch/powerpc/kernel/ |
| H A D | rtasd.c | 573 if (get_option(&str,&i)) { in surveillance_setup()
|
| /linux/arch/loongarch/kernel/ |
| H A D | cpu-probe.c | 60 get_option(&str, &simd); in cpu_setup_simd()
|
| /linux/include/linux/ |
| H A D | string.h | 319 extern int get_option(char **str, int *pint);
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 507 get_option(&str, &ntlb); in set_ntlb()
|
| /linux/mm/ |
| H A D | numa_emulation.c | 502 if (get_option(&emu_cmdline, &dist) == 2) in numa_emulation()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 45 if (get_option(&arg, &val)) in parse_kfence_early_init()
|
| /linux/arch/arm/mach-omap1/ |
| H A D | omap-dma.c | 862 if (get_option(&str, &omap_dma_reserve_channels) != 1) in omap_dma_cmdline_reserve_ch()
|
| /linux/drivers/acpi/ |
| H A D | pci_link.c | 809 retval = get_option(&str, &irq); in acpi_irq_penalty_update()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 176 get_option(&str, &val); in ofpci_debug()
|