Searched refs:WARN (Results 26 - 50 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend_test.c48 WARN(msec > (TEST_SUSPEND_SECONDS * 1000),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dplist.c34 WARN(n->prev != p || p->next != n,
H A Dkobject_uevent.c348 WARN(1, KERN_ERR "add_uevent_var: too many keys\n");
359 WARN(1, KERN_ERR "add_uevent_var: buffer size too small\n");
H A Ddebugobjects.c256 WARN(1, KERN_ERR "ODEBUG: %s %s (active state %u) "
844 WARN(1, KERN_ERR "ODEBUG: selftest object not found\n");
848 WARN(1, KERN_ERR "ODEBUG: selftest wrong state: %d != %d\n",
853 WARN(1, KERN_ERR "ODEBUG: selftest fixups failed %d != %d\n",
858 WARN(1, KERN_ERR "ODEBUG: selftest warnings failed %d != %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/
H A Dtime.c57 WARN(1, "%s: unhandled mode %d\n", __func__, mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c290 WARN(1, KERN_WARNING "Unbalanced enable for IRQ %d\n", irq);
377 WARN(1, "Unbalanced IRQ %d wake disable\n", irq);
483 WARN(1, "Primary handler called for nested irq %d\n", irq);
883 WARN(in_interrupt(), "Trying to free IRQ %d from IRQ context!\n", irq);
899 WARN(1, "Trying to free already-free IRQ %d\n", irq);
H A Dchip.c32 WARN(1, KERN_ERR "Trying to initialize invalid IRQ%d\n", irq);
84 WARN(1, KERN_ERR "Trying to cleanup invalid IRQ%d\n", irq);
91 WARN(1, KERN_ERR "Destroying IRQ%d without calling free_irq\n",
138 WARN(1, KERN_ERR "Trying to install chip for IRQ%d\n", irq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dsys.c184 WARN(1, KERN_WARNING "sysdev: invalid class passed to "
191 WARN(1, KERN_WARNING "sysdev: class %s: driver (%p) has already"
207 WARN(1, KERN_ERR "%s: invalid device class\n", __func__);
H A Dclass.c391 WARN(1, "%s called for class '%s' before it was initialized",
438 WARN(1, "%s called for class '%s' before it was initialized",
H A Ddriver.c262 WARN(1, "Unexpected driver unregister!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_fence.c175 WARN(1, "Querying an unemited fence : %p !\n", fence);
194 WARN(1, "Querying an invalid fence : %p !\n", fence);
232 WARN(1, "GPU lockup (waiting for 0x%08X last fence id 0x%08X)\n", fence->seq, seq);
H A Dradeon_gart.c145 WARN(1, "trying to unbind memory to unitialized GART !\n");
176 WARN(1, "trying to bind memory to unitialized GART !\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c501 WARN(1, "omap_device: %s.%d: %s() called from invalid state %d\n",
540 WARN(1, "omap_device: %s.%d: %s() called from invalid state %d\n",
573 WARN(1, "omap_device: %s.%d: %s() called from invalid state %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_fsnotify.c180 WARN(1, "inotify closing but id=%d for fsn_mark=%p in group=%p still in "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dgeneric.c322 WARN(1, "name '%s'\n", name);
587 WARN(1, KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",
815 WARN(1, "name '%s'\n", name);
857 WARN(de->subdir, KERN_WARNING "%s: removing non-empty directory "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dboard-dm355-leopard.c246 WARN("%s: unable to get AEMIF clock\n", __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dtimer.c159 WARN(1, "Unknown clock rate");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcore.h367 * Calls WARN() if CONFIG_SND_DEBUG is set.
370 #define snd_BUG() WARN(1, "BUG?\n")
377 * and call WARN() and returns the value if it's non-zero.
387 #define snd_BUG_ON(cond) WARN((cond), "BUG? (%s)\n", __stringify(cond))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dpci-sysfs.c47 WARN(1, "process \"%s\" tried to map%s 0x%08lx-0x%08lx on %s BAR %d "
264 WARN(1, "process \"%s\" tried to map%s 0x%08lx-0x%08lx on hose %d "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dsymlink.c78 WARN(1, KERN_WARNING
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/memrar/
H A Dmemrar_allocator.c76 WARN(capacity < block_size * 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dit8761e_gpio.c222 WARN(ret, "%s(): gpiochip_remove() failed, ret=%d\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhw_breakpoint.c273 WARN(1, "Unable to handle hardware breakpoint. Breakpoint at "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duaccess_64.h58 WARN(1, "Buffer overflow detected!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dxsave.c422 WARN(1, KERN_ERR "XSTATE_CPUID missing\n");

Completed in 175 milliseconds

1234567