Searched refs:signature (Results 1 - 25 of 137) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/tables/
H A Dtbutils.c179 acpi_name signature; local
194 /* Ensure that the signature is 4 ASCII characters */
196 MOVE_UNALIGNED32_TO_32 (&signature, &table_header->signature);
197 if (!acpi_ut_valid_acpi_name (signature)) {
199 "Table signature at %p [%p] has invalid characters\n",
200 table_header, &signature));
202 REPORT_WARNING (("Invalid table signature %4.4s found\n", (char*)&signature));
213 table_header, (char*)&signature));
[all...]
H A Dtbxfroot.c86 * DESCRIPTION: Search a block of memory for the RSDP signature
108 /* The signature and checksum must both be correct */
244 /* RSDP signature was not found */
254 * PARAMETERS: Signature - Any ACPI table signature
274 acpi_string signature,
302 (!signature) ||
330 * The signature and checksum must both be correct
397 if (!STRNCMP ((char *) table_ptr, signature, STRLEN (signature))) {
273 acpi_get_firmware_table( acpi_string signature, u32 instance, u32 flags, acpi_table_header **table_pointer) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dmac.h11 __u16 signature; /* expected to be MAC_PARTITION_MAGIC */ member in struct:mac_partition
46 __u16 signature; /* expected to be MAC_DRIVER_MAGIC */ member in struct:mac_driver_desc
H A Dmac.c41 if (be16_to_cpu(md->signature) != MAC_DRIVER_MAGIC) {
51 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC) {
64 if (be16_to_cpu(part->signature) != MAC_PARTITION_MAGIC)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/executer/
H A Dexconfig.c112 if ((!STRNCMP (table_header.signature,
113 acpi_gbl_acpi_table_data[ACPI_TABLE_PSDT].signature,
115 (!STRNCMP (table_header.signature,
116 acpi_gbl_acpi_table_data[ACPI_TABLE_SSDT].signature,
119 "Table has invalid signature [%4.4s], must be SSDT or PSDT\n",
120 (char*)table_header.signature));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/debugger/
H A Ddbfileio.c203 if (STRNCMP ((char *) table_header.signature, DSDT_SIG, 4) &&
204 STRNCMP ((char *) table_header.signature, PSDT_SIG, 4) &&
205 STRNCMP ((char *) table_header.signature, SSDT_SIG, 4)) {
206 acpi_os_printf ("Table signature is invalid\n");
217 table_header.signature, table_header.length);
359 &acpi_gbl_db_table_ptr->signature);
371 &acpi_gbl_db_table_ptr->signature, acpi_gbl_db_table_ptr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dactbl.h35 #define RSDP_SIG "RSD PTR " /* RSDT Pointer signature */
81 NATIVE_CHAR signature [8]; /* contains "RSD PTR " */ member in struct:__anon803
96 NATIVE_CHAR signature [4]; /* identifies type of table */ member in struct:__anon804
201 NATIVE_CHAR *signature; member in struct:_acpi_table_support
H A Dactbl71.h50 NATIVE_CHAR signature [8]; /* contains "RSD PTR " */ member in struct:__anon819
77 NATIVE_CHAR signature[4]; /* signature "FACS" */ member in struct:__anon821
79 u32 hardware_signature; /* hardware configuration signature */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcycx_cfm.h67 char signature[80]; /* CFM file signature */ member in struct:cfm
H A Dcramfs_fs.h65 u8 signature[16]; /* "Compressed ROMFS" */ member in struct:cramfs_super
H A Dhcdp_serial.h71 u8 signature[4]; member in struct:__anon11148
H A Dsdlasfm.h94 char signature[80]; /* SFM file signature */ member in struct:sfm
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcycx_cfm.h67 char signature[80]; /* CFM file signature */ member in struct:cfm
H A Dcramfs_fs.h65 u8 signature[16]; /* "Compressed ROMFS" */ member in struct:cramfs_super
H A Dhcdp_serial.h71 u8 signature[4]; member in struct:__anon6732
H A Dsdlasfm.h94 char signature[80]; /* SFM file signature */ member in struct:sfm
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dhcdp_serial.c64 * signature of "HCDP" and it should be atleast 82 bytes
67 if ((strncmp(hcdp.signature, HCDP_SIGNATURE,
78 hcdp.signature[0],
79 hcdp.signature[1],
80 hcdp.signature[2],
81 hcdp.signature[3]);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dio.h230 const unsigned char *signature, int length)
234 if (readb(io_addr) != *signature)
237 signature++;
246 const unsigned char *signature, int length)
250 if (isa_readb(io_addr) != *signature)
253 signature++;
229 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
245 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dio.h230 const unsigned char *signature, int length)
234 if (readb(io_addr) != *signature)
237 signature++;
246 const unsigned char *signature, int length)
250 if (isa_readb(io_addr) != *signature)
253 signature++;
229 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
245 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dacpitable.c74 header->signature, header->revision, header->oem_id,
90 * DESCRIPTION: Search a block of memory for the RSDP signature
107 /* The signature must match and the checksum must be correct */
231 printk(KERN_INFO "%.8s v%d [%.6s]\n", rsdp->signature, rsdp->revision,
234 if (strncmp(rsdp->signature, RSDP_SIG,strlen(RSDP_SIG))) {
235 printk(KERN_WARNING "RSDP table signature incorrect\n");
250 if (strncmp(header->signature, RSDT_SIG, strlen(RSDT_SIG))) {
251 printk(KERN_WARNING "ACPI: RSDT signature incorrect\n");
291 if (!strncmp((char *) &header->signature,
297 header->signature);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dio.h173 * @signature: signature block
174 * @length: length of signature
176 * Perform a signature comparison with the mmio address io_addr. This
181 const unsigned char *signature, int length)
185 if (readb(io_addr) != *signature)
188 signature++;
199 * @signature: signature block
200 * @length: length of signature
180 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
209 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dio.h195 * @signature: signature block
196 * @length: length of signature
198 * Perform a signature comparison with the mmio address io_addr. This
203 const unsigned char *signature, int length)
207 if (readb(io_addr) != *signature)
210 signature++;
221 * @signature: signature block
222 * @length: length of signature
202 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
231 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dio.h173 * @signature: signature block
174 * @length: length of signature
176 * Perform a signature comparison with the mmio address io_addr. This
181 const unsigned char *signature, int length)
185 if (readb(io_addr) != *signature)
188 signature++;
199 * @signature: signature block
200 * @length: length of signature
180 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
209 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dio.h195 * @signature: signature block
196 * @length: length of signature
198 * Perform a signature comparison with the mmio address io_addr. This
203 const unsigned char *signature, int length)
207 if (readb(io_addr) != *signature)
210 signature++;
221 * @signature: signature block
222 * @length: length of signature
202 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
231 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dio.h173 * @signature: signature block
174 * @length: length of signature
176 * Perform a signature comparison with the mmio address io_addr. This
181 const unsigned char *signature, int length)
185 if (readb(io_addr) != *signature)
188 signature++;
199 * @signature: signature block
200 * @length: length of signature
180 check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
209 isa_check_signature(unsigned long io_addr, const unsigned char *signature, int length) argument
[all...]

Completed in 142 milliseconds

123456