Searched refs:WARN (Results 1 - 25 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dusercopy.c6 WARN(1, "Buffer overflow detected!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dusercopy.c6 WARN(1, "Buffer overflow detected!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/asm/
H A Dbug.h6 #define WARN(condition, format...) ({ \ macro
18 if (WARN(!__warned, format)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlist_debug.c23 WARN(next->prev != prev,
27 WARN(prev->next != next,
46 WARN(entry->next == LIST_POISON1,
49 WARN(entry->next != LIST_POISON1 && entry->prev == LIST_POISON2,
52 WARN(entry->prev->next != entry,
55 WARN(entry->next->prev != entry,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Duaccess.c29 WARN(1, "Buffer overflow detected!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dbug.h57 * WARN(), WARN_ON(), WARN_ON_ONCE, and so on can be used to report
92 #ifndef WARN
93 #define WARN(condition, format...) ({ \ macro
124 #ifndef WARN
125 #define WARN(condition, format...) ({ \ macro
150 if (WARN(!__warned, format)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap-pm-noop.c40 WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
69 WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
96 WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
126 WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
155 WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/
H A Ddriver.c58 WARN(1, "invalid cpuidle_unregister_driver(%s)\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm.c52 if (WARN(!oh, "%s: could not find omap_hwmod for %s\n",
57 if (WARN(IS_ERR(od), "%s: could not build omap_device for %s\n",
H A Dclock.c252 WARN(1, "clock: %s: omap2_clk_disable() called, but usecount "
302 WARN(1, "clock: %s: could not enable parent %s: %d\n",
311 WARN(1, "clock: %s: could not enable clockdomain %s: "
319 WARN(1, "clock: %s: could not enable: %d\n", clk->name, ret);
419 if (WARN(IS_ERR(mpurate_ck), "Failed to get %s.\n", mpurate_ck_name))
424 WARN(1, "clock: %s: unable to set MPU rate to %d: %d\n",
445 if (WARN(IS_ERR(mpu_ck), "clock: failed to get %s.\n", mpu_ck_name))
449 if (WARN(IS_ERR(core_ck), "clock: failed to get %s.\n", core_ck_name))
453 if (WARN(IS_ERR(hfclkin_ck), "Failed to get %s.\n", hfclkin_ck_name))
H A Domap_hwmod.c53 WARN(1, "omap_hwmod: %s: cannot read OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
77 WARN(1, "omap_hwmod: %s: cannot write OCP_SYSCONFIG: not defined on hwmod's class\n", oh->name);
109 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
142 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
176 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
206 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
241 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
270 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
302 WARN(1, "omap_hwmod: %s: offset struct for sysconfig not provided in class\n", oh->name);
812 WARN(
[all...]
H A Dclkt_clksel.c35 WARN(1, "clock: Could not find parent clock %s in clksel array "
81 WARN(1, "clock: Could not find divisor for clock %s parent %s"
146 WARN(1, "clock: Could not find fieldval %d for clock %s parent "
327 WARN(!found, "clock: %s: init parent: could not find regval %0x\n",
H A Dtimer-gp.c142 WARN(gptimer_id == 12, "WARNING: GPTIMER12 can only use the "
147 WARN(IS_ERR_VALUE(omap_dm_timer_set_source(gptimer, src)),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl198 (dev|netdev|netif)_(printk|dbg|vdbg|info|warn|err|notice|alert|crit|emerg|WARN)|
199 WARN|
1089 sub WARN { subroutine
1125 WARN("use relative pathname instead of absolute in changelog text\n" . $herecurr);
1318 WARN("patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n");
1340 WARN("Signed-off-by: is the preferred form\n" .
1344 WARN("space required after Signed-off-by:\n" .
1406 WARN("please write a paragraph that describes the config symbol fully\n" . $herecurr) if ($length < 4);
1419 WARN("line over 80 characters\n" . $herecurr);
1424 WARN("unnecessar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsv.c185 #define WARN "warning: " macro
256 bb_perror_msg(WARN"cannot stat %s/down", *service);
296 printf("; log: "WARN"cannot change to log service directory: %s",
315 bb_perror_msg(WARN"cannot stat %s/check", *service);
323 bb_perror_msg(WARN"cannot %s child %s/check", "run", *service);
328 bb_perror_msg(WARN"cannot %s child %s/check", "wait for", *service);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dchecks.c36 WARN = 1, enumerator in enum:checklevel
98 if ((c->level < WARN) || (c->level <= quiet))
402 CHECK_IS_CELL(address_cells_is_cell, "#address-cells", WARN);
403 CHECK_IS_CELL(size_cells_is_cell, "#size-cells", WARN);
404 CHECK_IS_CELL(interrupt_cells_is_cell, "#interrupt-cells", WARN);
406 CHECK_IS_STRING(device_type_is_string, "device_type", WARN);
407 CHECK_IS_STRING(model_is_string, "model", WARN);
408 CHECK_IS_STRING(status_is_string, "status", WARN);
426 CHECK(addr_size_cells, NULL, fixup_addr_size_cells, NULL, NULL, WARN,
461 NODE_CHECK(reg_format, NULL, WARN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_output.c48 WARN(1, "device type not supported: %d\n", skb->dev->type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dpadmux.c123 WARN(1, "padmux: required setting "
155 WARN(1, "padmux: cannot release handle as "
193 WARN(1, "padmux: cannot activate "
230 WARN(1, "padmux: cannot deactivate "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dlirc_dev.h44 WARN(1, "calling %s on an uninitialized lirc_buffer\n",
71 WARN(1, "calling %s on an uninitialized lirc_buffer\n",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsfi.c100 WARN(pic_mode, KERN_WARNING
H A Dtsc_sync.c96 WARN(!(now-start),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Duasm.c163 WARN(arg & ~RS_MASK, KERN_WARNING "Micro-assembler field overflow\n");
170 WARN(arg & ~RT_MASK, KERN_WARNING "Micro-assembler field overflow\n");
177 WARN(arg & ~RD_MASK, KERN_WARNING "Micro-assembler field overflow\n");
184 WARN(arg & ~RE_MASK, KERN_WARNING "Micro-assembler field overflow\n");
191 WARN(arg > 0x7fff || arg < -0x8000,
199 WARN(arg & ~IMM_MASK, KERN_WARNING "Micro-assembler field overflow\n");
206 WARN(arg > 0x1ffff || arg < -0x20000,
209 WARN(arg & 0x3, KERN_WARNING "Invalid micro-assembler branch target\n");
216 WARN(arg & ~(JIMM_MASK << 2),
224 WARN(ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpm_qos_params.c233 WARN(1, KERN_ERR "pm_qos_add_request() called for already added request\n");
266 WARN(1, KERN_ERR "pm_qos_update_request() called for unknown object\n");
299 WARN(1, KERN_ERR "pm_qos_remove_request() called for unknown object\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dgroup.c137 WARN(!sd, KERN_WARNING "sysfs group %p not found for "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Des7000_32.c355 WARN(1, "Timeout waiting for Host Valid Flag\n");
368 WARN(1, "Timeout waiting for MIP Valid Flag\n");
394 WARN(1, "Command failed, status = %x\n", mip_status);
567 WARN(1, "Not a valid mask!");

Completed in 244 milliseconds

1234567