Home | History | Annotate | Download | only in src

Lines Matching defs:selabel_handle

20 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
22 int selabel_media_init(struct selabel_handle *rec, const struct selinux_opt *opts,
24 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts,
26 int selabel_db_init(struct selabel_handle *rec,
28 int selabel_property_init(struct selabel_handle *rec,
47 struct selabel_handle {
53 struct selabel_lookup_rec *(*func_lookup) (struct selabel_handle *h,
55 void (*func_close) (struct selabel_handle *h);
56 void (*func_stats) (struct selabel_handle *h);
57 bool (*func_partial_match) (struct selabel_handle *h, const char *key);
70 selabel_validate(struct selabel_handle *rec,