Searched refs:ext_type (Results 1 – 7 of 7) sorted by relevance
240 unsigned int offset, ext_type, ext_len; in rds_message_next_extension() local249 ext_type = src[offset++]; in rds_message_next_extension()251 if (ext_type == RDS_EXTHDR_NONE || ext_type >= __RDS_EXTHDR_MAX) in rds_message_next_extension()253 ext_len = rds_exthdr_size[ext_type]; in rds_message_next_extension()261 return ext_type; in rds_message_next_extension()
170 int ext_type = uwb_ie_drp_type(ext_drp_ie); in evaluate_conflict_action() local174 if (ext_type == UWB_DRP_TYPE_PCA && our_type == UWB_DRP_TYPE_PCA) { in evaluate_conflict_action()184 if (ext_type == UWB_DRP_TYPE_ALIEN_BP) { in evaluate_conflict_action()
218 u16 ext_type; /* extended type */ member
3931 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device; in gdth_ioctl()3933 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
61 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
520 uint16_t ext_type; in parse_exthdrs() local528 ext_type = ehdr->sadb_ext_type; in parse_exthdrs()531 ext_type == SADB_EXT_RESERVED) in parse_exthdrs()534 if (ext_type <= SADB_EXT_MAX) { in parse_exthdrs()535 int min = (int) sadb_ext_min_len[ext_type]; in parse_exthdrs()538 if (ext_hdrs[ext_type-1] != NULL) in parse_exthdrs()540 switch (ext_type) { in parse_exthdrs()560 ext_hdrs[ext_type-1] = (void *) p; in parse_exthdrs()
6039 my $ext_type = "Invalid";6042 $ext_type = "Deprecated";6048 "$ext_type vsprintf pointer extension '$bad_specifier'$use\n" . "$here\n$stat_real\n");