Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/systat/
H A Difcmds.c43 int needsort = 0; variable
64 needsort = 1; in ifcmd()
70 needsort = 1; in ifcmd()
H A Difstat.c290 needsort = 1; in fetchifstat()
300 needsort = 1; in fetchifstat()
311 needsort = 1; in fetchifstat()
356 if (needsort) in fetchifstat()
442 needsort = 0; in sort_interface_list()
H A Dextern.h61 extern int needsort;
/freebsd/lib/libc/net/
H A Dgethostbydns.c723 int needsort = 0; in addrsort() local
732 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
733 needsort = i; in addrsort()
735 if (!needsort) in addrsort()
738 while (needsort < num) { in addrsort()
739 for (j = needsort - 1; j >= 0; j--) { in addrsort()
754 needsort++; in addrsort()
H A Dgetaddrinfo.c2204 int needsort = 0; in addr4sort() local
2225 if (needsort == 0 && i > 0 && j < addrs[i - 1].aval) in addr4sort()
2226 needsort = i; in addr4sort()
2229 if (!needsort) { in addr4sort()
2234 while (needsort < naddrs) { in addr4sort()
2235 for (j = needsort - 1; j >= 0; j--) { in addr4sort()
2243 needsort++; in addr4sort()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c427 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument
435 *needsort = 0; in ln_aent_preprocess()
441 *needsort = 1; in ln_aent_preprocess()
478 int numuser, numgroup, needsort; in ln_aent_to_ace() local
485 &numuser, &numgroup, &needsort); in ln_aent_to_ace()
503 if (needsort) in ln_aent_to_ace()