Lines Matching defs:projects
148 static table_t prj_tbl = {0, 0, NULL}; /* selected projects */
163 static list_t projects; /* list of projects */
264 * Gather rss for all projects in all zones. Treat the same
1099 list_update(&projects, lwp);
1363 list_clear(&projects);
1567 list_alloc(&projects, opts.o_nbottom);
1573 list_setkeyfunc(NULL, &opts, &projects, LT_PROJECTS);
1616 list_free(&projects);
1621 list_alloc(&projects, opts.o_nbottom);
1650 list_getsize(&projects);
1651 list_sort(&projects);
1652 list_print(&projects);
1653 list_clear(&projects);