| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| x-perl.c | 549 int sub_type; /* for token_type_string, token_type_symbol */ member in struct:token_ty 897 switch (tp->sub_type) 913 if (tp->sub_type == string_type_verbatim) 917 if (tp->sub_type == string_type_verbatim) 937 if (tp->sub_type == string_type_q) 1695 token.sub_type = string_type_qq; 2166 tp->sub_type = symbol_type_none; 2200 tp->sub_type = symbol_type_none; 2249 tp->sub_type = symbol_type_none; 2262 tp->sub_type = string_type_qq [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| dmub_psr.c | 61 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_ENABLE; 63 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_DISABLE; 87 cmd.psr_set_level.header.sub_type = DMUB_CMD__PSR_SET_LEVEL; 135 cmd.psr_copy_settings.header.sub_type = DMUB_CMD__PSR_COPY_SETTINGS;
|
| /src/external/bsd/am-utils/dist/conf/mount/ |
| mount_linux.c | 633 char *sub_type = NULL; local 638 sub_type = hasmnteq(mnt, "type"); 639 if (sub_type) { 640 sub_type = xstrdup(sub_type); 641 type = strpbrk(sub_type, ",:;\n\t"); 646 type = sub_type; 742 if (sub_type != NULL) 743 XFREE(sub_type);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_command_table2.c | 124 encoder_control.header.sub_type = DMUB_CMD__VBIOS_DIGX_ENCODER_CONTROL; 249 transmitter_control.header.sub_type = 350 pixel_clock.header.sub_type = DMUB_CMD__VBIOS_SET_PIXEL_CLOCK; 716 power_gating.header.sub_type = DMUB_CMD__VBIOS_ENABLE_DISP_POWER_GATING;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
| dmub_cmd.h | 62 unsigned int sub_type : 8; member in struct:dmub_cmd_header
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| amdgpu_dc_helper.c | 187 cmd_buf->header.sub_type = 0; 216 cmd_buf->header.sub_type = 0; 241 cmd_buf->header.sub_type = 0;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| cti-services.c | 224 xpc_type_t sub_type = xpc_get_type(value); 225 if (sub_type == XPC_TYPE_DICTIONARY) { 227 } else if (sub_type == XPC_TYPE_ARRAY) { 242 xpc_type_t sub_type = xpc_get_type(value); 243 if (sub_type == XPC_TYPE_DICTIONARY || sub_type == XPC_TYPE_ARRAY) {
|
| /src/usr.bin/xlint/lint1/ |
| init.c | 532 const type_t *sub_type = designation_type(dn, bl->bl_type, 1); local 538 warn_too_many_initializers(dr_kind, sub_type);
|
| /src/usr.sbin/sysinst/ |
| mbr.c | 1167 mbr_get_fs_part_type(enum part_type pt, unsigned fs_type, unsigned sub_type) 1178 if (sub_type == 0) 1179 sub_type = MBR_PTYPE_FAT32L; 1181 switch (sub_type) { 1188 return &mbr_gen_type_desc[sub_type].gen;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| cmd_parser.c | 164 #define OP_3D_MEDIA(sub_type, opcode, sub_opcode) \ 165 ((3 << 13) | ((sub_type) << 11) | ((opcode) << 8) | (sub_opcode))
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 6066 struct type *sub_type = type->field (i).type (); 6067 if (sub_type->num_fields () > 0) 6069 sub_type->set_num_fields (sub_type->num_fields () - 1); 6070 sub_type->set_fields (sub_type->fields () + 1); 6073 sub_type->set_name
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 4624 struct type *sub_type = type->field (i).type (); 4625 if (sub_type->num_fields () > 0) 4627 sub_type->set_num_fields (sub_type->num_fields () - 1); 4628 sub_type->set_fields (sub_type->fields ().data () + 1); 4631 sub_type->set_name
|