/src/tools/join/ |
Makefile | 3 HOSTPROGNAME= ${_TOOL_PREFIX}join 4 HOST_SRCDIR= usr.bin/join
|
/src/usr.bin/join/ |
Makefile | 4 PROG= join
|
/src/usr.bin/make/unit-tests/ |
opt-touch.mk | 5 .MAKEFLAGS: -t opt-touch-phony opt-touch-join opt-touch-use opt-touch-make 10 opt-touch-join: .JOIN
|
opt-touch-jobs.mk | 8 .MAKEFLAGS: opt-touch-join 17 # .JOIN targets are not touched since they do not represent actual files. 19 opt-touch-join: .JOIN
|
opt-no-action-touch.mk | 13 .MAKEFLAGS: opt-touch-join 23 # .JOIN targets are not touched since they do not represent actual files. 25 opt-touch-join: .JOIN
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_vmmgk20a.c | 43 .join = gf100_vmm_join, 58 .join = gf100_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmnv50.c | 156 struct nvkm_vmm_join *join; local in function:nv50_vmm_pgd_pde 163 list_for_each_entry(join, &vmm->join, head) { 164 nvkm_kmap(join->inst); 165 nvkm_wo64(join->inst, pdeo, data); 166 nvkm_done(join->inst); 336 struct nvkm_vmm_join *join; local in function:nv50_vmm_part 338 list_for_each_entry(join, &vmm->join, head) { 339 if (join->inst == inst) 351 struct nvkm_vmm_join *join; local in function:nv50_vmm_join [all...] |
nouveau_nvkm_subdev_mmu_vmmmcp77.c | 31 .join = nv50_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmgk104.c | 74 .join = gf100_vmm_join, 89 .join = gf100_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmgm20b.c | 31 .join = gm200_vmm_join, 47 .join = gm200_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmgp10b.c | 31 .join = gp100_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmtu102.c | 59 .join = gv100_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmgm200.c | 118 .join = gm200_vmm_join, 134 .join = gm200_vmm_join,
|
nouveau_nvkm_subdev_mmu_vmmgv100.c | 69 .join = gv100_vmm_join,
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
collect_data_flow.py | 42 path = os.path.join(root, f) 44 output = os.path.join(output_dir, sha1) 46 functions_txt = open(os.path.join(output_dir, "functions.txt"), "w") 64 tmpfile = os.path.join(tmpdir, str(r[0]) + "-" + str(r[1])) 75 merge = os.path.join(os.path.dirname(argv[0]), "merge_data_flow.py")
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_genversion | 44 $version = join ' ', $version, "(tainted)"; 47 $version = join ' ', $version, "(clean)";
|
/src/tests/lib/libpthread/ |
h_thread_local_dtor.cpp | 70 std::thread{thread_fn}.join();
|
/src/share/misc/ |
make.country | 57 join -t ' ' -o 1.5,1.1,1.2,1.3,1.4 -1 1 -2 1 $O1 $O2 | sort
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
malloc_stress_transfer_test.cc | 34 T->join();
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_syncmap.c | 293 * Each pass the common prefix shrinks and we have to insert a join. 294 * Each join will only contain two branches, the latest of which 303 struct i915_syncmap *join; local in function:igt_syncmap_join_above 309 join = sync->parent; 310 if (!join) /* very first insert will have no parents */ 313 if (!join->height) { 319 if (hweight32(join->bitmap) != 2) { 320 pr_err("Join does not have 2 children: %x (%d)\n", 321 join->bitmap, hweight32(join->bitmap)) 326 if (__sync_child(join)[__sync_branch_idx(join, context)] != sync) { local in function:igt_syncmap_join_above [all...] |
/src/usr.bin/lorder/ |
lorder.sh | 39 # Similarly for JOIN, MKTEMP, SED, and SORT. 47 : ${JOIN:=join} 52 for var in JOIN MKTEMP NM SED SORT ; do 99 # join on that field, and print out the file names. 102 "${JOIN}" -j 2 -o 1.1,2.1 $R $S
|
/src/tests/usr.bin/c++/ |
t_call_once2.sh | 114 threads[i].join(); 146 threads[i].join(); 190 threads[i].join(); 227 threads[i].join(); 281 threads[i].join(); 324 threads[i].join(); 379 threads[i].join(); 420 threads[i].join(); 463 threads[i].join(); 503 threads[i].join(); [all...] |
/src/usr.sbin/makefs/ |
walk.c | 123 * join current entry with the list. Return the current entry to replace 128 fsnode_join(fsnode **curp, fsnode *join, fsnode *last, const char *path, 134 cur = join->next; 151 * both the entry to join and this entry are directories 173 /* merge the join list */ 174 if (cur == join->next) 175 join->next = cur->next; 178 for (p = join->next; 192 * append the tree to a fsnode of `join' if it is not NULL. 197 walk_dir(const char *root, const char *dir, fsnode *parent, fsnode *join, [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
asan_symbolize.py | 92 print(' '.join(cmd)) 156 print(' '.join(cmd)) 304 self.binary = ' '.join(fragments[4:]) 313 self.files.append(' '.join(fragments[2:])) 315 self.symbols[int(fragments[1], 16)] = ' '.join(fragments[3:]) 321 self.symbols[cur_function_addr] = ' '.join(fragments[4:]) 445 print('\n'.join(processed))
|
/src/sys/dev/usb/ |
if_atu.c | 781 struct atu_cmd_join join; local in function:atu_join 785 memset(&join, 0, sizeof(join)); 787 join.Cmd = CMD_JOIN; 788 join.Reserved = 0x00; 789 USETW(join.Size, sizeof(join) - 4); 791 DPRINTFN(15, ("%s: pre-join sc->atu_bssid=%s\n", 795 memcpy(join.bssid, node->ni_bssid, IEEE80211_ADDR_LEN); 796 memset(join.essid, 0x00, 32) [all...] |