Searched refs:ndst (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/bin/ps/ |
| HD | ps.c | 1005 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; in descendant_sort() local 1036 for (ndst = 1; dst + ndst < items; ndst++) in descendant_sort() 1037 if (ki[dst + ndst].ki_d.level <= ki[dst].ki_d.level) in descendant_sort() 1050 (dst - src + ndst - 1) * sizeof *ki); in descendant_sort() 1051 ki[dst + ndst - 1] = kn; in descendant_sort() 1054 ndst++; in descendant_sort() 1055 } else if (src != dst + ndst) { in descendant_sort() 1057 memmove(ki + dst + ndst + 1, ki + dst + ndst, in descendant_sort() 1058 (src - dst - ndst) * sizeof *ki); in descendant_sort() 1059 ki[dst + ndst] = kn; in descendant_sort() [all …]
|
| /NextBSD/sys/net/ |
| HD | route.c | 1582 struct sockaddr *ndst; in rtrequest1_fib() local 1675 ndst = (struct sockaddr *)rt_key(rt); in rtrequest1_fib() 1681 rt_maskedcopy(dst, ndst, netmask); in rtrequest1_fib() 1683 bcopy(dst, ndst, dst->sa_len); in rtrequest1_fib() 1716 rn = rnh->rnh_addaddr(ndst, netmask, rnh, rt->rt_nodes); in rtrequest1_fib() 1727 info->rti_info[RTAX_DST] = ndst; in rtrequest1_fib() 1734 rn = rnh->rnh_addaddr(ndst, netmask, rnh, in rtrequest1_fib()
|