HomeSort by: relevance | last modified time | path
    Searched refs:attr_id (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_common/
eap_sake_common.c 19 u8 attr_id, u8 len, const u8 *data)
23 switch (attr_id) {
133 if (attr_id < 128) {
135 " attribute %d", attr_id);
139 "attribute %d", attr_id);
167 u8 attr_id, attr_len; local
174 attr_id = *pos++;
190 if (eap_sake_parse_add_attr(attr, attr_id, attr_len, pos))
  /src/external/gpl3/binutils/dist/binutils/
sysinfo.y 52 %type <s> attr_desc attr_id attr_type
256 '(' attr_desc '(' attr_type attr_size ')' attr_id
382 attr_id: label
  /src/external/gpl3/binutils.old/dist/binutils/
sysinfo.y 52 %type <s> attr_desc attr_id attr_type
256 '(' attr_desc '(' attr_type attr_size ')' attr_id
382 attr_id: label
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc 358 tree attr_id
361 attr_id = canonicalize_attr_name (attr_id);
367 && (is_attribute_p ("directive", attr_id)
368 || is_attribute_p ("sequence", attr_id)))
374 attr_name = build_tree_list (attr_ns, attr_id);
357 tree attr_id local
c-attribs.cc 576 /* Returns TRUE iff the attribute indicated by ATTR_ID takes a plain
580 attribute_takes_identifier_p (const_tree attr_id)
582 const struct attribute_spec *spec = lookup_attribute_spec (attr_id);
593 return targetm.attribute_takes_identifier_p (attr_id);
  /src/external/bsd/wpa/dist/src/common/
dpp_pkex.c 315 static int dpp_pkex_identifier_match(const u8 *attr_id, u16 attr_id_len,
318 if (!attr_id && identifier) {
324 if (attr_id && !identifier) {
330 if (attr_id && identifier &&
332 os_memcmp(identifier, attr_id, attr_id_len) != 0)) {
349 const u8 *attr_group, *attr_id, *attr_key; local
401 attr_id = dpp_get_attr(buf, len, DPP_ATTR_CODE_IDENTIFIER,
403 if (!dpp_pkex_identifier_match(attr_id, attr_id_len, identifier))
701 const u8 *attr_status, *attr_id, *attr_key, *attr_group; local
781 attr_id = dpp_get_attr(buf, buflen, DPP_ATTR_CODE_IDENTIFIER
    [all...]
nan_de.c 692 u8 attr_id; local
695 attr_id = *pos++;
701 attr_id, attr_len, end - pos);
705 if (attr_id == id) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 967 sa_attr_type_t attr_id; local
969 attr_id = sa->sa_user_table[i];
970 if (tb[attr_id].sa_name)
973 tb[attr_id].sa_length = reg_attrs[i].sa_length;
974 tb[attr_id].sa_byteswap = reg_attrs[i].sa_byteswap;
975 tb[attr_id].sa_attr = attr_id;
976 tb[attr_id].sa_name =
978 (void) strlcpy(tb[attr_id].sa_name, reg_attrs[i].sa_name,
  /src/external/bsd/wpa/dist/wpa_supplicant/
robust_av.c 1416 static void wpas_fill_dscp_policy(struct dscp_policy_data *policy, u8 attr_id,
1419 switch (attr_id) {
1465 attr_id);
1550 u8 attr_id, attr_len; local
1552 attr_id = *attr++;
1557 wpas_fill_dscp_policy(&policy, attr_id, attr_len, attr);
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 285 tree attr_id = get_identifier_with_length (attr_start, attr_len); local
286 attr = IDENTIFIER_POINTER (attr_id);
289 if (lookup_scoped_attribute_spec (vendor_id, attr_id))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 28952 tree attribute, attr_id = NULL_TREE, arguments;
28962 attr_id = token->u.value;
28964 attr_id = ridpointers[(int) token->keyword];
28966 attr_id = get_identifier (cpp_type2name (token->type, token->flags));
28968 if (attr_id == NULL_TREE)
28982 attr_ns = attr_id;
28986 attr_id = token->u.value;
28988 attr_id = ridpointers[(int) token->keyword];
28990 attr_id = get_identifier (cpp_type2name (token->type, token->flags));
29000 attr_id = canonicalize_attr_name (attr_id)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 683 /* Returns TRUE iff the target attribute indicated by ATTR_ID takes a plain
687 ia64_attribute_takes_identifier_p (const_tree attr_id)
689 if (is_attribute_p ("model", attr_id))
692 if (is_attribute_p ("common_object", attr_id))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 20046 /* Returns TRUE iff the target attribute indicated by ATTR_ID takes a plain
20050 rs6000_attribute_takes_identifier_p (const_tree attr_id)
20052 return is_attribute_p ("altivec", attr_id);

Completed in 84 milliseconds