Searched refs:signature (Results 126 - 150 of 371) sorted by relevance

1234567891011>>

/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c87 unsigned char stat1, stat2, signature; local
93 signature = stat1 = inb(opl3->l_port); /* Status register */
121 if (signature == 0x06) { /* OPL2 */
/linux-master/drivers/staging/rtl8712/
H A Dhal_init.c124 pfwhdr->signature = le16_to_cpu(*(__le16 *)pmappedfw);
140 /* check signature */
141 if ((pfwhdr->signature != 0x8712) && (pfwhdr->signature != 0x8192))
/linux-master/block/partitions/
H A Defi.c162 * 1) MSDOS signature is in the last two bytes of the MBR
177 if (!mbr || le16_to_cpu(mbr->signature) != MSDOS_MBR_SIGNATURE)
346 /* Check the GUID Partition Table signature */
347 if (le64_to_cpu((*gpt)->signature) != GPT_HEADER_SIGNATURE) {
348 pr_debug("GUID Partition Table Header signature is wrong:"
350 (unsigned long long)le64_to_cpu((*gpt)->signature),
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_loader.c119 header->signature, header->file_size, header->modules,
123 if ((strncmp(header->signature, SST_FW_SIGN, 4) != 0) ||
125 /* Invalid FW signature */
181 module->signature, module->mod_size,
/linux-master/fs/ecryptfs/
H A Dkeystore.c144 write_tag_64_packet(char *signature, struct ecryptfs_session_key *session_key, argument
179 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX);
285 write_tag_66_packet(char *signature, u8 cipher_code, argument
324 memcpy(&message[i], signature, ECRYPTFS_SIG_SIZE_HEX);
1107 (*sig) = auth_tok->token.password.signature;
1110 (*sig) = auth_tok->token.private_key.signature;
1297 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature,
1806 "signature found after "
1814 "signature of size [%d]; "
1821 ecryptfs_to_hex(new_auth_tok->token.password.signature,
[all...]
/linux-master/scripts/
H A Dkernel-doc824 my $signature = "";
826 $signature = $args{'functiontype'} . " " . $args{'function'} . " (";
828 $signature = $args{'function'} . " (";
834 $signature .= ", ";
841 $signature .= $1 . $parameter . ") (" . $2 . ")";
843 $signature .= $type;
847 $signature .= ")";
857 print " ``$signature``\n\n";
859 print ".. c:function:: $signature\n\n";
871 print " ``$signature``\
[all...]
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S112 .ascii "HdrS" ! header signature
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h88 * @signature : Must be "$$_EXTD_IOCTL_$$"
118 uint8_t signature[EXT_IOCTL_SIGN_SZ]; member in struct:uioc
/linux-master/drivers/input/mouse/
H A Dalps.h182 * @signature: E7 response string to match.
190 u8 signature[3]; member in struct:alps_model_info
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.h15 ((le16_to_cpu(_pfwhdr->signature) & 0xFFF0) == 0x92E0)
/linux-master/net/tipc/
H A Dnode.h94 u16 capabilities, u32 signature, u32 hash_mixes,
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S19 @ PE/COFF signature "MZ" in the first two bytes, so the kernel
/linux-master/arch/powerpc/platforms/powermac/
H A Dnvram.c54 u8 signature; member in struct:chrp_header
231 u16 sum = hdr->signature;
265 if (hdr99->hdr.signature != CORE99_SIGNATURE) {
266 DBG("Invalid signature\n");
488 hdr99->hdr.signature = CORE99_SIGNATURE;
/linux-master/tools/power/cpupower/debug/i386/
H A Ddump_psb.c39 char signature[10]; member in struct:psb_header
/linux-master/drivers/pnp/pnpbios/
H A Dpnpbios.h131 u32 signature; /* "$PnP" */ member in struct:pnp_bios_install_struct::__anon44
/linux-master/arch/x86/include/asm/
H A Dsgx.h383 * struct sgx_sigstruct - an enclave signature
387 * @signature: the signature calculated over the fields except modulus,
389 * @q1: a value used in RSA signature verification
390 * @q2: a value used in RSA signature verification
393 * define the signature of the enclave.
399 u8 signature[SGX_MODULUS_SIZE]; member in struct:sgx_sigstruct
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h117 char signature[4]; /* must be UV_SYSTAB_SIG */ member in struct:uv_systab
/linux-master/arch/x86/xen/
H A Defi.c25 .signature = EFI_SYSTEM_TABLE_SIGNATURE,
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.h230 * @signature: Signature of the Queue Level Table Header
245 __le32 signature; member in struct:mux_qlth
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c149 memcpy(rcd.hdr.signature, CPER_SIG_RECORD, CPER_SIG_SIZE);
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c714 char *signature; local
718 signature = (char *)&e->efi_loader_signature;
719 if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) &&
720 strncmp(signature, EFI64_LOADER_SIGNATURE, 4))
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.h76 u32 signature; member in struct:i40e_hmc_info
/linux-master/drivers/infiniband/hw/irdma/
H A Dhmc.h97 u32 signature; member in struct:irdma_hmc_info
/linux-master/fs/exfat/
H A Dexfat_raw.h110 __le16 signature; member in struct:boot_sector
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dga102.c130 .signature = ga102_gsp_fwsec_signature,

Completed in 399 milliseconds

1234567891011>>