Searched refs:context_cpy (Results 1 – 6 of 6) sorted by relevance
33 context_cpy(&tmp_iface->context[0], tmp_con); in iface_from_record()42 context_cpy(&tmp_iface->context[1], tmp_con); in iface_from_record()
84 context_cpy(&tmp_port->context[0], tmp_con); in port_from_record()
68 if (context_cpy(&newnode->context, context)) { in sepol_sidtab_insert()
59 context_cpy(&tmp_node->context[0], tmp_con); in node_from_record()
1642 if (context_cpy(&oldc, c)) in convert_context()
116 static inline int context_cpy(context_struct_t * dst, context_struct_t * src) in context_cpy() function