Searched refs:why (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.awk20 function fatal(why)
22 printf("FATAL: %s\n", why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dhex2hex.c11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile28 why.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_jbd.h265 #define HFSPLUS_J_EXPECT(expr, why...) HFSPLUS_J_ASSERT(expr)
266 #define HFSPLUS_J_EXPECT_BH(bh, expr, why...) HFSPLUS_J_ASSERT_BH(bh, expr)
267 #define HFSPLUS_J_EXPECT_JH(jh, expr, why...) HFSPLUS_J_ASSERT_JH(jh, expr)
269 #define __hfsplus_jbd_expect(expr, why...) \
275 printk(KERN_ERR why "\n"); \
279 #define HFSPLUS_J_EXPECT(expr, why...) __hfsplus_jbd_expect(expr, ## why)
280 #define HFSPLUS_J_EXPECT_BH(bh, expr, why...) __hfsplus_jbd_expect(expr, ## why)
281 #define HFSPLUS_J_EXPECT_JH(jh, expr, why
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h280 #define J_EXPECT(expr, why...) J_ASSERT(expr)
281 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr)
282 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr)
284 #define __journal_expect(expr, why...) \
290 printk(KERN_ERR why "\n"); \
294 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
295 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
296 #define J_EXPECT_JH(jh, expr, why
[all...]
H A Djbd2.h289 #define J_EXPECT(expr, why...) J_ASSERT(expr)
290 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr)
291 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr)
293 #define __journal_expect(expr, why...) \
299 printk(KERN_ERR why "\n"); \
303 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why)
304 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why)
305 #define J_EXPECT_JH(jh, expr, why
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dutil.h31 #define AFP_PANIC(why) \
33 netatalk_panic(why); \
77 extern void netatalk_panic(const char *why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-header.S59 * Note that tbl == why is intentional.
61 * We must set at least "tsk" and "why" when calling ret_with_reschedule.
65 why .req r8 @ Linux syscall (!= 0) label
H A Dentry-common.S52 mov r2, why @ 'syscall'
59 * "slow" syscall return path. "why" tells us if this was a real syscall.
87 mov why, #1
216 2: mov why, #0 @ no longer a real syscall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dfitblk.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c62 local void quit(char *why) argument
64 fprintf(stderr, "fitblk abort: %s\n", why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dfault.c85 void netatalk_panic(const char *why) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dfault.c85 void netatalk_panic(const char *why) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dutil.h34 #define AFP_PANIC(why) \
36 netatalk_panic(why); \
90 extern void netatalk_panic(const char *why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_util.c362 __repmgr_thread_failure(env, why)
364 int why;
367 (void)__env_panic(env, why);
H A Drepmgr_net.c1078 char *why; local
1090 * means 'why' will have been set by the time it's needed. But I guess
1093 COMPQUIET(why, "");
1099 why = "can't create listen socket";
1111 why = "can't set REUSEADDR socket option";
1116 why = "can't bind socket to listening address";
1123 why = "listen()";
1137 __db_err(env, ret, why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c1109 int why, int status,
1121 retval = put_user((short)why, &infop->si_code);
1151 int why, status; local
1160 why = CLD_EXITED;
1163 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED;
1166 return wait_noreap_copyout(p, pid, uid, why,
1257 int why; local
1260 why = CLD_EXITED;
1263 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED;
1266 retval = put_user((short)why,
1108 wait_noreap_copyout(struct task_struct *p, pid_t pid, uid_t uid, int why, int status, struct siginfo __user *infop, struct rusage __user *rusagep) argument
1341 int why = (p->ptrace & PT_PTRACED) ? CLD_TRAPPED : CLD_STOPPED; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dzcip.c118 // Currently all callers ignore errors, that's why returns are
164 const char *why; local
421 why = "recv";
521 why = "poll";
526 bb_perror_msg("%s, %s", intf, why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm84 skip $why, $how_many unless $have_some_feature;
91 local $TODO = $why;
112 BAIL_OUT($why);
151 Your script will declare a skip with the reason why you skipped and
326 So why use these? They produce better diagnostics on failure. ok()
328 isnt() know what the test was and why it failed. For example this
834 skip $why, $how_many if $condition;
840 there are, $why and under what $condition to skip them. An example is
874 my($why, $how_many) = @_;
884 $Test->skip($why);
[all...]
H A DBuilder.pm763 $Test->skip($why);
765 Skips the current test, reporting $why.
770 my($self, $why) = @_;
771 $why ||= '';
772 $self->_unoverload(\$why);
787 reason => $why,
793 $out .= " $why" if length $why;
805 $Test->todo_skip($why);
810 print "not ok $tnum # TODO $why\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c39 static void fatal(char *why) argument
41 perror(why);
H A Dtdbtorture.c53 static void fatal(char *why) argument
55 perror(why);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2622 my $why;
2647 $why = "no test";
2747 $why = "curl lacks $f support";
2751 if(!$why) {
2758 $why = "disabled by keyword";
2764 if(!$why && !$match && %enabled_keywords) {
2765 $why = "disabled by missing keyword";
2790 if(!$why) {
2791 $why = serverfortest($testnum);
2827 if(!$why) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtick-broadcast.c189 static void tick_do_broadcast_on_off(void *why) argument
193 unsigned long flags, *reason = why;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dentry.S149 * Note that tbl == why is intentional.
151 * We must set at least "tsk" and "why" when calling ret_with_reschedule.
155 why .req r8 @ Linux syscall (!= 0) label
200 mov r2, why @ 'syscall'
208 * "slow" syscall return path. "why" tells us if this was a real syscall.
226 mov why, #1
265 2: mov why, #0 @ no longer a real syscall
660 mov why, #0
869 mov why, #0

Completed in 219 milliseconds

12