Searched refs:default_type (Results 1 – 15 of 15) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 559 unsigned int default_type, 564 int default_type, 569 int default_type, 574 int default_type,
|
D | util.c | 790 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, in e2fsck_set_bitmap_type() argument 799 profile_name, 0, default_type, &type); in e2fsck_set_bitmap_type() 802 fs->default_bitmap_type = type ? type : default_type; in e2fsck_set_bitmap_type() 804 fs->default_bitmap_type = default_type; in e2fsck_set_bitmap_type()
|
/external/libnfc-nxp/src/ |
D | phHciNfc_WI.h | 79 uint8_t default_type; member
|
D | phHciNfc_WI.c | 768 p_wiinfo->default_type = *reg_value; in phHciNfc_WI_InfoUpdate()
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 234 default_type |
|
D | policy_define.c | 444 if (cladatum->default_type && cladatum->default_type != which) { in define_default_type() 448 cladatum->default_type = which; in define_default_type()
|
/external/selinux/libsepol/src/ |
D | link.c | 226 if (olddatum->default_type) { in class_copy_default_new_object() 227 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object() 231 newdatum->default_type = olddatum->default_type; in class_copy_default_new_object()
|
D | expand.c | 393 if (olddatum->default_type) { in class_copy_default_new_object() 394 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) { in class_copy_default_new_object() 398 newdatum->default_type = olddatum->default_type; in class_copy_default_new_object()
|
D | module_to_cil.c | 1927 if (class->default_type != 0) { in class_to_cil() 1928 switch (class->default_type) { in class_to_cil() 1932 log_err("Unknown default type value: %i", class->default_type); in class_to_cil()
|
D | write.c | 1027 buf[0] = cpu_to_le32(cladatum->default_type); in class_write()
|
D | policydb.c | 2169 cladatum->default_type = le32_to_cpu(buf[0]); in class_read()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 511 unsigned int default_type; in color_apply_conversion() local 530 default_type = row[1]; in color_apply_conversion() 531 if(default_type == 0x44454600) { in color_apply_conversion()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 121 char default_type; member
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 3053 if (!sepol_class->default_type) { in cil_default_to_policydb() 3054 sepol_class->default_type = def->object; in cil_default_to_policydb() 3055 } else if (sepol_class->default_type != (char)def->object) { in cil_default_to_policydb()
|
/external/selinux/sepolgen/tests/test_data/ |
D | httpd.log | 8314 …66:13409): avc: denied { read } for pid=15841 comm="newrole" name="default_type" dev=dm-0 ino=9… 8316 …13410): avc: denied { getattr } for pid=15841 comm="newrole" name="default_type" dev=dm-0 ino=9… 8318 type=AVC_PATH msg=audit(1163778643.866:13410): path="/etc/selinux/strict/contexts/default_type"
|