| /src/sys/kern/ |
| kern_crashme.c | 101 static crashme_node *first_node; variable 121 for (cn = first_node; cn; last = cn, cn = cn->cn_next) { 140 if (first_node == NULL) 141 first_node = ncn; 158 for (cn = first_node; cn; prev = cn, cn = cn->cn_next) { 164 if (cn == first_node) 165 first_node = cn->cn_next; 193 for (cn = first_node; cn; cn = cn->cn_next) {
|
| /src/sys/ufs/chfs/ |
| chfs_erase.c | 115 cheb->first_node = NULL;
|
| chfs_malloc.c | 229 cheb->first_node = nref; 260 block = nref = cheb->first_node;
|
| chfs.h | 305 struct chfs_node_ref *first_node; /* first node of the block */ member in struct:chfs_eraseblock
|
| chfs_gc.c | 408 ret->gc_node = ret->first_node;
|
| /src/external/gpl2/lvm2/dist/tools/ |
| dmsetup.c | 2117 int first_node = 1; local 2129 if (!first_node && !dm_pool_grow_object(mem, ",", 1)) { 2137 if (first_node) 2138 first_node = 0; 2178 int first_node = 1; local 2190 if (!first_node && !dm_pool_grow_object(mem, ",", 1)) { 2203 if (first_node) 2204 first_node = 0;
|
| /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/ |
| printers.py | 527 self.first_node = dummy_node["__next_"] 536 current_node = self.first_node
|
| /src/external/bsd/zstd/dist/tests/ |
| paramgrill.c | 757 winner_ll_node* first_node = malloc(sizeof(winner_ll_node)); local 758 if(first_node == NULL) { 761 first_node->next = NULL; 762 first_node->res = w; 763 g_winners = first_node;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 11970 (&first_node - attach_decl). 11977 tree first_node = OMP_CLAUSE_CHAIN (attach); 11980 lowest_addr = OMP_CLAUSE_DECL (first_node); 11983 tree next_node = OMP_CLAUSE_CHAIN (first_node); 11998 tree first_node = OMP_CLAUSE_DECL (OMP_CLAUSE_CHAIN (attach)); 11999 first_node = build_fold_addr_expr (first_node); 12000 lowest_addr = fold_convert (ptrdiff_type_node, first_node); 11974 tree first_node = OMP_CLAUSE_CHAIN (attach); local 11995 tree first_node = OMP_CLAUSE_DECL (OMP_CLAUSE_CHAIN (attach)); local
|
| tree-vect-slp.cc | 9192 first_node = children[first_vec.first], 9202 = vect_get_slp_vect_def (first_node,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-slp.cc | 7234 first_node = SLP_TREE_CHILDREN (node)[first_vec.first], 7244 = vect_get_slp_vect_def (first_node,
|