/linux-2.4.37.9/lib/ |
D | cmdline.c | 34 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/ |
D | pci-gart.c | 656 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()
|
D | nmi.c | 139 get_option(&str, &nmi); in setup_nmi_watchdog()
|
D | smpboot.c | 104 get_option(&str, &cpu_mask); in cpumask()
|
/linux-2.4.37.9/kernel/ |
D | resource.c | 354 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/ |
D | scsi_debug.c | 1071 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()
|
D | scsi_scan.c | 245 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/ |
D | kernel.h | 88 extern int get_option(char **str, int *pint);
|
/linux-2.4.37.9/drivers/pnp/ |
D | isapnp.c | 2389 (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/ |
D | nmi.c | 108 get_option(&str, &nmi); in setup_nmi_watchdog()
|
/linux-2.4.37.9/init/ |
D | main.c | 139 if (get_option(&str,&par)) prof_shift = par; in profile_setup()
|
/linux-2.4.37.9/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 1062 rv = get_option(&str, &val); in ipmi_wdog_setup() 1070 rv = get_option(&str, &val); in ipmi_wdog_setup()
|
D | ipmi_devintf.c | 520 if (get_option (&str, &x)) { in ipmi_setup()
|
/linux-2.4.37.9/drivers/media/radio/ |
D | radio-sf16fmi.c | 358 get_option(&str, &io); in fmi_setup_io()
|
D | radio-sf16fmr2.c | 467 get_option(&str, &io); in fmr2_setup_io()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | smp.c | 561 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | rtasd.c | 475 if (get_option(&str,&i)) { in surveillance_setup()
|
D | smp.c | 829 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | smpboot.c | 124 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/mm/ |
D | page_alloc.c | 949 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/ |
D | smp.c | 81 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | time.c | 342 if (get_option(&str, &freq)) in sh_pclk_setup()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | smp.c | 81 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | smp.c | 395 get_option(&str, &max_cpus); in maxcpus()
|
/linux-2.4.37.9/drivers/acpi/ |
D | pci_link.c | 725 retval = get_option(&str,&irq); in acpi_irq_penalty_update()
|