/src/games/hunt/huntd/ |
expl.c | 148 static REGEN removed[MAXREMOVE]; variable in typeref:typename:REGEN[] 149 static REGEN *rem_index = removed; 184 if (++r >= &removed[MAXREMOVE]) 185 r = removed; 227 if (++r >= &removed[MAXREMOVE]) 228 rem_index = removed; 248 for (rp = removed; rp < &removed[MAXREMOVE]; rp++) 250 rem_index = removed;
|
/src/sys/fs/sysvbfs/ |
sysvbfs.h | 55 int removed; member in struct:sysvbfs_node
|
/src/sys/ufs/chfs/ |
chfs_nodeops.c | 345 int removed = 0; local in function:chfs_mark_node_obsolete 351 removed = 1; 355 if (removed == 0) { 359 removed = 1; 364 if (removed == 0) { 368 removed = 1; 373 if (removed == 0) { 377 removed = 1;
|
/src/sys/sys/ |
rndio.h | 60 uint32_t removed; member in struct:__anon55e960fb0208
|
/src/common/lib/libc/gen/ |
radixtree.c | 1471 unsigned int removed; local in function:test2 1669 removed = 0; 1704 removed += total; 1728 assert(total == nnodes - removed); 1731 printops(title, "ganglookup+remove", 0, nnodes - removed, &stv, &etv);
|
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_common.cc | 836 bool removed = false; local in function:__lsan_unregister_root_region 840 removed = true; 848 if (!removed) {
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo.c | 628 struct list_head removed; local in function:ttm_bo_delayed_delete 631 INIT_LIST_HEAD(&removed); 640 list_move_tail(&bo->ddestroy, &removed); 658 list_splice_tail(&removed, &bdev->ddestroy);
|
/src/sys/dev/usb/ |
usb.c | 182 "bool"/*removed*/); 591 * true if it successfully removed the task from the queue, false 616 return true; /* removed from the queue */ 622 return false; /* was not removed from the queue */ 631 * Return true if it successfully removed the task from the queue, 649 bool removed; local in function:usb_rem_task_wait 671 removed = false; 681 removed = true; 689 if (interlock && !removed) 693 dev, task, queue, interlock, removed); [all...] |
/src/sys/external/bsd/ipf/netinet/ |
ip_state.c | 3745 int removed; local in function:ipf_state_flush 3748 removed = 0; 3765 removed++; 3786 removed++; 3805 removed++; 3832 removed++; 3852 removed++; 3864 return removed; 3877 removed = ipf_queueflush(softc, ipf_state_flush_entry, 3887 return removed; [all...] |
ip_nat.c | 470 * and packet storms can occur if this is removed too quickly. 510 * this too and packet storms can occur if this is removed 2267 int madeorphan = 0, removed = 0; local in function:ipf_nat_delete 2280 removed = 1; 2358 if (removed) 2513 /* rules are being removed, allowing the "purge" to walk through the list */ 6669 int removed; local in function:ipf_nat_extraflush 6672 removed = 0; 6685 removed++; 6705 removed++ [all...] |
fil.c | 3675 /* to store the accumulating count of rules removed, whereas the returned */ 3676 /* value is just the number removed from the current list. The latter is */ 3780 /* removed from the group then it is necessary to start again. */ 3788 int removed = 0; local in function:ipf_flush_groups 3795 removed = 0; 3797 while ((removed == 0) && ((fr = *frp) != NULL)) { 3808 removed++; 3811 if (removed == 0) 3850 /* rp(I) - rule added/removed with skip in it. */ 3853 /* or removed. * 8737 int removed = 0; local in function:ipf_queueflush [all...] |
/src/sys/arch/aarch64/aarch64/ |
pmap.c | 1632 bool removed; local in function:_pmap_pdp_delref 1668 removed = false; 1675 removed = true; 1685 removed = true; 1703 return removed; 2206 * this Ln page table page has been removed.
|
/src/usr.sbin/syslogd/ |
syslogd.c | 2213 * but after delivery be removed from the queue 2422 * it will be removed when sendmsg is sent and free()d */ 4499 * oldest to be removed is FIRST 4507 * returns the number of removed queue elements 4518 size_t removed = 0; local in function:message_queue_purge 4529 while (removed < del_entries 4536 removed++; 4540 return removed; 4555 "message_allqueues_purge(): removed %zu buffer entries\n", sum); 4569 "message_allqueues_check(): removed %zu buffer entries\n", sum) [all...] |