Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 25 of 121) sorted by relevance

12345

/openbsd/src/usr.sbin/nsd/
Dnsec3.c378 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/
Dunitneg.c247 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 …]
Dtestpkts.c793 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/
Dttm_bo.c493 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 …]
Dttm_bo_util.c796 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/
DMakefile46 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/
Duvm_unix.c169 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/
Dval_sigcrypt.c1274 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 …]
Dval_neg.c681 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/
Dval_sigcrypt.c1274 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 …]
Dval_neg.c681 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/
Dbio_chain.c196 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/
Dhack.cmd.c162 walk: in rhack()
196 goto walk; in rhack()
/openbsd/src/usr.sbin/makefs/
DMakefile9 SRCS= makefs.c walk.c xmalloc.c
/openbsd/src/sys/dev/pci/drm/include/drm/ttm/
Dttm_bo.h210 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/
Dwarnings.pl266 sub walk subroutine
287 { push (@{ $CATEGORIES{$k} }, walk ($ref)) }
437 walk ($WARNING_TREE) ;
/openbsd/src/gnu/llvm/lldb/scripts/
Danalyze-project-deps.py65 for (base, dirs, files) in os.walk(inc_dir):
74 for (base, dirs, files) in os.walk(src_dir):
Dreproducer-replay.py54 for root, dirs, files in os.walk(path):
/openbsd/src/gnu/llvm/llvm/utils/docker/scripts/llvm_checksum/
Dproject_tree.py46 for root, dirs, files in os.walk(project_root, onerror=raise_error):
/openbsd/src/games/quiz/datfiles/
Dposneg15 run:walk
Dcollectives85 snipe:walk|wisp
/openbsd/src/gnu/llvm/llvm/utils/
Dwciia.py126 for dir, subdirList, fileList in os.walk(root, topdown=False):
/openbsd/src/gnu/llvm/clang/tools/scan-build/bin/
Dset-xcode-analyzer22 for root, dirs, files in os.walk(path):
/openbsd/src/gnu/llvm/clang/docs/tools/
Dgenerate_formatted_state.py91 for root, subdirs, files in os.walk(rootdir):
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/
D01_about_verbose.t24 # Ugly code to walk the symbol tables:

12345