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

  /src/sys/kern/
sysv_msg.c 325 short nnext = 0, next; local in function:msgrealloc
349 nnext = new_free_msgmaps;
350 new_free_msgmaps = new_msgmaps[nnext].next;
352 new_msgmaps[nnext].next = nmsghdr->msg_spot;
353 nmsghdr->msg_spot = nnext;
357 KASSERT(nnext == nmsghdr->msg_spot);
371 memcpy(&new_msgpool[nnext * msginfo.msgssz],
375 nnext = msgmaps[nnext].next;
sysv_msg.c 325 short nnext = 0, next; local in function:msgrealloc
349 nnext = new_free_msgmaps;
350 new_free_msgmaps = new_msgmaps[nnext].next;
352 new_msgmaps[nnext].next = nmsghdr->msg_spot;
353 nmsghdr->msg_spot = nnext;
357 KASSERT(nnext == nmsghdr->msg_spot);
371 memcpy(&new_msgpool[nnext * msginfo.msgssz],
375 nnext = msgmaps[nnext].next;
  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 6524 void *nnext; local in function:ipf_nat_getnext
6550 nnext = nexthm->hm_next;
6568 nnext = nextipnat->in_next;
6588 nnext = nextnat->nat_next;
6637 if (nnext == NULL)
ip_nat.c 6524 void *nnext; local in function:ipf_nat_getnext
6550 nnext = nexthm->hm_next;
6568 nnext = nextipnat->in_next;
6588 nnext = nextnat->nat_next;
6637 if (nnext == NULL)

Completed in 141 milliseconds