Searched refs:hdr2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/nand/
H A Dnand_bbt.c195 struct bbt_header hdr1, hdr2; local
200 bzero(&hdr2, sizeof(hdr2));
210 nand_bbt_load_hdr(bbt, &hdr2, 0);
211 if ((hdr2.pattern == BBT_SECONDARY_PATTERN) &&
212 (hdr2.seq_nr > hdr1.seq_nr)) {
216 bzero(&hdr2, sizeof(hdr2));
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_psk.c88 struct eap_psk_hdr_2 *hdr2; local
136 sizeof(*hdr2) + data->id_p_len, EAP_CODE_RESPONSE,
140 hdr2 = wpabuf_put(resp, sizeof(*hdr2));
141 hdr2->flags = EAP_PSK_FLAGS_SET_T(1); /* T=1 */
142 os_memcpy(hdr2->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
143 os_memcpy(hdr2->rand_p, data->rand_p, EAP_PSK_RAND_LEN);
159 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
165 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
167 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c409 struct ib_user_mad_hdr *hdr2)
411 if (!hdr1->grh_present && !hdr2->grh_present)
412 return (hdr1->lid == hdr2->lid);
414 if (hdr1->grh_present && hdr2->grh_present)
415 return !memcmp(hdr1->gid, hdr2->gid, 16);
408 same_destination(struct ib_user_mad_hdr *hdr1, struct ib_user_mad_hdr *hdr2) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c1946 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1947 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
1948 && hdr2->sh_link == shindex)
1954 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
1955 if (hdr2->sh_type == SHT_SYMTAB_SHNDX
1956 && hdr2->sh_link == shindex)
2028 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i];
2029 if (hdr2->sh_link == shindex)
2050 Elf_Internal_Shdr *hdr2;
2129 hdr2
1941 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
1949 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2023 Elf_Internal_Shdr *hdr2 = elf_elfsections (abfd)[i]; local
2045 Elf_Internal_Shdr *hdr2; local
8977 Elf_Internal_Shdr *hdr1, *hdr2; local
[all...]
H A Decoff.c1911 const asection *hdr2 = *(const asection **) arg2;
1915 if ((hdr2->flags & SEC_ALLOC) == 0)
1920 if ((hdr2->flags & SEC_ALLOC) != 0)
1923 if (hdr1->vma < hdr2->vma)
1925 else if (hdr1->vma > hdr2->vma)
1904 const asection *hdr2 = *(const asection **) arg2; local
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c3401 fw_compatible(const struct fw_h *hdr1, const struct fw_h *hdr2) argument
3405 if (hdr1->chip == hdr2->chip && hdr1->fw_ver == hdr2->fw_ver)
3412 #define SAME_INTF(x) (hdr1->intfver_##x == hdr2->intfver_##x)
3413 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) &&

Completed in 317 milliseconds