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

/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c334 ac_res_set(ac_info_t *info, void *buf, size_t bufsz, int maxres) argument
360 while ((id = tmp->ar_id) != AC_NONE && counter < maxres + 1) {
361 if (id > maxres || id < 0) {
384 ac_res_get(ac_info_t *info, void *buf, size_t bufsz, int maxres) argument
389 size_t ressz = sizeof (ac_res_t) * (maxres + 1);
399 for (id = 1; id <= maxres; id++) {
431 int maxres; local
447 maxres = AC_TASK_MAX_RES;
451 maxres = AC_PROC_MAX_RES;
462 maxres
[all...]

Completed in 77 milliseconds