Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dacctctl.c334 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()
[all …]