Searched refs:signature (Results 251 - 275 of 372) sorted by relevance

<<1112131415

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A DMakefile104 dbus-signature.c dbus-syntax.c dbus-timeout.c dbus-timeout.h \
141 libdbus_1_la-dbus-sha.lo libdbus_1_la-dbus-signature.lo \
196 dbus-signature.c dbus-syntax.c dbus-timeout.c dbus-timeout.h \
250 libdbus_internal_la-dbus-signature.lo \
653 dbus-signature.h \
705 dbus-signature.c \
956 include ./$(DEPDIR)/libdbus_1_la-dbus-signature.Plo
1022 include ./$(DEPDIR)/libdbus_internal_la-dbus-signature.Plo
1269 libdbus_1_la-dbus-signature.lo: dbus-signature
[all...]
H A DMakefile.in104 dbus-signature.c dbus-syntax.c dbus-timeout.c dbus-timeout.h \
141 libdbus_1_la-dbus-sha.lo libdbus_1_la-dbus-signature.lo \
196 dbus-signature.c dbus-syntax.c dbus-timeout.c dbus-timeout.h \
250 libdbus_internal_la-dbus-signature.lo \
655 dbus-signature.h \
707 dbus-signature.c \
958 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdbus_1_la-dbus-signature.Plo@am__quote@
1024 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdbus_internal_la-dbus-signature.Plo@am__quote@
1271 libdbus_1_la-dbus-signature.lo: dbus-signature
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclikrb5.c779 cksum->checksum.length = sig->signature.buf_len;
780 cksum->checksum.data = sig->signature.buffer;
783 cksum->length = sig->signature.buf_len;
784 cksum->contents = sig->signature.buffer;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in96 print-wb.c print-zephyr.c print-zeromq.c print-vxlan.c print-otv.c signature.c setsignal.c tcpdump.c util.c
180 signature.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc.c897 * Return true if current running version is valid. Firmware signature and
916 if (fwhdr.signature != drv_fwhdr->signature) {
917 bfa_trc(ioc, fwhdr.signature);
918 bfa_trc(ioc, drv_fwhdr->signature);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dio.h248 word signature; member in struct:s_load
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dfw.c51 char signature[0]; /* FW signature length headersize-20 */ member in struct:orinoco_fw_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddtc.c48 * a BIOS signature is scanned for to locate the registers.
155 static const struct signature { struct
H A DNCR53c406a.c230 struct signature { struct
231 char *signature; member in struct:signature
462 /* look for a valid signature */
465 if (!memcmp((void *) addresses[ii] + signatures[jj].sig_offset, (void *) signatures[jj].signature, (int) signatures[jj].sig_length))
469 printk("NCR53c406a: BIOS signature not found\n");
H A Dfdomain.c75 signature, then the driver may fail to function after the board is
213 Thanks to Adam Bowen for the signature to the 1610M/MER/MEX scsi cards, to
214 Martin Andrews (andrewm@ccfadm.eeg.ccf.org) for the signature to some
216 the version 3.61 BIOS signature.
450 The following BIOS signature signatures are for boards which do *NOT*
472 static struct signature { struct
473 const char *signature; member in struct:signature
494 /* This next signature may not be a 3.5 bios */
503 Also, fix the disk geometry code for your signature and send your
511 signature i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_dbg.h341 uint8_t signature[4]; member in struct:qla2xxx_fw_dump
H A Dqla_isr.c1340 while (rsp->ring_ptr->signature != RESPONSE_PROCESSED) {
1356 ((response_t *)pkt)->signature = RESPONSE_PROCESSED;
1397 ((response_t *)pkt)->signature = RESPONSE_PROCESSED;
1968 while (rsp->ring_ptr->signature != RESPONSE_PROCESSED) {
1984 ((response_t *)pkt)->signature = RESPONSE_PROCESSED;
2023 ((response_t *)pkt)->signature = RESPONSE_PROCESSED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defi.h54 u64 signature; member in struct:__anon17371
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_lcl.h134 ASN1_OCTET_STRING *signature; member in struct:CMS_SignerInfo_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_lcl.h134 ASN1_OCTET_STRING *signature; member in struct:CMS_SignerInfo_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngpread.c88 /* Read any remaining signature bytes from the stream and compare them with
89 * the correct PNG signature. It is possible that this routine is called
90 * with bytes already read from the signature, either because they have been
105 png_push_fill_buffer(png_ptr, &(info_ptr->signature[num_checked]),
109 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
112 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
H A Dpngread.c343 * here. The application can then have access to the signature bytes we
354 /* If we haven't checked all of the PNG signature bytes, do so now. */
360 png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check);
363 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
366 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_ctx.c51 u32 signature; local
55 signature = QLCNIC_CDRP_SIGNATURE_MAKE(pci_fn, version);
61 QLCWR32(adapter, QLCNIC_SIGN_CRB_OFFSET, signature);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mm.c116 char signature[EXT_IOCTL_SIGN_SZ] = {0}; local
133 * Look for signature to see if this is the new or old ioctl format.
135 if (copy_from_user(signature, argp, EXT_IOCTL_SIGN_SZ)) {
141 if (memcmp(signature, EXT_IOCTL_SIGN, EXT_IOCTL_SIGN_SZ) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c326 __le32 signature; /* Learned signature */ member in struct:ub_dev
1201 if (sc->signature == cpu_to_le32(0)) {
1204 * Instead, remember the signature the device uses
1207 sc->signature = bcs->Signature;
1208 if (sc->signature == cpu_to_le32(0)) {
1213 if (bcs->Signature != sc->signature) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c241 u32 signature; member in struct:config_table
307 u32 signature; member in struct:config_table
614 DBG3("signature: 0x%08X", dc->config_table.signature);
666 if (dc->config_table.signature != CONFIG_MAGIC) {
668 dc->config_table.signature, CONFIG_MAGIC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngpread.c96 /* Read any remaining signature bytes from the stream and compare them with
97 * the correct PNG signature. It is possible that this routine is called
98 * with bytes already read from the signature, either because they have been
113 png_push_fill_buffer(png_ptr, &(info_ptr->signature[num_checked]),
117 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
120 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
H A Dpngread.c310 * here. The application can then have access to the signature bytes we
317 /* If we haven't checked all of the PNG signature bytes, do so now. */
323 png_read_data(png_ptr, &(info_ptr->signature[num_checked]), num_to_check);
326 if (png_sig_cmp(info_ptr->signature, num_checked, num_to_check))
329 png_sig_cmp(info_ptr->signature, num_checked, num_to_check - 4))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwistron_btns.c93 static unsigned char __initdata signature[] = local
98 if (check_signature(base + offset, signature,
99 sizeof(signature)) != 0)
121 "wistron_btns: BIOS signature found at %p, entry point %08X\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c321 UInt16 *signature) /* can be NULL */
333 if ( NULL != signature )
335 *signature = info.signature;
318 FSGetVolFileSystemID( FSVolumeRefNum volume, UInt16 *fileSystemID, UInt16 *signature) argument

Completed in 226 milliseconds

<<1112131415