boot_error        966 arch/x86/kernel/smpboot.c 	int boot_error;
boot_error        974 arch/x86/kernel/smpboot.c 		boot_error = wakeup_secondary_cpu_via_init(apicid, start_ip);
boot_error        983 arch/x86/kernel/smpboot.c 	boot_error = register_nmi_handler(NMI_LOCAL,
boot_error        986 arch/x86/kernel/smpboot.c 	if (!boot_error) {
boot_error        993 arch/x86/kernel/smpboot.c 		boot_error = wakeup_secondary_cpu_via_nmi(id, start_ip);
boot_error        999 arch/x86/kernel/smpboot.c 	return boot_error;
boot_error       1037 arch/x86/kernel/smpboot.c 	unsigned long boot_error = 0;
boot_error       1086 arch/x86/kernel/smpboot.c 		boot_error = apic->wakeup_secondary_cpu(apicid, start_ip);
boot_error       1088 arch/x86/kernel/smpboot.c 		boot_error = wakeup_cpu_via_init_nmi(cpu, start_ip, apicid,
boot_error       1091 arch/x86/kernel/smpboot.c 	if (!boot_error) {
boot_error       1095 arch/x86/kernel/smpboot.c 		boot_error = -1;
boot_error       1103 arch/x86/kernel/smpboot.c 				boot_error = 0;
boot_error       1110 arch/x86/kernel/smpboot.c 	if (!boot_error) {
boot_error       1132 arch/x86/kernel/smpboot.c 	return boot_error;
boot_error        463 sound/pci/asihpi/hpi6000.c 	short boot_error = 0;
boot_error        510 sound/pci/asihpi/hpi6000.c 	boot_error = hpi6000_adapter_boot_load_dsp(pao, pos_error_code);
boot_error        511 sound/pci/asihpi/hpi6000.c 	if (boot_error)
boot_error        512 sound/pci/asihpi/hpi6000.c 		return boot_error;