Home
last modified time | relevance | path

Searched refs:nnext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dmdoc_validate.c1660 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local
1711 for (nch = nh->child; nch != NULL; nch = nnext) { in post_bl_head()
1714 nnext = nch->next; in post_bl_head()
1725 struct roff_node *nchild, *nnext; /* of the Bl body */ in post_bl() local
1752 nnext = nchild->next; in post_bl()
1755 nnext != NULL && nnext->tok == MDOC_It)) { in post_bl()
1756 nchild = nnext; in post_bl()
1781 if ((nchild = nnext) == NULL) in post_bl()
1783 nnext = nchild->next; in post_bl()
1806 nbody->child = nnext; in post_bl()
[all …]
/netbsd-src/sys/kern/
H A Dsysv_msg.c325 short nnext = 0, next; in msgrealloc() local
349 nnext = new_free_msgmaps; in msgrealloc()
350 new_free_msgmaps = new_msgmaps[nnext].next; in msgrealloc()
352 new_msgmaps[nnext].next = nmsghdr->msg_spot; in msgrealloc()
353 nmsghdr->msg_spot = nnext; in msgrealloc()
357 KASSERT(nnext == nmsghdr->msg_spot); in msgrealloc()
371 memcpy(&new_msgpool[nnext * msginfo.msgssz], in msgrealloc()
375 nnext = msgmaps[nnext].next; in msgrealloc()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_nat.c6524 void *nnext; in ipf_nat_getnext() local
6550 nnext = nexthm->hm_next; in ipf_nat_getnext()
6568 nnext = nextipnat->in_next; in ipf_nat_getnext()
6588 nnext = nextnat->nat_next; in ipf_nat_getnext()
6637 if (nnext == NULL) in ipf_nat_getnext()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c16038 uint32_t size, next, nnext, i; local
16061 nnext = next + size;
16063 nnext = size;
16065 } while (dtrace_cas32(&dtrace_helptrace_next, next, nnext) != next);
16070 if (nnext == size) {