/third_party/selinux/libsepol/src/ |
D | policydb.c | 69 .target_platform = SEPOL_TARGET_XEN, 76 .target_platform = SEPOL_TARGET_XEN, 83 .target_platform = SEPOL_TARGET_SELINUX, 90 .target_platform = SEPOL_TARGET_SELINUX, 97 .target_platform = SEPOL_TARGET_SELINUX, 104 .target_platform = SEPOL_TARGET_SELINUX, 111 .target_platform = SEPOL_TARGET_SELINUX, 118 .target_platform = SEPOL_TARGET_SELINUX, 125 .target_platform = SEPOL_TARGET_SELINUX, 132 .target_platform = SEPOL_TARGET_SELINUX, [all …]
|
D | policydb_public.c | 155 int target_platform) in sepol_policydb_set_target_platform() argument 159 switch (target_platform) { in sepol_policydb_set_target_platform() 167 p->target_platform = target_platform; in sepol_policydb_set_target_platform()
|
D | private.h | 74 unsigned int target_platform; member 79 unsigned int target_platform);
|
D | write.c | 237 if (p->target_platform != SEPOL_TARGET_SELINUX && in avtab_write_item() 241 policydb_target_strings[p->target_platform]); in avtab_write_item() 1592 switch (p->target_platform) { in ocontext_write() 1808 if (p->target_platform != SEPOL_TARGET_SELINUX) { in avrule_write() 1812 policydb_target_strings[p->target_platform]); in avrule_write() 2235 len = strlen(policydb_target_strings[p->target_platform]); in policydb_write() 2236 policydb_str = policydb_target_strings[p->target_platform]; in policydb_write() 2253 p->target_platform); in policydb_write()
|
D | kernel_to_common.c | 657 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts() 692 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sort_ocontexts()
|
D | kernel_to_conf.c | 508 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_conf() 511 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_conf() 515 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_conf() 3250 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_conf() 3295 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_conf()
|
D | kernel_to_cil.c | 629 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_cil() 632 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in write_sid_decl_rules_to_cil() 636 sepol_log_err("Unknown target platform: %i", pdb->target_platform); in write_sid_decl_rules_to_cil() 3377 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_cil() 3422 } else if (pdb->target_platform == SEPOL_TARGET_XEN) { in sepol_kernel_policydb_to_cil()
|
D | policydb_validate.c | 1137 if (p->target_platform == SEPOL_TARGET_SELINUX) { in validate_ocontexts() 1448 switch (p->target_platform) { in validate_properties()
|
D | expand.c | 3003 out->target_platform = base->target_platform; in expand_module() 3169 if (ocontext_copy(&state, out->target_platform)) in expand_module()
|
D | module_to_cil.c | 2945 switch (pdb->target_platform) { in ocontexts_to_cil() 2953 log_err("Unknown target platform: %i", pdb->target_platform); in ocontexts_to_cil()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 259 target_platform = "Win32" 261 target_platform = target_arch 274 "$(PlatformName)": target_platform, 1012 target_platform = self.GetArch(config) 1013 if target_platform == "x86": 1014 target_platform = "win32" 1015 flags = ["/char", "signed", "/env", target_platform, "/Oicf"]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | msvs_emulation.py | 259 target_platform = "Win32" 261 target_platform = target_arch 274 "$(PlatformName)": target_platform, 1012 target_platform = self.GetArch(config) 1013 if target_platform == "x86": 1014 target_platform = "win32" 1015 flags = ["/char", "signed", "/env", target_platform, "/Oicf"]
|
/third_party/selinux/libsepol/include/sepol/ |
D | policydb.h | 101 int target_platform);
|
/third_party/selinux/libsepol/cil/include/cil/ |
D | cil.h | 61 extern void cil_set_target_platform(cil_db_t *db, int target_platform);
|
/third_party/selinux/checkpolicy/ |
D | policy_define.c | 4613 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context() 4675 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pirq_context() 4729 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_iomem_context() 4793 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_ioport_context() 4857 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_pcidevice_context() 4911 if (policydbp->target_platform != SEPOL_TARGET_XEN) { in define_devicetree_context() 4968 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context() 5061 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibpkey_context() 5166 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ibendport_context() 5244 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cmap-table.hh | 1463 unsigned target_platform; in _can_drop() local 1469 target_platform = 0; in _can_drop() 1472 target_platform = 3; in _can_drop() 1480 if (_.platformID != target_platform in _can_drop()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil.c | 452 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init() 1898 void cil_set_target_platform(struct cil_db *db, int target_platform) in cil_set_target_platform() argument 1900 db->target_platform = target_platform; in cil_set_target_platform()
|
D | cil_internal.h | 330 int target_platform; member
|
D | cil_binary.c | 4070 if (db->target_platform == SEPOL_TARGET_XEN) { in __cil_contexts_to_policydb() 4322 pdb->target_platform = db->target_platform; in __cil_policydb_create()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 515 int target_platform; member
|