Searched refs:list_setkeyfunc (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/prstat/ |
H A D | prsort.h | 38 extern void list_setkeyfunc(char *, optdesc_t *, list_t *, int);
|
H A D | prstat.c | 1609 list_setkeyfunc(sortk, &opts, &lwps, LT_LWPS); in main() 1610 list_setkeyfunc(NULL, &opts, &users, LT_USERS); in main() 1611 list_setkeyfunc(NULL, &opts, &tasks, LT_TASKS); in main() 1612 list_setkeyfunc(NULL, &opts, &projects, LT_PROJECTS); in main() 1613 list_setkeyfunc(NULL, &opts, &zones, LT_ZONES); in main() 1614 list_setkeyfunc(NULL, &opts, &lgroups, LT_LGRPS); in main()
|
H A D | prsort.c | 108 list_setkeyfunc(char *arg, optdesc_t *opt, list_t *list, int type) in list_setkeyfunc() function
|