Searched defs:sort_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c65 static lt_sort_t sort_type = LT_SORT_TOTAL; variable
234 LT_LEVEL_GLOBAL, 0, 0, 10, sort_type);
315 pid, 0, 8, sort_type);
512 pid, tid, 8, sort_type);
931 sort_type = LT_SORT_AVG;
936 sort_type = LT_SORT_TOTAL;
941 sort_type = LT_SORT_MAX;
946 sort_type = LT_SORT_COUNT;
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1753 static servicesorttype_t *sort_type = NULL; variable
1769 if (sort_type != NULL) {
1771 if (strcmp(sort_type[i].service, service) == 0) {
1772 type = sort_type[i].type;
1793 if (strcmp(sort_type[i].service, service) == 0) {
1794 sort_type[i].type = type;
1799 if (sort_type == NULL) {
1806 sort_type = tmp;
1810 tmp = realloc(sort_type, size * sizeof (servicesorttype_t));
1815 sort_type
[all...]

Completed in 65 milliseconds