/src/usr.bin/make/unit-tests/ |
deptgt-ignore.mk | 13 all: depends-on-failed depends-on-ignored 14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored 16 error-failed error-ignored: 21 depends-on-failed: error-failed
|
deptgt-ignore.mk | 13 all: depends-on-failed depends-on-ignored 14 .PHONY: all depends-on-failed depends-on-ignored error-failed error-ignored 16 error-failed error-ignored: 21 depends-on-failed: error-failed
|
/src/sys/arch/macppc/stand/ofwboot/ |
alloc.c | 129 int failed; local in function:alloc 147 failed = (bestf == NULL); 167 failed = (bestsize == 0xffffffff); 170 if (failed) { /* nothing found */
|
alloc.c | 129 int failed; local in function:alloc 147 failed = (bestf == NULL); 167 failed = (bestsize == 0xffffffff); 170 if (failed) { /* nothing found */
|
/src/sys/arch/shark/stand/ofwboot/ |
alloc.c | 130 int failed; local in function:alloc 148 failed = (bestf == NULL); 168 failed = (bestsize == 0xffffffff); 171 if (failed) { /* nothing found */
|
alloc.c | 130 int failed; local in function:alloc 148 failed = (bestf == NULL); 168 failed = (bestsize == 0xffffffff); 171 if (failed) { /* nothing found */
|
/src/sys/arch/sparc/stand/ofwboot/ |
alloc.c | 130 int failed; local in function:alloc 148 failed = (bestf == NULL); 168 failed = (bestsize == 0xffffffff); 171 if (failed) { /* nothing found */
|
alloc.c | 130 int failed; local in function:alloc 148 failed = (bestf == NULL); 168 failed = (bestsize == 0xffffffff); 171 if (failed) { /* nothing found */
|
/src/sys/lib/libsa/ |
alloc.c | 169 int failed; local in function:alloc 187 failed = (bestsize == 0xffffffff); 189 if (failed) { /* nothing found */
|
alloc.c | 169 int failed; local in function:alloc 187 failed = (bestsize == 0xffffffff); 189 if (failed) { /* nothing found */
|
/src/tests/lib/libc/string/ |
t_swab.c | 77 bool failed = false; local in function:ATF_TC_BODY 89 failed = true; 92 if (failed)
|
t_swab.c | 77 bool failed = false; local in function:ATF_TC_BODY 89 failed = true; 92 if (failed)
|
/src/common/lib/libc/string/ |
memset2.c | 247 bool failed = false; local in function:main 263 printf("pass @ %zu .. %zu failed", 272 failed = 1; 277 return failed ? 1 : 0;
|
memset2.c | 247 bool failed = false; local in function:main 263 printf("pass @ %zu .. %zu failed", 272 failed = 1; 277 return failed ? 1 : 0;
|
/src/usr.sbin/makefs/v7fs/ |
v7fs_populate.c | 202 bool failed = false; local in function:populate_walk 251 failed = true; 254 return failed ? 2 : 0; 269 warn("I/O setup failed.");
|
v7fs_populate.c | 202 bool failed = false; local in function:populate_walk 251 failed = true; 254 return failed ? 2 : 0; 269 warn("I/O setup failed.");
|
/src/usr.bin/ldd/ |
ldd.c | 167 bool failed = false; local in function:main 185 failed = true; 189 if (failed) { 194 failed = false; 197 if (failed) { 202 failed = false; 207 if (failed) {
|
ldd.c | 167 bool failed = false; local in function:main 185 failed = true; 189 if (failed) { 194 failed = false; 197 if (failed) { 202 failed = false; 207 if (failed) {
|
/src/common/lib/libc/gen/ |
rpst.c | 547 bool failed; member in struct:testnode 595 assert(n->failed || 650 n->failed = false; 668 n->failed = true; 673 printf("%u nodes inserted and %u insertion failed in %ju usecs\n", 700 if (n->failed) {
|
rpst.c | 547 bool failed; member in struct:testnode 595 assert(n->failed || 650 n->failed = false; 668 n->failed = true; 673 printf("%u nodes inserted and %u insertion failed in %ju usecs\n", 700 if (n->failed) {
|
/src/usr.bin/resize/ |
resize.c | 189 static void failed(const char *) GCC_NORETURN; 195 failed(const char *s) function in typeref:typename:void 474 failed("get tty settings"); 488 failed("set tty settings"); 546 failed("set tty settings");
|
resize.c | 189 static void failed(const char *) GCC_NORETURN; 195 failed(const char *s) function in typeref:typename:void 474 failed("get tty settings"); 488 failed("set tty settings"); 546 failed("set tty settings");
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_print.c | 215 int failed = 0; local in function:pr_start2 303 "rpc.pcnfsd: spool file rename (%s->%s) failed.\n", 345 msg_out("rpc.pcnfsd: su_popen failed"); 359 failed = 1; 364 return ((failed | interrupted) ? PS_RES_FAIL : PS_RES_OK); 1086 msg_out("rpc.pcnfsd: su_popen failed"); 1132 msg_out("rpc.pcnfsd: su_popen failed");
|
/src/sys/kern/ |
kern_synch.c | 374 uintptr_t failed; local in function:kpreempt 379 failed = 0; 397 failed = (uintptr_t)&kpreempt_is_disabled; 403 failed = (uintptr_t)&is_softint_lwp; 414 failed = (uintptr_t)&kernel_lock_held; 424 failed = (uintptr_t)&spl_is_raised; 443 if (__predict_true(!failed)) { 459 l->l_pfaillock = failed;
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_hcdddma.c | 976 * Complete all URBs marking all frames as failed, irrespective 1149 int failed; local in function:dwc2_process_non_isoc_desc 1166 failed = dwc2_update_non_isoc_urb_state_ddma(hsotg, chan, qtd, dma_desc, 1170 failed = 1; 1172 if (failed) { 1175 dev_vdbg(hsotg->dev, "failed=%1x xfer_done=%1x status=%08x\n", 1176 failed, *xfer_done, urb->status); 1177 return failed;
|