| /openbsd/src/usr.sbin/nsd/ |
| D | nsec3.c | 378 domain_type* walk; in nsec3_clear_precompile() local 389 walk = zone->apex; in nsec3_clear_precompile() 390 while(walk && domain_is_subdomain(walk, zone->apex)) { in nsec3_clear_precompile() 391 if(walk->nsec3) { in nsec3_clear_precompile() 392 if(nsec3_condition_hash(walk, zone)) { in nsec3_clear_precompile() 393 walk->nsec3->nsec3_node.key = NULL; in nsec3_clear_precompile() 394 walk->nsec3->nsec3_cover = NULL; in nsec3_clear_precompile() 395 walk->nsec3->nsec3_wcard_child_cover = NULL; in nsec3_clear_precompile() 396 walk->nsec3->nsec3_is_exact = 0; in nsec3_clear_precompile() 397 if (walk->nsec3->hash_wc) { in nsec3_clear_precompile() [all …]
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | unitneg.c | 247 rbnode_type* walk; in remove_item() local 257 walk = rbtree_first(&neg->tree); /* first highest parent, big count */ in remove_item() 258 z = (struct val_neg_zone*)walk; in remove_item() 263 walk = rbtree_first(&neg->tree); in remove_item() 264 z = (struct val_neg_zone*)walk; in remove_item() 265 while(i!=n+1 && walk && walk != RBTREE_NULL && !z->in_use) { in remove_item() 266 walk = rbtree_next(walk); in remove_item() 267 z = (struct val_neg_zone*)walk; in remove_item() 271 if(!walk || walk == RBTREE_NULL) { in remove_item() 283 walk = rbtree_first(&z->tree); /* first is highest parent */ in remove_item() [all …]
|
| D | testpkts.c | 793 uint8_t* walk = p; in get_serial() local 801 walk += LDNS_HEADER_SIZE; in get_serial() 806 (void)sldns_wire2str_rrquestion_scan(&walk, &walk_len, in get_serial() 809 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial() 815 uint8_t* dstart = walk; in get_serial() 839 (void)sldns_wire2str_rr_scan(&walk, &walk_len, &snull, &sl, in get_serial() 901 uint8_t* walk = pkt; in get_do_flag() local 903 if(!pkt_find_edns_opt(&walk, &walk_len)) { in get_do_flag() 908 edns_bits = sldns_read_uint16(walk+4); in get_do_flag() 976 uint8_t* walk = pkt; in zerottls() local [all …]
|
| /openbsd/src/sys/dev/pci/drm/ttm/ |
| D | ttm_bo.c | 493 struct ttm_lru_walk walk; member 504 static s64 ttm_bo_evict_cb(struct ttm_lru_walk *walk, struct ttm_buffer_object *bo) in ttm_bo_evict_cb() argument 507 container_of(walk, typeof(*evict_walk), walk); in ttm_bo_evict_cb() 514 lret = ttm_bo_wait_ctx(bo, walk->ctx); in ttm_bo_evict_cb() 518 lret = ttm_bo_evict(bo, walk->ctx); in ttm_bo_evict_cb() 551 .walk = { in ttm_bo_evict_alloc() 562 evict_walk.walk.trylock_only = true; in ttm_bo_evict_alloc() 563 lret = ttm_lru_walk_for_evict(&evict_walk.walk, bdev, man, 1); in ttm_bo_evict_alloc() 568 evict_walk.walk.trylock_only = false; in ttm_bo_evict_alloc() 571 evict_walk.walk.ticket = ticket; in ttm_bo_evict_alloc() [all …]
|
| D | ttm_bo_util.c | 796 static bool ttm_lru_walk_trylock(struct ttm_lru_walk *walk, in ttm_lru_walk_trylock() argument 800 struct ttm_operation_ctx *ctx = walk->ctx; in ttm_lru_walk_trylock() 817 static int ttm_lru_walk_ticketlock(struct ttm_lru_walk *walk, in ttm_lru_walk_ticketlock() argument 824 if (walk->ctx->interruptible) in ttm_lru_walk_ticketlock() 825 ret = dma_resv_lock_interruptible(resv, walk->ticket); in ttm_lru_walk_ticketlock() 827 ret = dma_resv_lock(resv, walk->ticket); in ttm_lru_walk_ticketlock() 837 walk->ticket = NULL; in ttm_lru_walk_ticketlock() 883 s64 ttm_lru_walk_for_evict(struct ttm_lru_walk *walk, struct ttm_device *bdev, in ttm_lru_walk_for_evict() argument 903 if (ttm_lru_walk_trylock(walk, bo, &bo_needs_unlock)) in ttm_lru_walk_for_evict() 905 else if (!walk->ticket || walk->ctx->no_wait_gpu || in ttm_lru_walk_for_evict() [all …]
|
| /openbsd/src/regress/lib/libagentx/ |
| D | Makefile | 46 REGRESS_TARGETS+= walk 47 CLEANFILES+= walk.run.out walk.run.err 48 walk: target 49 snmp walk -v2c -cpublic 127.0.0.1:6161 openbsd.100 > walk.run.out 2> walk.run.err || true 50 diff -up ${.CURDIR}/walk.out walk.run.out 51 diff -up ${.CURDIR}/walk.err walk.run.err
|
| /openbsd/src/sys/uvm/ |
| D | uvm_unix.c | 169 uvm_coredump_walk_cb *walk, void *cookie) in uvm_coredump_walk_amap() argument 200 error = (*walk)(start, realend, end, prot, in uvm_coredump_walk_amap() 213 error = (*walk)(start, realend, entry_end, prot, 0, nsegment, cookie); in uvm_coredump_walk_amap() 276 uvm_coredump_walk_cb *walk, void *cookie) in uvm_coredump_walkmap() argument 343 walk, cookie); in uvm_coredump_walkmap() 355 error = (*walk)(entry->start, end, end, entry->protection, in uvm_coredump_walkmap()
|
| /openbsd/src/usr.sbin/unbound/validator/ |
| D | val_sigcrypt.c | 1274 struct canon_rr* walk; in rrset_canonical() local 1297 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical() 1300 + d->rr_len[walk->rr_idx]) { in rrset_canonical() 1313 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonical() 1314 d->rr_len[walk->rr_idx]); in rrset_canonical() 1315 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]); in rrset_canonical() 1343 struct canon_rr* walk; in rrset_canonicalize_to_buffer() local 1360 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer() 1363 + d->rr_len[walk->rr_idx]) { in rrset_canonicalize_to_buffer() 1379 sldns_buffer_write_u32(buf, d->rr_ttl[walk->rr_idx]); in rrset_canonicalize_to_buffer() [all …]
|
| D | val_neg.c | 681 rbnode_type* walk, *next; in wipeout() local 709 walk = rbtree_next(&el->node); in wipeout() 710 while(walk && walk != RBTREE_NULL) { in wipeout() 711 cur = (struct val_neg_data*)walk; in wipeout() 717 walk = rbtree_next(walk); in wipeout() 730 next = rbtree_next(walk); in wipeout() 744 walk = next; in wipeout()
|
| /openbsd/src/sbin/unwind/libunbound/validator/ |
| D | val_sigcrypt.c | 1274 struct canon_rr* walk; in rrset_canonical() local 1297 RBTREE_FOR(walk, struct canon_rr*, (*sortree)) { in rrset_canonical() 1300 + d->rr_len[walk->rr_idx]) { in rrset_canonical() 1313 sldns_buffer_write(buf, d->rr_data[walk->rr_idx], in rrset_canonical() 1314 d->rr_len[walk->rr_idx]); in rrset_canonical() 1315 canonicalize_rdata(buf, k, d->rr_len[walk->rr_idx]); in rrset_canonical() 1343 struct canon_rr* walk; in rrset_canonicalize_to_buffer() local 1360 RBTREE_FOR(walk, struct canon_rr*, sortree) { in rrset_canonicalize_to_buffer() 1363 + d->rr_len[walk->rr_idx]) { in rrset_canonicalize_to_buffer() 1379 sldns_buffer_write_u32(buf, d->rr_ttl[walk->rr_idx]); in rrset_canonicalize_to_buffer() [all …]
|
| D | val_neg.c | 681 rbnode_type* walk, *next; in wipeout() local 709 walk = rbtree_next(&el->node); in wipeout() 710 while(walk && walk != RBTREE_NULL) { in wipeout() 711 cur = (struct val_neg_data*)walk; in wipeout() 717 walk = rbtree_next(walk); in wipeout() 730 next = rbtree_next(walk); in wipeout() 744 walk = next; in wipeout()
|
| /openbsd/src/regress/lib/libcrypto/bio/ |
| D | bio_chain.c | 196 walk(BIO *(*step)(BIO *), BIO *start, BIO **end, size_t *len) in walk() function 237 walk(BIO_next, start, &end, &len); in walk_forward() 250 walk(BIO_prev, end, &start, &len); in walk_backward()
|
| /openbsd/src/games/hack/ |
| D | hack.cmd.c | 162 walk: in rhack() 196 goto walk; in rhack()
|
| /openbsd/src/usr.sbin/makefs/ |
| D | Makefile | 9 SRCS= makefs.c walk.c xmalloc.c
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ttm/ |
| D | ttm_bo.h | 210 s64 (*process_bo)(struct ttm_lru_walk *walk, struct ttm_buffer_object *bo); 227 s64 ttm_lru_walk_for_evict(struct ttm_lru_walk *walk, struct ttm_device *bdev,
|
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | warnings.pl | 266 sub walk subroutine 287 { push (@{ $CATEGORIES{$k} }, walk ($ref)) } 437 walk ($WARNING_TREE) ;
|
| /openbsd/src/gnu/llvm/lldb/scripts/ |
| D | analyze-project-deps.py | 65 for (base, dirs, files) in os.walk(inc_dir): 74 for (base, dirs, files) in os.walk(src_dir):
|
| D | reproducer-replay.py | 54 for root, dirs, files in os.walk(path):
|
| /openbsd/src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/ |
| D | project_tree.py | 46 for root, dirs, files in os.walk(project_root, onerror=raise_error):
|
| /openbsd/src/games/quiz/datfiles/ |
| D | posneg | 15 run:walk
|
| D | collectives | 85 snipe:walk|wisp
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | wciia.py | 126 for dir, subdirList, fileList in os.walk(root, topdown=False):
|
| /openbsd/src/gnu/llvm/clang/tools/scan-build/bin/ |
| D | set-xcode-analyzer | 22 for root, dirs, files in os.walk(path):
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | generate_formatted_state.py | 91 for root, subdirs, files in os.walk(rootdir):
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/ |
| D | 01_about_verbose.t | 24 # Ugly code to walk the symbol tables:
|