Lines Matching refs:reason
781 * This will add the constraints to the callers reason buffer (who is
794 * callers reason buffer.
807 ERR(NULL, "failed to realloc reason buffer");
845 unsigned int *reason,
854 unsigned int *reason)
885 NULL, /* reason intentionally omitted */
897 if (reason)
898 *reason |= SEPOL_COMPUTEAV_BOUNDS;
910 unsigned int *reason,
937 if (reason)
938 *reason = 0;
973 if (reason)
974 *reason |= SEPOL_COMPUTEAV_TE;
994 if (reason)
995 *reason |= SEPOL_COMPUTEAV_CONS;
1017 if (reason)
1018 *reason |= SEPOL_COMPUTEAV_RBAC;
1023 reason);
1028 * sepol_validate_transition_reason_buffer - the reason buffer is realloc'd
1094 unsigned int *reason)
1113 requested, avd, reason, NULL, 0);
1119 * sepol_compute_av_reason_buffer - the reason buffer is malloc'd to
1128 unsigned int *reason,
1160 requested, avd, reason, reason_buf, flags);
1171 unsigned int reason = 0;
1173 &reason);
2156 unsigned int i, j, reason;
2194 &avd, &reason, NULL, 0);