HomeSort by: relevance | last modified time | path
    Searched defs:hcdp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/ia64/
consinit.c 81 uint64_t hcdp; local in function:pcdp_cnprobe
84 hcdp = ia64_get_hcdp();
85 if (hcdp != 0) {
86 tbl = (void*)IA64_PHYS_TO_RR7(hcdp);
96 panic("PCDP found in HCDP rev.%d."
129 uint64_t hcdp; local in function:pcdp_cninit
132 hcdp = ia64_get_hcdp();
133 if (hcdp == 0)
136 tbl = (void *)IA64_PHYS_TO_RR7(hcdp);
consinit.c 81 uint64_t hcdp; local in function:pcdp_cnprobe
84 hcdp = ia64_get_hcdp();
85 if (hcdp != 0) {
86 tbl = (void*)IA64_PHYS_TO_RR7(hcdp);
96 panic("PCDP found in HCDP rev.%d."
129 uint64_t hcdp; local in function:pcdp_cninit
132 hcdp = ia64_get_hcdp();
133 if (hcdp == 0)
136 tbl = (void *)IA64_PHYS_TO_RR7(hcdp);
  /src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c 55 static EFI_GUID hcdp = HCDP_TABLE_GUID; variable in typeref:typename:EFI_GUID
255 bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp); /* DIG64 HCDP table addr. */
bootinfo.c 55 static EFI_GUID hcdp = HCDP_TABLE_GUID; variable in typeref:typename:EFI_GUID
255 bi->bi_hcdp = (uint64_t)efi_get_table(&hcdp); /* DIG64 HCDP table addr. */
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 63 EFI_GUID hcdp = HCDP_TABLE_GUID; variable in typeref:typename:EFI_GUID
308 else if (!memcmp(guid, &hcdp, sizeof(EFI_GUID)))
309 printf("DIG64 HCDP Table");
491 COMMAND_SET(hcdp, "hcdp", "Dump HCDP info", command_hcdp);
510 tbl = efi_get_table(&hcdp);
512 printf("No HCDP table present\n");
516 printf("HCDP table has invalid signature\n");
519 printf("HCDP table at 0x%lx\n", (u_long)tbl)
    [all...]
main.c 63 EFI_GUID hcdp = HCDP_TABLE_GUID; variable in typeref:typename:EFI_GUID
308 else if (!memcmp(guid, &hcdp, sizeof(EFI_GUID)))
309 printf("DIG64 HCDP Table");
491 COMMAND_SET(hcdp, "hcdp", "Dump HCDP info", command_hcdp);
510 tbl = efi_get_table(&hcdp);
512 printf("No HCDP table present\n");
516 printf("HCDP table has invalid signature\n");
519 printf("HCDP table at 0x%lx\n", (u_long)tbl)
    [all...]

Completed in 60 milliseconds