Searched refs:signature (Results 201 - 219 of 219) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c3943 if ((le16toh(hdr->signature) >> 4) == 0x88c ||
3944 (le16toh(hdr->signature) >> 4) == 0x88e ||
3945 (le16toh(hdr->signature) >> 4) == 0x92c) {
H A Dif_urtwnreg.h920 uint16_t signature; member in struct:r92c_fw_hdr
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1723 uint32_t signature; member in struct:iwn_fw_tlv_hdr
H A Dif_iwn.c2160 device_printf(sc->sc_dev, "%s: bad ROM signature\n", __func__);
8114 if (hdr->signature != htole32(IWN_FW_SIGNATURE)) {
8115 device_printf(sc->sc_dev, "%s: bad firmware signature 0x%08x\n",
8116 __func__, le32toh(hdr->signature));
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c141 short_input.signature =
H A Dhsi_struct_def.h54 * Following is the signature for HWRM message field that indicates not
69 * Following is the signature for ROCE_SP_HSI message field that indicates not
24117 * contents. # The HWRM performs signature verification of the updated content.
24118 * # If the signature verification is successful, the two directory entries are
29308 uint16_t signature; member in struct:hwrm_short_input
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c911 u8 signature[2]; /* signature */ member in struct:boot_header_s
940 BOOT_SIGNATURE = 0xaa55, /* signature of BIOS boot ROM */
1377 if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE) {
1378 CH_ERR(adapter, "boot image missing signature\n");
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c894 controllerInfo->signature = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx);
937 SA_DBG1(("saGetControllerInfo: signature 0x%X\n", controllerInfo->signature));
H A Dsainit.c3087 /* read signature from the configuration table */
3090 /* Error return if the signature is not "PMCS" */
3344 saRoot->ControllerInfo.signature = Signature;
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c2141 if ((le16toh(hdr->signature) >> 4) == 0x88c ||
2142 (le16toh(hdr->signature) >> 4) == 0x92c) {
H A Dif_rtwnreg.h918 uint16_t signature; member in struct:r92c_fw_hdr
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp346 signature = form_value;
425 if (DWARFDIE signature_die = attrs.signature.Reference()) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c3825 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3906 *signature = foo;
5523 uint8_t *signature = NULL; local
6107 m_cookie = sctp_add_cookie(init_pkt, offset, m, 0, &stc, &signature);
6132 * Time to sign the cookie, we don't sign over the cookie signature
6138 (uint8_t *)signature, SCTP_SIGNATURE_SIZE);
3824 sctp_add_cookie(struct mbuf *init, int init_offset, struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature) argument
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c1590 memcpy(x2->signature, UPGT_X2_SIGNATURE, UPGT_X2_SIGNATURE_SIZE);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1157 int signature; // CPUID(1).EAX member in struct:kmp_cpuinfo
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3462 * Source domain doesn't contain signature information
3479 * Source domain contains signature information
3644 pr_err("Bad signature type given.\n");
3795 ctrl->signature = wq_sig(ctrl);
4137 sig->signature = calc_sig(sig, size);
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9647 u8 signature[0x8]; member in struct:mlx5_ifc_eqe_bits
9679 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_queue_entry_bits
9719 u8 signature[0x8]; member in struct:mlx5_ifc_cmd_if_box_bits
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5329 p = (uint8_t *)(uintptr_t) &v_sig8.signature[0];
5331 printf("signature: 0x%jx", (uintmax_t) v_sig);
5474 p = (uint8_t *)(uintptr_t) &sig8.signature[0];
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1363 /* copying the signature */
1476 /* copying the signature */
5991 tdhexdump("ossaGetDeviceInfoCB: signature", (bit8 *)agSATADeviceInfo->signature, 8);

Completed in 698 milliseconds

123456789