Searched refs:list_setkeyfunc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.h40 extern void list_setkeyfunc(char *, optdesc_t *, list_t *, int);
H A Dprsort.c108 list_setkeyfunc(char *arg, optdesc_t *opt, list_t *list, int type) function
H A Dprstat.c1570 list_setkeyfunc(sortk, &opts, &lwps, LT_LWPS);
1571 list_setkeyfunc(NULL, &opts, &users, LT_USERS);
1572 list_setkeyfunc(NULL, &opts, &tasks, LT_TASKS);
1573 list_setkeyfunc(NULL, &opts, &projects, LT_PROJECTS);
1574 list_setkeyfunc(NULL, &opts, &zones, LT_ZONES);
1575 list_setkeyfunc(NULL, &opts, &lgroups, LT_LGRPS);

Completed in 240 milliseconds