Home
last modified time | relevance | path

Searched refs: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); in print_sysglobal()
315 pid, 0, 8, sort_type); in print_process()
512 pid, tid, 8, sort_type); in print_thread()
931 sort_type = LT_SORT_AVG; in lt_display_loop()
936 sort_type = LT_SORT_TOTAL; in lt_display_loop()
941 sort_type = LT_SORT_MAX; in lt_display_loop()
946 sort_type = LT_SORT_COUNT; in lt_display_loop()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1754 static servicesorttype_t *sort_type = NULL; variable
1770 if (sort_type != NULL) { in get_srvsidesort_type()
1772 if (strcmp(sort_type[i].service, service) == 0) { in get_srvsidesort_type()
1773 type = sort_type[i].type; in get_srvsidesort_type()
1794 if (strcmp(sort_type[i].service, service) == 0) { in update_srvsidesort_type()
1795 sort_type[i].type = type; in update_srvsidesort_type()
1800 if (sort_type == NULL) { in update_srvsidesort_type()
1807 sort_type = tmp; in update_srvsidesort_type()
1816 sort_type = tmp; in update_srvsidesort_type()
1820 if (sort_type[sort_type_hwm].service == NULL) { in update_srvsidesort_type()
[all …]