| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | oacc-init.c | 347 struct goacc_thread *walk; in acc_shutdown_1() local 369 for (walk = goacc_threads; walk != NULL; walk = walk->next) in acc_shutdown_1() 371 if (walk->target_tls) in acc_shutdown_1() 372 base_dev->openacc.destroy_thread_data_func (walk->target_tls); in acc_shutdown_1() 374 walk->target_tls = NULL; in acc_shutdown_1() 378 if (walk->mapped_data) in acc_shutdown_1() 385 if (walk->saved_bound_dev) in acc_shutdown_1() 391 if (walk->dev) in acc_shutdown_1() 393 gomp_mutex_lock (&walk->dev->lock); in acc_shutdown_1() 395 while (walk->dev->mem_map.root) in acc_shutdown_1() [all …]
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | soelim.c | 93 char *walk, *cp; in soelim_file() local 106 walk = line + 3; in soelim_file() 107 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) { in soelim_file() 112 while (isspace(*walk)) in soelim_file() 113 walk++; in soelim_file() 115 cp = walk; in soelim_file() 122 if (*walk == '\0') { in soelim_file() 126 if (soelim_file(soelim_fopen(walk), flag) == 1) { in soelim_file()
|
| D | mandocd.c | 64 int *walk; in read_fds() local 109 walk = (int *)CMSG_DATA(cmsg); in read_fds() 111 fds[cnt] = *walk++; in read_fds()
|
| /netbsd/src/lib/libc/regex/ |
| D | engine.c | 58 #define walk swalk macro 69 #define walk lwalk macro 80 #define walk mwalk macro 116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno … 315 endp = walk(m, start, stop, gf, gl, true); in matcher() 327 endp = walk(m, m->coldp, stop, gf, gl, false); in matcher() 371 endp = walk(m, m->coldp, endp-1, gf, gl, false); in matcher() 506 rest = walk(m, sp, stp, ss, es, false); in dissect() 509 tail = walk(m, rest, stop, es, stopst, false); in dissect() 519 if (walk(m, sp, rest, ssub, esub, false) != NULL) { in dissect() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/cmd/zpool/ |
| D | zpool_iter.c | 204 uu_avl_walk_t *walk; in pool_list_free() local 207 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) { in pool_list_free() 213 while ((node = uu_avl_walk_next(walk)) != NULL) { in pool_list_free() 219 uu_avl_walk_end(walk); in pool_list_free()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | ddt_zap.c | 110 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk() argument 116 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk() 130 *walk = zap_cursor_serialize(&zc); in ddt_zap_walk()
|
| /netbsd/src/external/cddl/osnet/dist/cmd/zfs/ |
| D | zfs_iter.c | 381 uu_avl_walk_t *walk; in zfs_for_each() local 483 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) in zfs_for_each() 486 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_for_each() 492 uu_avl_walk_end(walk); in zfs_for_each()
|
| D | zfs_main.c | 2714 uu_avl_walk_t *walk; in zfs_do_userspace() local 2912 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) in zfs_do_userspace() 2915 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_do_userspace() 2920 uu_avl_walk_end(walk); in zfs_do_userspace() 5222 uu_avl_walk_t *walk; in print_uge_deleg_perms() local 5224 if ((walk = uu_avl_walk_start(who_avl, UU_WALK_ROBUST)) == NULL) in print_uge_deleg_perms() 5227 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms() 5289 uu_avl_walk_end(walk); in print_uge_deleg_perms() 6477 uu_avl_walk_t *walk; in unshare_unmount() local 6567 if ((walk = uu_avl_walk_start(tree, in unshare_unmount() [all …]
|
| /netbsd/src/games/hack/ |
| D | hack.cmd.c | 167 walk: in rhack() 204 goto walk; in rhack()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | domwalk.h | 73 void walk (basic_block);
|
| D | domwalk.cc | 272 dom_walker::walk (basic_block bb) in walk() function in dom_walker
|
| D | ifcvt.cc | 3554 rtx_insn *walk = seq2; in noce_convert_multiple_sets_1() local 3555 while (walk) in noce_convert_multiple_sets_1() 3557 rtx set = single_set (walk); in noce_convert_multiple_sets_1() 3561 walk = NEXT_INSN (walk); in noce_convert_multiple_sets_1() 3580 walk = NEXT_INSN (walk); in noce_convert_multiple_sets_1() 3611 for (walk = seq; walk; walk = NEXT_INSN (walk)) in noce_convert_multiple_sets_1() 3613 note_stores (walk, check_for_cc_cmp_clobbers, cc_cmp_pair); in noce_convert_multiple_sets_1()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | ddt.h | 164 uint64_t *walk); 173 enum ddt_class cls, uint64_t *walk, ddt_entry_t *dde);
|
| /netbsd/src/external/cddl/osnet/dist/common/acl/ |
| D | acl_common.h | 51 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
|
| /netbsd/src/usr.sbin/makefs/ |
| D | Makefile | 12 walk.c
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/ |
| D | analyze_brprob_spec.py | 42 for root, dirs, files in os.walk(os.path.join(args.location, b)):
|
| D | unused_functions.py | 129 for r, dirs, files in os.walk(path):
|
| /netbsd/src/games/quiz/datfiles/ |
| D | posneg | 15 run:walk
|
| D | collectives | 85 snipe:walk|wisp
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | riff | 129 0 name riff-walk 134 >>&(4.l+4) use riff-walk 136 >>&(4.l+4) use riff-walk 138 >>&(4.l+4) use riff-walk 140 >>&(4.l+4) use riff-walk 142 >>&(4.l+4) use riff-walk 162 #>>&(4.l+4) use riff-walk 291 >>>12 use riff-walk 640 >>12 use riff-walk
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | copyright.py | 59 for root, dirs, files in os.walk(gdb_dir, topdown=True):
|
| D | f-array-walker.h | 208 walk () in walk() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | sparccpuid.S | 39 call .walk.reg.wins 151 .walk.reg.wins: 159 call .walk.reg.wins
|
| /netbsd/src/games/wump/ |
| D | wump.info | 19 Wumpus -- If you happen to walk into the room the Wumpus is in you'll find
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-bfin.c | 1821 INSTR_T walk; in bfin_gen_multi_instr() local 1826 walk = dsp32->next; in bfin_gen_multi_instr() 1832 walk = gencode (0x1800); in bfin_gen_multi_instr() 1833 dsp32->next = walk; in bfin_gen_multi_instr() 1846 walk->next = dsp16_grp1; in bfin_gen_multi_instr()
|