Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 39) sorted by relevance

12

/linux-2.4.37.9/lib/
Dcmdline.c34 int get_option (char **str, int *pint) in get_option() function
72 res = get_option (&str, ints + i); in get_options()
119 EXPORT_SYMBOL(get_option);
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-gart.c656 if (get_option(&p, &arg)) in iommu_setup()
665 if (isdigit(*p) && get_option(&p, &arg)) in iommu_setup()
669 if (isdigit(*p) && get_option(&p, &arg)) in iommu_setup()
Dnmi.c139 get_option(&str, &nmi); in setup_nmi_watchdog()
Dsmpboot.c104 get_option(&str, &cpu_mask); in cpumask()
/linux-2.4.37.9/kernel/
Dresource.c354 if (get_option (&str, &io_start) != 2) in reserve_setup()
356 if (get_option (&str, &io_num) == 0) in reserve_setup()
/linux-2.4.37.9/drivers/scsi/
Dscsi_debug.c1071 if (get_option(&str, &tmp) == 1) { in num_devs_setup()
1087 if (get_option(&str, &tmp) == 1) { in dev_size_mb_setup()
1104 if (get_option(&str, &tmp) == 1) { in opts_setup()
1121 if (get_option(&str, &tmp) == 1) { in every_nth_setup()
1138 if (get_option(&str, &tmp) == 1) { in delay_setup()
Dscsi_scan.c245 if (get_option(&str, &tmp) == 1) { in scsi_luns_setup()
261 if (get_option(&str, &tmp) == 1) { in scsi_allow_ghost_devices_setup()
/linux-2.4.37.9/include/linux/
Dkernel.h88 extern int get_option(char **str, int *pint);
/linux-2.4.37.9/drivers/pnp/
Disapnp.c2389 (void)((get_option(&str,&isapnp_rdp) == 2) && in isapnp_setup_isapnp()
2390 (get_option(&str,&isapnp_reset) == 2) && in isapnp_setup_isapnp()
2391 (get_option(&str,&isapnp_skip_pci_scan) == 2) && in isapnp_setup_isapnp()
2392 (get_option(&str,&isapnp_verbose) == 2)); in isapnp_setup_isapnp()
2405 if (get_option(&str,&isapnp_reserve_irq[i]) != 2) in isapnp_setup_reserve_irq()
2419 if (get_option(&str,&isapnp_reserve_dma[i]) != 2) in isapnp_setup_reserve_dma()
2433 if (get_option(&str,&isapnp_reserve_io[i]) != 2) in isapnp_setup_reserve_io()
2447 if (get_option(&str,&isapnp_reserve_mem[i]) != 2) in isapnp_setup_reserve_mem()
/linux-2.4.37.9/arch/i386/kernel/
Dnmi.c108 get_option(&str, &nmi); in setup_nmi_watchdog()
/linux-2.4.37.9/init/
Dmain.c139 if (get_option(&str,&par)) prof_shift = par; in profile_setup()
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_watchdog.c1062 rv = get_option(&str, &val); in ipmi_wdog_setup()
1070 rv = get_option(&str, &val); in ipmi_wdog_setup()
Dipmi_devintf.c520 if (get_option (&str, &x)) { in ipmi_setup()
/linux-2.4.37.9/drivers/media/radio/
Dradio-sf16fmi.c358 get_option(&str, &io); in fmi_setup_io()
Dradio-sf16fmr2.c467 get_option(&str, &io); in fmr2_setup_io()
/linux-2.4.37.9/arch/ppc/kernel/
Dsmp.c561 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/arch/ppc64/kernel/
Drtasd.c475 if (get_option(&str,&i)) { in surveillance_setup()
Dsmp.c829 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/arch/ia64/kernel/
Dsmpboot.c124 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/mm/
Dpage_alloc.c949 while (get_option(&str, &zone_balance_ratio[j++]) == 2); in setup_mem_frac()
962 while (get_option(&str, &lower_zone_reserve_ratio[j++]) == 2); in setup_lower_zone_reserve()
/linux-2.4.37.9/arch/s390x/kernel/
Dsmp.c81 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/arch/sh/kernel/
Dtime.c342 if (get_option(&str, &freq)) in sh_pclk_setup()
/linux-2.4.37.9/arch/s390/kernel/
Dsmp.c81 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/arch/parisc/kernel/
Dsmp.c395 get_option(&str, &max_cpus); in maxcpus()
/linux-2.4.37.9/drivers/acpi/
Dpci_link.c725 retval = get_option(&str,&irq); in acpi_irq_penalty_update()

12