Searched refs:err (Results 426 - 450 of 859) sorted by relevance

<<11121314151617181920>>

/arch/powerpc/sysdev/xics/
H A Dicp-native.c250 int err; local
252 err = of_address_to_resource(np, i, &r);
253 if (err) {
255 " for interrupt server 0x%x (%d)\n", *indx, err);
/arch/s390/include/asm/
H A Dsyscall.h16 #include <linux/err.h>
/arch/sh/include/asm/
H A Dbug.h113 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
H A Dsyscall_32.h6 #include <linux/err.h>
/arch/sh/kernel/vsyscall/
H A Dvsyscall.c20 #include <linux/err.h>
/arch/sparc/include/asm/
H A Dparport.h114 int slot, err; local
131 err = -ENODEV;
173 err = -ENOMEM;
192 return err;
/arch/sparc/kernel/
H A Dsetup_32.c339 int i, ncpus, err; local
350 err = 0;
354 err = -ENOMEM;
359 return err;
/arch/tile/include/asm/
H A Dsyscall.h22 #include <linux/err.h>
/arch/um/kernel/skas/
H A Duaccess.c6 #include <linux/err.h>
44 int err, dummy_code; local
48 err = handle_page_fault(virt, 0, is_write, 1, &dummy_code);
49 if (err)
/arch/x86/kernel/
H A Damd_nb.c267 int err = 0; local
269 err = amd_cache_northbridges();
271 if (err < 0)
278 return err;
/arch/x86/kernel/apic/
H A Dx2apic_cluster.c155 int err = 0; local
161 err = -ENOMEM;
165 err = -ENOMEM;
182 return notifier_from_errno(err);
/arch/x86/mm/
H A Dpat_rbtree.c195 int err = 0; local
197 err = memtype_rb_check_conflict(&memtype_rbroot, new->start, new->end,
200 if (!err) {
207 return err;
H A Dpat.c262 int err = 0; local
298 err = reserve_ram_pages_type(start, end, req_type, new_type);
300 return err;
315 err = rbt_memtype_check_insert(new, new_type);
316 if (err) {
323 return err;
332 return err;
337 int err = -EINVAL; local
351 err = free_ram_pages_type(start, end);
353 return err;
[all...]
/arch/x86/platform/uv/
H A Duv_irq.c137 int mmr_pnode, err; local
142 err = assign_irq_vector(irq, cfg, eligible_cpu);
143 if (err != 0)
144 return err;
/arch/x86/um/
H A Dptrace_64.c223 int err, n, cpu = ((struct thread_info *) child->stack)->cpu; local
227 err = save_fp_registers(userspace_pid[cpu], fpregs);
228 if (err)
229 return err;
/arch/x86/um/shared/sysdep/
H A Dstub_32.h89 "i" (&((struct stub_data *) STUB_DATA)->err)
H A Dstub_64.h95 "i" (&((struct stub_data *) STUB_DATA)->err)
/arch/arm/mach-omap2/
H A Dboard-n8x0.c118 goto err;
124 err:
506 int err; local
521 err = gpio_request_one(N8X0_SLOT_SWITCH_GPIO, GPIOF_OUT_INIT_LOW,
523 if (err)
527 err = gpio_request_array(n810_emmc_gpios,
529 if (err) {
/arch/parisc/hpux/
H A Dsys_hpux.c141 int err = vfs_ustat(dev, &sbuf); local
142 if (err)
151 err = copy_to_user(ubuf, &tmp, sizeof(tmp)) ? -EFAULT : 0;
153 return err;
398 int err = -EFAULT; local
410 err = 0;
413 return err;
/arch/powerpc/kernel/
H A Dnvram_64.c475 int err; local
489 err = ppc_md.nvram_read(header, NVRAM_HEADER_LEN, &cur_index);
490 if (err != NVRAM_HEADER_LEN) {
500 err = 0;
516 err = -ENOMEM;
528 err = 0;
536 return err;
H A Dsmp.c29 #include <linux/err.h>
180 int err; local
190 err = request_irq(virq, smp_ipi_action[msg],
193 WARN(err < 0, "unable to request_irq %d for %s (rc %d)\n",
194 virq, smp_ipi_name[msg], err);
196 return err;
723 int err; local
728 err = smp_ops->cpu_disable();
729 if (err)
730 return err;
[all...]
/arch/powerpc/perf/
H A Dcore-fsl-emb.c461 int err; local
474 err = hw_perf_cache_event(event->attr.config, &ev);
475 if (err)
476 return err;
536 err = 0;
541 err = -EBUSY;
551 return err;
/arch/powerpc/platforms/pseries/
H A Dnvram.c400 " partition, err %d\n", part->name, (int)p);
569 int err, ret; local
572 err = zlib_deflateInit2(&stream, COMPR_LEVEL, Z_DEFLATED, WINDOW_BITS,
574 if (err != Z_OK)
584 err = zlib_deflate(&stream, Z_FINISH);
585 if (err != Z_STREAM_END)
588 err = zlib_deflateEnd(&stream);
589 if (err != Z_OK)
H A Dreconfig.c114 int err = blocking_notifier_call_chain(&pSeries_reconfig_chain, local
117 return notifier_to_errno(err);
123 int err = -ENOMEM; local
139 err = PTR_ERR(np->parent);
143 err = pSeries_reconfig_notify(PSERIES_RECONFIG_ADD, np);
144 if (err) {
163 return err;
/arch/sh/kernel/
H A Dtraps_32.c80 void die(const char * str, struct pt_regs * regs, long err) argument
90 printk("%s: %04lx [#%d]\n", str, err & 0xffff, ++die_counter);
101 notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV);
121 long err)
124 die(str, regs, err);
133 static void die_if_no_fixup(const char * str, struct pt_regs * regs, long err) argument
143 die(str, regs, err);
724 int err; local
728 err = do_fpu_inst(inst, regs);
729 if (!err) {
120 die_if_kernel(const char *str, struct pt_regs *regs, long err) argument
[all...]

Completed in 543 milliseconds

<<11121314151617181920>>