Searched refs:signature (Results 301 - 325 of 372) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.c200 u16 signature; local
204 signature = (u16) read_eeprom(ioaddr, EEPROMSignature);
205 if (signature == 0xffff || signature == 0x0000) {
207 pci_name(pci_dev), signature);
306 * The signature field in SiS962 or SiS963 spec is meaningless.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A DMakefile.gnulib172 EXTRA_DIST += test-frexpl.c signature.h macros.h
214 EXTRA_DIST += test-iconv.c signature.h macros.h
334 EXTRA_DIST += test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh test-mbrtowc.c signature.h macros.h
344 EXTRA_DIST += test-mbsinit.sh test-mbsinit.c signature.h macros.h
352 EXTRA_DIST += test-memchr.c zerosize-ptr.h signature.h macros.h
400 EXTRA_DIST += test-setenv.c signature.h macros.h
458 EXTRA_DIST += test-strerror.c signature.h macros.h
494 EXTRA_DIST += test-strncat.c unistr/test-strncat.h zerosize-ptr.h signature.h macros.h
4118 EXTRA_DIST += test-unsetenv.c signature.h macros.h
4196 EXTRA_DIST += test-wcwidth.c signature
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c64 __be16 signature; member in struct:mspro_attribute
1000 if (be16_to_cpu(attr->signature) != MSPRO_BLOCK_SIGNATURE) {
1001 printk(KERN_ERR "%s: unrecognized device signature %x\n",
1002 dev_name(&card->dev), be16_to_cpu(attr->signature));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-validate.c29 #include "dbus-signature.h"
40 * valid signature. If this function returns #TRUE, it will be safe
41 * to iterate over the signature with a types-only #DBusTypeReader.
295 * since the header is a valid body with a particular signature.
310 * value nesting (not visible in the signature) which is introduced
558 /* In addition to normal signature validation, we need to be sure
559 * the signature contains only a single (possibly container) type.
653 _dbus_assert_not_reached ("invalid typecode in supposedly-validated signature");
686 * #DBusTypeReader. The signature is assumed to be already valid.
694 * @param expected_signature_start where in expected_signature is the signature
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-tcp.c61 #include <signature.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h415 UInt16 *signature); /* can be NULL */
418 The FSGetVolFileSystemID function returns the file system ID and signature
420 that handles requests to a particular volume. The signature identifies the
422 or MFS, where a signature of 0x4244 identifies the volume as HFS).
446 signature <** An optional pointer to a UInt16.
447 If not NULL, the volume's signature will
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h844 uint16_t signature; /* Signature == 0x250 */ member in struct:seeprom_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h828 __be32 signature; member in struct:host_wol_rule
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dsuper.c188 if (be16_to_cpu(vhdr->signature) == HFSPLUS_VOLHEAD_SIG) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dsuper.c211 if (be16_to_cpu(vhdr->signature) == HFSPLUS_VOLHEAD_SIG) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dpmcraid.h1016 * .signature : always ASCII string, "PMCRAID"
1021 u8 signature[8]; member in struct:pmcraid_ioctl_header
H A Dmegaraid.c3725 char signature[8] = {0}; local
3733 * We exploit the fact that the signature is stored in the very
3737 if( copy_from_user(signature, arg, 7) )
3740 if( memcmp(signature, "MEGANIT", 7) == 0 ) {
3849 char signature[8] = {0}; local
3854 if( copy_from_user(signature, arg, 7) )
3857 if( memcmp(signature, "MEGANIT", 7) == 0 ) {
4546 /* Now check the magic signature byte */
4554 * For these vendor and device ids, signature offsets are not
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcyclades.h247 #define ID_ADDRESS 0x00000180L /* signature/pointer address */
248 #define ZFIRM_ID 0x5557465AL /* ZFIRM/U signature */
257 __u32 signature; /* ZFIRM/U signature */ member in struct:FIRM_ID
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Derst.c623 if (memcmp(record->signature, CPER_SIG_RECORD, CPER_SIG_SIZE))
641 /* signature for serialization system */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dprocess.c179 "fatal error: read failure while seeking for End-of-centdir-64 signature.\n\
182 "error: End-of-centdir-64 signature not where expected (prepended bytes?)\n\
190 End-of-central-directory signature not found. Either this file is not\n\
196 " End-of-central-directory signature not found.\n";
246 Start by allocating buffers and (re)constructing the various PK signature
270 /* finish up initialization of magic signature strings */
751 central-directory record is 18 bytes, and signature itself is 4 bytes;
947 have just read the first entry's signature bytes; then list, extract
1118 static int rec_find(__G__ searchlen, signature, rec_size)
1122 char* signature; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k7.c43 u8 signature[10]; member in struct:psb_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c345 if (efi.systab->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
346 printk(KERN_ERR "EFI system table signature incorrect!\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_asn1.c112 ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_asn1.c112 ASN1_SIMPLE(CMS_SignerInfo, signature, ASN1_OCTET_STRING),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddriver.c841 /* The message signature has already been checked for us,
1788 const char *signature,
1795 _dbus_string_init_const (&sigstr, signature);
1787 write_args_for_direction(DBusString *xml, const char *signature, dbus_bool_t in) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Docsp.c556 "-no_signature_verify don't check signature on response\n");
1113 bs->signature->data[bs->signature->length - 1] ^= 0x1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-blackbird.c404 u32 signature[4]={0x12345678, 0x34567812, 0x56781234, 0x78123456}; local
411 if (value == signature[signaturecnt])
416 dprintk(1, "Mailbox signature found\n");
420 dprintk(0, "Mailbox signature values not found!\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c987 __le16 signature[] = { usb_dev->descriptor.idVendor, local
1036 ret = cxacru_fw(usb_dev, FW_WRITE_MEM, 0x2, 0x0, SIG_ADDR, (u8 *) signature, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Docsp.c556 "-no_signature_verify don't check signature on response\n");
1113 bs->signature->data[bs->signature->length - 1] ^= 0x1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Defi.c429 if (strncmp(palo->signature, PALO_SIG, sizeof(PALO_SIG) - 1)) {
430 printk(KERN_INFO "PALO signature incorrect.\n");
507 if (efi.systab->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
508 panic("Whoa! EFI system table signature incorrect\n");

Completed in 209 milliseconds

<<1112131415