| /src/etc/root/ |
| Makefile | 18 .include <bsd.links.mk>
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
| nouveau_nvkm_engine_disp_sormcp77.c | 39 .links = g94_sor_dp_links,
|
| nouveau_nvkm_engine_disp_sorgk104.c | 39 .links = gf119_sor_dp_links,
|
| nouveau_nvkm_engine_disp_sormcp89.c | 39 .links = g94_sor_dp_links,
|
| /src/external/nvidia-firmware/nouveau/tu116/nvdec/ |
| Makefile | 12 .include <bsd.links.mk>
|
| /src/games/adventure/ |
| vocab.c | 104 atloc[where] = links[object]; 107 for (temp = atloc[where]; links[temp] != object; temp = links[temp]); 108 links[temp] = links[object]; 124 links[object] = atloc[where];
|
| /src/sys/kern/ |
| Makefile | 10 @echo "make tags, links, init_sysent.c, or vnode_if.c only" 27 # of common files is in ./Make.tags.inc. Links to the correct tags file 28 # are placed in each source directory. We need to have links to tags files 41 .ifmake links 42 # Directories in which to place tags links (other than machine-dependent): 55 links:: 61 (cd ../arch/$$i && ${MAKE} ${MFLAGS} SYSTAGS=${SYSTAGS} links); done
|
| /src/sys/arch/dreamcast/ |
| Makefile | 11 # Directories in which to place tags links 24 links:
|
| /src/sys/arch/epoc32/ |
| Makefile | 10 # Directories in which to place tags links 23 links:
|
| /src/sys/arch/evbsh3/ |
| Makefile | 11 # Directories in which to place tags links 24 links:
|
| /src/sys/arch/hpcsh/ |
| Makefile | 11 # Directories in which to place tags links 24 links:
|
| /src/sys/arch/mmeye/ |
| Makefile | 11 # Directories in which to place tags links 24 links:
|
| /src/usr.sbin/acpitools/aml/ |
| aml_memman.c | 108 LIST_INSERT_HEAD(&bmp->block_list, memblock, links); 113 LIST_INSERT_HEAD(&bmp->free_node_list, &memnodes[i], links); 172 LIST_REMOVE(memnode, links); 174 LIST_INSERT_HEAD(&bmp->occupied_node_list, memnode, links); 254 LIST_INSERT_HEAD(&memman->flexmem_info_list, info, links); 292 LIST_FOREACH(memnode, &bmp->occupied_node_list, links) { 327 LIST_FOREACH(memnode, &bmp->occupied_node_list, links) { 339 LIST_REMOVE(memnode, links); 342 LIST_INSERT_HEAD(&bmp->free_node_list, memnode, links); 347 LIST_FOREACH(memnode, &bmp->free_node_list, links) { [all...] |
| aml_memman.h | 44 LIST_ENTRY(memman_block) links; member in struct:memman_block 57 LIST_ENTRY(memman_node) links; member in struct:memman_node 88 LIST_ENTRY(memman_flexmem_info) links; member in struct:memman_flexmem_info
|
| /src/external/nvidia-firmware/nouveau/tu102/nvdec/ |
| Makefile | 15 .include <bsd.links.mk>
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_entry_link_resolver.c | 48 * match up links. These strategies match those used by various 75 unsigned int links; /* # links not yet seen */ member in struct:links_entry 249 /* If we ran out of links, return the 251 if (le->links == 0) { 299 /* Try to locate this entry in the links cache. */ 309 * missed links. 311 --le->links; 312 if (le->links > 0) 344 /* Look for next non-empty bucket in the links cache. * [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| kwset.c | 65 struct tree *links; /* Tree of edges leaving this node. */ member in struct:trie 110 kwset->trie->links = 0; 134 struct tree *links[12]; local 148 /* Descend the tree of outgoing links for this trie node, 151 link = trie->links; 152 links[0] = (struct tree *) &trie->links; 158 links[depth] = link; 181 link->trie->links = 0; 192 links[depth]->llink = link [all...] |
| /src/external/gpl2/grep/dist/src/ |
| kwset.c | 65 struct tree *links; /* Tree of edges leaving this node. */ member in struct:trie 110 kwset->trie->links = 0; 134 struct tree *links[12]; local 148 /* Descend the tree of outgoing links for this trie node, 151 link = trie->links; 152 links[0] = (struct tree *) &trie->links; 158 links[depth] = link; 181 link->trie->links = 0; 192 links[depth]->llink = link [all...] |
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.c | 217 curnode = SLIST_NEXT(curnode, links); 264 SLIST_INSERT_HEAD(symlist, newnode, links); 269 if (SLIST_NEXT(curnode, links) == NULL) { 271 links); 276 cursymbol = SLIST_NEXT(curnode, links)->symbol; 286 links); 290 curnode = SLIST_NEXT(curnode, links); 293 SLIST_INSERT_HEAD(symlist, newnode, links); 304 node2 = SLIST_NEXT(node1, links); 319 SLIST_REMOVE_HEAD(symlist_src2, links); [all...] |
| aicasm_symbol.h | 111 STAILQ_ENTRY(macro_arg) links; member in struct:macro_arg 148 SLIST_ENTRY(symbol_node) links; member in struct:symbol_node 153 TAILQ_ENTRY(critical_section) links; member in struct:critical_section
|
| aicasm.c | 71 STAILQ_ENTRY(patch) links; 226 links)) 247 links); 330 cur_instr = STAILQ_NEXT(cur_instr, links)) { 372 cur_instr = STAILQ_NEXT(cur_instr, links)) { 403 cur_node = SLIST_NEXT(cur_node,links)) { 431 cur_patch = STAILQ_NEXT(cur_patch,links)) { 449 cs = TAILQ_NEXT(cs, links)) { 522 STAILQ_INSERT_TAIL(&patches, new_patch, links); 554 cur_func = SLIST_NEXT(cur_func, links)) [all...] |
| /src/etc/etc.ofppc/ |
| Makefile.inc | 34 # install links to boot and installation utilities for various media
|
| /src/sys/arch/acorn32/ |
| Makefile | 10 # Directories in which to place tags links 23 links:
|
| /src/sys/arch/amiga/ |
| Makefile | 10 # Directories in which to place tags links 26 links:
|
| /src/sys/arch/cats/ |
| Makefile | 12 # Directories in which to place tags links 27 links:
|