/src/tests/rump/kernspace/ |
alloc.c | 83 int succ, i; local in function:rumptest_alloc 108 for (succ = 0;; succ++) { 109 if (succ * 1024 > thelimit)
|
alloc.c | 83 int succ, i; local in function:rumptest_alloc 108 for (succ = 0;; succ++) { 109 if (succ * 1024 > thelimit)
|
alloc.c | 83 int succ, i; local in function:rumptest_alloc 108 for (succ = 0;; succ++) { 109 if (succ * 1024 > thelimit)
|
/src/tests/net/icmp/ |
t_ping.c | 151 int loop, succ; local in function:doping 179 succ = 0; 197 succ++; 205 return succ; 214 int succ; local in function:ATF_TC_BODY 233 succ = doping("1.1.1.10", LOOPS, 56); 234 printf("got %d/%d\n", succ, LOOPS); 250 int succ; local in function:ATF_TC_BODY 261 succ = doping("1.1.1.20", LOOPS, 56); 265 succ = doping("1.1.1.10", LOOPS, 56) 283 int sent, succ, i; local in function:ATF_TC_BODY [all...] |
t_ping.c | 151 int loop, succ; local in function:doping 179 succ = 0; 197 succ++; 205 return succ; 214 int succ; local in function:ATF_TC_BODY 233 succ = doping("1.1.1.10", LOOPS, 56); 234 printf("got %d/%d\n", succ, LOOPS); 250 int succ; local in function:ATF_TC_BODY 261 succ = doping("1.1.1.20", LOOPS, 56); 265 succ = doping("1.1.1.10", LOOPS, 56) 283 int sent, succ, i; local in function:ATF_TC_BODY [all...] |
t_ping.c | 151 int loop, succ; local in function:doping 179 succ = 0; 197 succ++; 205 return succ; 214 int succ; local in function:ATF_TC_BODY 233 succ = doping("1.1.1.10", LOOPS, 56); 234 printf("got %d/%d\n", succ, LOOPS); 250 int succ; local in function:ATF_TC_BODY 261 succ = doping("1.1.1.20", LOOPS, 56); 265 succ = doping("1.1.1.10", LOOPS, 56) 283 int sent, succ, i; local in function:ATF_TC_BODY [all...] |
/src/usr.bin/make/ |
make.c | 636 GNode *succ = ln->datum; local in function:ScheduleOrderSuccessors 638 if (succ->made == DEFERRED && 639 !MakeBuildChild(succ, toBeMadeNext)) 640 succ->flags.doneOrder = true;
|
make.c | 636 GNode *succ = ln->datum; local in function:ScheduleOrderSuccessors 638 if (succ->made == DEFERRED && 639 !MakeBuildChild(succ, toBeMadeNext)) 640 succ->flags.doneOrder = true;
|
make.c | 636 GNode *succ = ln->datum; local in function:ScheduleOrderSuccessors 638 if (succ->made == DEFERRED && 639 !MakeBuildChild(succ, toBeMadeNext)) 640 succ->flags.doneOrder = true;
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_mode.c | 801 bool succ; local in function:ast_crtc_helper_atomic_check 814 succ = ast_get_vbios_mode_info(format, &state->mode, 817 if (!succ)
|
ast_mode.c | 801 bool succ; local in function:ast_crtc_helper_atomic_check 814 succ = ast_get_vbios_mode_info(format, &state->mode, 817 if (!succ)
|
ast_mode.c | 801 bool succ; local in function:ast_crtc_helper_atomic_check 814 succ = ast_get_vbios_mode_info(format, &state->mode, 817 if (!succ)
|
/src/sys/rump/librump/rumpkern/ |
vm.c | 1178 bool succ; local in function:uvm_pageout 1256 succ = pool_drain(&pp); 1257 if (succ || pp == pp_first) 1270 if (!succ && cleaned == 0 && pdaemon_waiters &&
|
vm.c | 1178 bool succ; local in function:uvm_pageout 1256 succ = pool_drain(&pp); 1257 if (succ || pp == pp_first) 1270 if (!succ && cleaned == 0 && pdaemon_waiters &&
|
vm.c | 1178 bool succ; local in function:uvm_pageout 1256 succ = pool_drain(&pp); 1257 if (succ || pp == pp_first) 1270 if (!succ && cleaned == 0 && pdaemon_waiters &&
|
/src/sys/arch/riscv/riscv/ |
db_disasm.c | 1325 unsigned pred, succ; local in function:db_disasm_32 1329 succ = imm & 0xf; 1333 db_print_riscv_fencebits(succ);
|
db_disasm.c | 1325 unsigned pred, succ; local in function:db_disasm_32 1329 succ = imm & 0xf; 1333 db_print_riscv_fencebits(succ);
|
db_disasm.c | 1325 unsigned pred, succ; local in function:db_disasm_32 1329 succ = imm & 0xf; 1333 db_print_riscv_fencebits(succ);
|