Home
last modified time | relevance | path

Searched refs:record_table_t (Results 1 – 25 of 31) sorted by relevance

12

/external/selinux/libsemanage/src/
Ddatabase_join.c45 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_join_cache()
47 record_table_t *rtable1 = dtable1->get_rtable(dbase1); in dbase_join_cache()
48 record_table_t *rtable2 = dtable2->get_rtable(dbase2); in dbase_join_cache()
177 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_join_flush()
179 record_table_t *rtable1 = dtable1->get_rtable(dbase1); in dbase_join_flush()
180 record_table_t *rtable2 = dtable2->get_rtable(dbase2); in dbase_join_flush()
239 record_table_t * rtable, in dbase_join_init()
Ddatabase_llist.h20 record_table_t *rtable;
45 record_table_t * rtable, in dbase_llist_init()
79 static inline record_table_t *dbase_llist_get_rtable(dbase_llist_t * dbase) in dbase_llist_get_rtable()
Ddatabase_activedb.c36 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_activedb_cache()
80 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_activedb_flush()
114 record_table_t * rtable, in dbase_activedb_init()
Duser_internal.h32 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;
Dpolicy_components.c26 record_table_t *rtable = src_dtable->get_rtable(src->dbase); in clear_obsolete()
69 record_table_t *rtable = dtable->get_rtable(dbase); in load_records()
157 record_table_t *rtable = src->dtable->get_rtable(src->dbase); in semanage_base_merge_components()
Ddatabase_policydb.c32 record_table_t *rtable;
181 record_table_t * rtable, in dbase_policydb_init()
380 record_table_t *rtable;
447 static record_table_t *dbase_policydb_get_rtable(dbase_policydb_t * dbase) in dbase_policydb_get_rtable()
Ddatabase.h55 } record_table_t; typedef
169 record_table_t *(*get_rtable) (dbase_t * dbase);
Ddatabase_file.c43 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_file_cache()
166 record_table_t * rtable, in dbase_file_init()
Ddatabase_activedb.h27 record_table_t * rtable,
Ddatabase_file.h33 record_table_t * rtable,
Ddatabase_join.h36 record_table_t * rtable,
Diface_internal.h26 extern record_table_t SEMANAGE_IFACE_RTABLE;
Dseuser_internal.h30 extern record_table_t SEMANAGE_SEUSER_RTABLE;
Dboolean_internal.h25 extern record_table_t SEMANAGE_BOOL_RTABLE;
Dfcontext_internal.h30 extern record_table_t SEMANAGE_FCONTEXT_RTABLE;
Dibendport_internal.h27 extern record_table_t SEMANAGE_IBENDPORT_RTABLE;
Dport_internal.h30 extern record_table_t SEMANAGE_PORT_RTABLE;
Dibpkey_internal.h31 extern record_table_t SEMANAGE_IBPKEY_RTABLE;
Dnode_internal.h34 extern record_table_t SEMANAGE_NODE_RTABLE;
Ddatabase_policydb.h91 record_table_t * rtable,
Diface_record.c160 record_table_t SEMANAGE_IFACE_RTABLE = {
Dibendport_record.c145 record_table_t SEMANAGE_IBENDPORT_RTABLE = {
Duser_extra_record.c188 record_table_t SEMANAGE_USER_EXTRA_RTABLE = {
Dport_record.c183 record_table_t SEMANAGE_PORT_RTABLE = {
Duser_base_record.c175 record_table_t SEMANAGE_USER_BASE_RTABLE = {

12