Lines Matching defs:which

362 int define_default_user(int which)
383 if (cladatum->default_user && cladatum->default_user != which) {
387 cladatum->default_user = which;
394 int define_default_role(int which)
415 if (cladatum->default_role && cladatum->default_role != which) {
419 cladatum->default_role = which;
426 int define_default_type(int which)
447 if (cladatum->default_type && cladatum->default_type != which) {
451 cladatum->default_type = which;
458 int define_default_range(int which)
479 if (cladatum->default_range && cladatum->default_range != which) {
483 cladatum->default_range = which;
1604 static int define_compute_type_helper(int which, avrule_t ** rule)
1621 avrule->specified = which;
1695 int define_compute_type(int which)
1712 if (define_compute_type_helper(which, &avrule))
1719 avrule_t *define_cond_compute_type(int which)
1736 if (define_compute_type_helper(which, &avrule))
2037 static int define_te_avtab_xperms_helper(int which, avrule_t ** rule)
2056 avrule->specified = which;
2069 which == AVRULE_XPERMS_NEVERALLOW ? 1 : 0)) {
2088 which == AVRULE_XPERMS_NEVERALLOW ? 1 : 0)) {
2463 int define_te_avtab_extended_perms(int which)
2479 if (define_te_avtab_xperms_helper(which, &avrule_template))
2497 static int define_te_avtab_helper(int which, avrule_t ** rule)
2517 avrule->specified = which;
2531 which == AVRULE_NEVERALLOW ? 1 : 0)) {
2550 which == AVRULE_NEVERALLOW ? 1 : 0)) {
2592 if (which == AVRULE_DONTAUDIT)
2647 avrule_t *define_cond_te_avtab(int which)
2661 if (define_te_avtab_helper(which, &avrule))
2667 int define_te_avtab(int which)
2681 if (define_te_avtab_helper(which, &avrule))