HomeSort by: relevance | last modified time | path
    Searched defs:first_node (Results 1 - 5 of 5) sorted by relevancy

  /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.h 305 struct chfs_node_ref *first_node; /* first node of the block */ member in struct:chfs_eraseblock
  /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/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/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

Completed in 54 milliseconds