Home
last modified time | relevance | path

Searched refs:signature (Results 126 – 150 of 196) sorted by relevance

12345678

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h370 uint32_t signature; member
H A Darcmsr.c5327 uint32_t *signature = (&phbamu->msgcode_rwbuffer[0]); in arcmsr_hba_message_isr() local
5333 outbound_message = CHIP_REG_READ32(acb->reg_mu_acc_handle0, signature); in arcmsr_hba_message_isr()
5346 uint32_t *signature = (&phbbmu->hbb_rwbuffer->msgcode_rwbuffer[0]); in arcmsr_hbb_message_isr() local
5357 outbound_message = CHIP_REG_READ32(acb->reg_mu_acc_handle0, signature); in arcmsr_hbb_message_isr()
5370 uint32_t *signature = (&phbcmu->msgcode_rwbuffer[0]); in arcmsr_hbc_message_isr() local
5377 outbound_message = CHIP_REG_READ32(acb->reg_mu_acc_handle0, signature); in arcmsr_hbc_message_isr()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c595 if (les(bootblk.signature) != MBB_MAGIC) { in get_parts()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h461 unsigned char signature[4]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3621 size_t bucket, signature = data_size; in umu_add() local
3662 signature += bcp->bc_stack[i]; in umu_add()
3664 bucket = signature & (umu->umu_size - 1); in umu_add()
3667 if (umo->umo_signature == signature) { in umu_add()
3694 umo->umo_signature = signature; in umu_add()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c4016 size_t bucket, signature = data_size; in kmu_add() local
4047 signature += bcp->bc_stack[i]; in kmu_add()
4049 bucket = signature & (kmu->kmu_size - 1); in kmu_add()
4052 if (kmo->kmo_signature == signature) { in kmu_add()
4079 kmo->kmo_signature = signature; in kmu_add()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7186 fwh.signature[0] = PCI_HEADER0; in ql_check_pci()
7187 fwh.signature[1] = PCI_HEADER1; in ql_check_pci()
7191 fwd.signature[0] = 'P'; in ql_check_pci()
7192 fwd.signature[1] = 'C'; in ql_check_pci()
7193 fwd.signature[2] = 'I'; in ql_check_pci()
7194 fwd.signature[3] = 'R'; in ql_check_pci()
7229 if (pcih->signature[0] != PCI_HEADER0 || in ql_check_pci()
7230 pcih->signature[1] != PCI_HEADER1 || doff > 50) { in ql_check_pci()
7232 pcih->signature[0], pcih->signature[1], doff); in ql_check_pci()
7239 if (pcid->signature[0] != 'P' || pcid->signature[1] != 'C' || in ql_check_pci()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2422 find_fw_table(ACPI_TABLE_RSDP *rsdp, char *signature) in find_fw_table() argument
2432 if (strlen(signature) != ACPI_NAME_SIZE) in find_fw_table()
2502 if (strncmp(tp->Signature, signature, ACPI_NAME_SIZE) == 0) { in find_fw_table()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1800 uint8_t signature[12]; member
1942 uint8_t signature[8]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2287 char signature[BE3_SIGNATURE_SIZE]; member
2374 char signature[BE2_SIGNATURE_SIZE]; member
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h427 uint32_t signature; /* buffer signature */ member
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c890 printf("Signature: 0x%hx (%s)\n", mbr->signature, in print_stage1_cb()
891 mbr->signature == MBB_MAGIC ? "valid" : "invalid"); in print_stage1_cb()
1903 if (mbr->signature == MBB_MAGIC) { in prepare_stage1()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c1582 if (LE_16(BootCod.signature) != MBB_MAGIC) { in mboot_read()
1587 LE_16(BootCod.signature), MBB_MAGIC); in mboot_read()
3950 if (LE_16(Bootblk->signature) != MBB_MAGIC) {
4052 Bootblk->signature = LE_16(MBB_MAGIC);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1673 if (qlt->rimage[0].header.signature[0] != PCI_HEADER0) { in qlt_get_rom_version()
4738 i, qlt->rimage[i].header.signature[1], in qlt_read_bfe()
4739 qlt->rimage[i].header.signature[0]); in qlt_read_bfe()
4767 if ((qlt->rimage[i].data.signature[0] != 0x50) && in qlt_read_bfe()
4768 (qlt->rimage[i].data.signature[1] != 0x43) && in qlt_read_bfe()
4769 (qlt->rimage[i].data.signature[2] != 0x49) && in qlt_read_bfe()
4770 (qlt->rimage[i].data.signature[3] != 0x52)) { in qlt_read_bfe()
4773 qlt->rimage[i].data.signature[3], in qlt_read_bfe()
4774 qlt->rimage[i].data.signature[2], in qlt_read_bfe()
4775 qlt->rimage[i].data.signature[1], in qlt_read_bfe()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dbdn.h867 u32 signature; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_nvram.c831 iomb.signature = LE_32(PMCS_SEEPROM_SIGNATURE); in pmcs_set_nvmd()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h720 u32 signature; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c814 char signature[BE2_SIGNATURE_SIZE]; in emlxs_be_version() local
822 (void) snprintf(signature, BE2_SIGNATURE_SIZE, "%s+", BE_SIGNATURE); in emlxs_be_version()
825 if (strncmp(signature, (char *)ufi_hdr->signature, in emlxs_be_version()
833 if (strncmp(signature, (char *)ufi_hdr->signature, in emlxs_be_version()
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c654 if (ltohs(mb.signature) != BOOTSECSIG) { in seek_partn()
793 if (ltohs(extmboot.signature) != MBB_MAGIC) { in seek_partn()
1836 if (ltohs(ubpb.mb.signature) != BOOTSECSIG) { in read_existing_bpb()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in114 is 8 bytes of a signature one would use to find
122 char signature[8]; member
1644 Dwarf_Sig8* /*type signature*/,
1675 Dwarf_Sig8* /*type signature*/,
2486 Dwarf_Sig8 * /*signature*/,
2499 Dwarf_Sig8 * /*signature*/,
2558 and signature values. Caller must examine idx-number
2560 the offset or the signature contains the value.
3622 /* Given a key (hash signature) from a .o, find the per-cu information
3625 Dwarf_Sig8 * /*key, hash signature */,
H A Dlibdwarf.h.in114 is 8 bytes of a signature one would use to find
122 char signature[8]; member
1644 Dwarf_Sig8* /*type signature*/,
1675 Dwarf_Sig8* /*type signature*/,
2486 Dwarf_Sig8 * /*signature*/,
2499 Dwarf_Sig8 * /*signature*/,
2558 and signature values. Caller must examine idx-number
2560 the offset or the signature contains the value.
3622 /* Given a key (hash signature) from a .o, find the per-cu information
3625 Dwarf_Sig8 * /*key, hash signature */,
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_history.txt470 * Added defines for the indivdual signature bytes
537 * 08-25-15 02.00.27 Added IC ARCH Class based signature defines.
/illumos-gate/usr/src/tools/
H A DREADME.tools125 the elfsign signature.
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h404 u32_t signature; member
H A Dbnxe_main.c549 if (pUM->iscsiInfo.signature != 0) in BnxeAttachDevice()

12345678