Lines Matching refs:ocontext_t
1443 static void ocontext_selinux_free(ocontext_t **ocontexts) in ocontext_selinux_free()
1445 ocontext_t *c, *ctmp; in ocontext_selinux_free()
1465 static void ocontext_xen_free(ocontext_t **ocontexts) in ocontext_xen_free()
1467 ocontext_t *c, *ctmp; in ocontext_xen_free()
1489 ocontext_t *c, *ctmp; in policydb_destroy()
1617 ocontext_t *head, *c; in policydb_load_isids()
2877 ocontext_t *l, *c; in ocontext_read_xen()
2888 c = calloc(1, sizeof(ocontext_t)); in ocontext_read_xen()
2988 ocontext_t *l, *c; in ocontext_read_selinux()
2999 c = calloc(1, sizeof(ocontext_t)); in ocontext_read_selinux()
3186 ocontext_t *l, *c, *newc = NULL; in genfs_read()
3238 newc = calloc(1, sizeof(ocontext_t)); in genfs_read()