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

  /src/sys/arch/x86/pci/
pci_machdep.c 1120 const void *fbptr = NULL; local in function:populate_fbinfo
1127 fbptr = xen_genfb_getbtinfo();
1129 if (fbptr == NULL)
1130 fbptr = lookup_bootinfo(BTINFO_FRAMEBUFFER);
1132 if (fbptr == NULL)
1135 memcpy(&fbinfo, fbptr, sizeof(fbinfo));
  /src/sys/arch/x86/x86/
hyperv.c 1056 const void *fbptr = lookup_bootinfo(BTINFO_FRAMEBUFFER); local in function:populate_fbinfo
1059 if (fbptr == NULL)
1062 memcpy(&fbinfo, fbptr, sizeof(fbinfo));

Completed in 83 milliseconds