Home | History | Annotate | Download | only in setsebool

Lines Matching refs:boolcnt

100 static int selinux_set_boolean_list(size_t boolcnt,
104 if (security_set_boolean_list(boolcnt, boollist, 0)) {
123 static int semanage_set_boolean_list(size_t boolcnt,
167 for (j = 0; j < boolcnt; j++) {
227 size_t boolcnt = end - start;
229 SELboolean *vallist = calloc(boolcnt, sizeof(SELboolean));
271 if (semanage_set_boolean_list(boolcnt, vallist) < 0)
274 if (selinux_set_boolean_list(boolcnt, vallist) < 0)
297 for (i = 0; i < boolcnt; i++)
307 for (i = 0; i < boolcnt; i++)