HomeSort by relevance Sort by last modified time
    Searched refs:record_table_t (Results 1 - 25 of 27) sorted by null

1 2

  /external/selinux/libsemanage/src/
database_activedb.h 27 record_table_t * rtable,
database_file.h 33 record_table_t * rtable,
database_join.h 36 record_table_t * rtable,
database_join.c 45 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
47 record_table_t *rtable1 = dtable1->get_rtable(dbase1);
48 record_table_t *rtable2 = dtable2->get_rtable(dbase2);
177 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
179 record_table_t *rtable1 = dtable1->get_rtable(dbase1);
180 record_table_t *rtable2 = dtable2->get_rtable(dbase2);
239 record_table_t * rtable,
database_activedb.c 36 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
80 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
114 record_table_t * rtable,
database_llist.h 20 record_table_t *rtable;
45 record_table_t * rtable,
79 static inline record_table_t *dbase_llist_get_rtable(dbase_llist_t * dbase)
boolean_internal.h 25 extern record_table_t SEMANAGE_BOOL_RTABLE;
fcontext_internal.h 30 extern record_table_t SEMANAGE_FCONTEXT_RTABLE;
iface_internal.h 26 extern record_table_t SEMANAGE_IFACE_RTABLE;
port_internal.h 30 extern record_table_t SEMANAGE_PORT_RTABLE;
seuser_internal.h 30 extern record_table_t SEMANAGE_SEUSER_RTABLE;
user_internal.h 32 extern record_table_t SEMANAGE_USER_RTABLE;
35 extern record_table_t SEMANAGE_USER_BASE_RTABLE;
38 extern record_table_t SEMANAGE_USER_EXTRA_RTABLE;
database_policydb.h 91 record_table_t * rtable,
node_internal.h 34 extern record_table_t SEMANAGE_NODE_RTABLE;
database.h 55 } record_table_t; typedef in typeref:struct:record_table
169 record_table_t *(*get_rtable) (dbase_t * dbase);
database_file.c 43 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist);
163 record_table_t * rtable,
database_policydb.c 32 record_table_t *rtable;
182 record_table_t * rtable,
386 record_table_t *rtable;
453 static record_table_t *dbase_policydb_get_rtable(dbase_policydb_t * dbase)
policy_components.c 26 record_table_t *rtable = src_dtable->get_rtable(src->dbase);
69 record_table_t *rtable = dtable->get_rtable(dbase);
152 record_table_t *rtable = src->dtable->get_rtable(src->dbase);
boolean_record.c 142 record_table_t SEMANAGE_BOOL_RTABLE = {
iface_record.c 160 record_table_t SEMANAGE_IFACE_RTABLE = {
port_record.c 183 record_table_t SEMANAGE_PORT_RTABLE = {
user_base_record.c 175 record_table_t SEMANAGE_USER_BASE_RTABLE = {
user_extra_record.c 188 record_table_t SEMANAGE_USER_EXTRA_RTABLE = {
node_record.c 231 record_table_t SEMANAGE_NODE_RTABLE = {
seuser_record.c 258 record_table_t SEMANAGE_SEUSER_RTABLE = {

Completed in 174 milliseconds

1 2