Lines Matching full:opts
21 const struct selinux_opt *opts,
140 (const struct selinux_opt *opts,
147 if (opts[n].type == SELABEL_OPT_DIGEST &&
148 opts[n].value == (char *)1) {
194 static inline int selabel_is_validate_set(const struct selinux_opt *opts,
198 if (opts[n].type == SELABEL_OPT_VALIDATE)
199 return !!opts[n].value;
318 const struct selinux_opt *opts,
334 rec->validating = selabel_is_validate_set(opts, nopts);
338 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest);
340 if ((*initfuncs[backend])(rec, opts, nopts)) {