Searched refs:ocontext (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | kernel_to_common.c | 459 struct ocontext *const *aa = a; in fsuse_data_cmp() 460 struct ocontext *const *bb = b; in fsuse_data_cmp() 475 struct ocontext *const *aa = a; in portcon_data_cmp() 476 struct ocontext *const *bb = b; in portcon_data_cmp() 494 struct ocontext *const *aa = a; in netif_data_cmp() 495 struct ocontext *const *bb = b; in netif_data_cmp() 502 struct ocontext *const *aa = a; in node_data_cmp() 503 struct ocontext *const *bb = b; in node_data_cmp() 518 struct ocontext *const *aa = a; in node6_data_cmp() 519 struct ocontext *const *bb = b; in node6_data_cmp() [all …]
|
D | module_to_cil.c | 2533 unsigned num_sids, struct ocontext *isids) in ocontext_isid_to_cil() 2537 struct ocontext *isid; in ocontext_isid_to_cil() 2601 static int ocontext_selinux_isid_to_cil(struct policydb *pdb, struct ocontext *isids) in ocontext_selinux_isid_to_cil() 2616 static int ocontext_selinux_fs_to_cil(struct policydb *UNUSED(pdb), struct ocontext *fss) in ocontext_selinux_fs_to_cil() 2625 static int ocontext_selinux_port_to_cil(struct policydb *pdb, struct ocontext *portcons) in ocontext_selinux_port_to_cil() 2628 struct ocontext *portcon; in ocontext_selinux_port_to_cil() 2666 struct ocontext *ibpkeycons) in ocontext_selinux_ibpkey_to_cil() 2669 struct ocontext *ibpkeycon; in ocontext_selinux_ibpkey_to_cil() 2703 static int ocontext_selinux_netif_to_cil(struct policydb *pdb, struct ocontext *netifs) in ocontext_selinux_netif_to_cil() 2705 struct ocontext *netif; in ocontext_selinux_netif_to_cil() [all …]
|
D | kernel_to_conf.c | 451 unsigned num_sids, struct ocontext *isids) in write_sids_to_conf() 453 struct ocontext *isid; in write_sids_to_conf() 2433 struct ocontext *isid; in write_sid_context_rules_to_conf() 2496 struct ocontext *fsuse; in write_selinux_fsuse_rules_to_conf() 2535 struct ocontext *ocon; in write_genfscon_rules_to_conf() 2612 struct ocontext *portcon; in write_selinux_port_rules_to_conf() 2667 struct ocontext *netif; in write_selinux_netif_rules_to_conf() 2701 struct ocontext *node; in write_selinux_node_rules_to_conf() 2742 struct ocontext *node6; in write_selinux_node6_rules_to_conf() 2782 struct ocontext *ibpkeycon; in write_selinux_ibpkey_rules_to_conf() [all …]
|
D | kernel_to_cil.c | 553 unsigned num_sids, struct ocontext *isids) in write_sids_to_cil() 555 struct ocontext *isid; in write_sids_to_cil() 2565 struct ocontext *isid; in write_sid_context_rules_to_cil() 2628 struct ocontext *fsuse; in write_selinux_fsuse_rules_to_cil() 2667 struct ocontext *ocon; in write_genfscon_rules_to_cil() 2744 struct ocontext *portcon; in write_selinux_port_rules_to_cil() 2799 struct ocontext *netif; in write_selinux_netif_rules_to_cil() 2833 struct ocontext *node; in write_selinux_node_rules_to_cil() 2873 struct ocontext *node; in write_selinux_node6_rules_to_cil() 2913 struct ocontext *ibpkeycon; in write_selinux_ibpkey_rules_to_cil() [all …]
|
D | services.c | 1038 context_struct_t *ocontext; in sepol_validate_transition_reason_buffer() local 1050 ocontext = sepol_sidtab_search(sidtab, oldsid); in sepol_validate_transition_reason_buffer() 1051 if (!ocontext) { in sepol_validate_transition_reason_buffer() 1080 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext, in sepol_validate_transition_reason_buffer()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 341 typedef struct ocontext { struct 383 struct ocontext *next; argument 388 struct ocontext *head;
|
/third_party/python/Python/ |
D | pylifecycle.c | 2949 struct sigaction context, ocontext; in PyOS_setsig() local 2956 if (sigaction(sig, &context, &ocontext) == -1) in PyOS_setsig() 2958 return ocontext.sa_handler; in PyOS_setsig()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 54185 struct ocontext { struct 54217 struct ocontext *next; argument 54222 struct ocontext *head; 54246 struct ocontext *ocontexts[9];
|