Searched refs:context_to_record (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/src/ |
D | context.h | 16 extern int context_to_record(sepol_handle_t * handle,
|
D | interfaces.c | 84 if (context_to_record(handle, policydb, ifcon, &tmp_con) < 0) in iface_to_record() 91 if (context_to_record(handle, policydb, msgcon, &tmp_con) < 0) in iface_to_record()
|
D | ibendports.c | 91 if (context_to_record(handle, policydb, con, &tmp_con) < 0) in ibendport_to_record()
|
D | ibpkeys.c | 85 if (context_to_record(handle, policydb, con, &tmp_con) < 0) in ibpkey_to_record()
|
D | context.c | 243 int context_to_record(sepol_handle_t * handle, in context_to_record() function
|
D | ports.c | 138 if (context_to_record(handle, policydb, con, &tmp_con) < 0) in port_to_record()
|
D | nodes.c | 129 if (context_to_record(handle, policydb, con, &tmp_con) < 0) in node_to_record()
|