Lines Matching refs:maxres
334 ac_res_set(ac_info_t *info, void *buf, size_t bufsz, int maxres) in ac_res_set() argument
360 while ((id = tmp->ar_id) != AC_NONE && counter < maxres + 1) { in ac_res_set()
361 if (id > maxres || id < 0) { in ac_res_set()
384 ac_res_get(ac_info_t *info, void *buf, size_t bufsz, int maxres) in ac_res_get() argument
389 size_t ressz = sizeof (ac_res_t) * (maxres + 1); in ac_res_get()
399 for (id = 1; id <= maxres; id++) { in ac_res_get()
431 int maxres; in acctctl() local
447 maxres = AC_TASK_MAX_RES; in acctctl()
451 maxres = AC_PROC_MAX_RES; in acctctl()
462 maxres = AC_FLOW_MAX_RES; in acctctl()
466 maxres = AC_NET_MAX_RES; in acctctl()
507 error = ac_res_set(info, buf, bufsz, maxres); in acctctl()
510 error = ac_res_get(info, buf, bufsz, maxres); in acctctl()