Lines Matching defs:opts
713 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned n)
722 switch (opts[n].type) {
744 if (opts[n].type == SELABEL_OPT_PATH) {
745 rec->spec_file[i] = strdup(opts[n].value);
778 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
788 switch(opts[n].type) {
790 path = opts[n].value;
793 prefix = opts[n].value;
796 baseonly = !!opts[n].value;
1350 const struct selinux_opt *opts,
1371 return init(rec, opts, nopts);