Searched refs:sInfo (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/
H A Dboot_splash.cpp35 static struct frame_buffer_boot_info *sInfo; variable in typeref:struct:frame_buffer_boot_info
45 uint8* start = (uint8*)(sInfo->frame_buffer
46 + sInfo->bytes_per_row * (top + imageTop) + 1 * (left + imageLeft));
58 start = (uint8*)((addr_t)start + sInfo->bytes_per_row);
69 uint16* start = (uint16*)(sInfo->frame_buffer
70 + sInfo->bytes_per_row * (top + imageTop)
86 start = (uint16*)((addr_t)start + sInfo->bytes_per_row);
97 uint16* start = (uint16*)(sInfo->frame_buffer
98 + sInfo->bytes_per_row * (top + imageTop) + 2 * (left + imageLeft));
113 start = (uint16*)((addr_t)start + sInfo
[all...]
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp243 static intel_info sInfo; variable
786 if ((bus != sInfo.bridge.bus || device != sInfo.bridge.device
787 || function != sInfo.bridge.function)
788 && (bus != sInfo.display.bus || device != sInfo.display.device
789 || function != sInfo.display.function))
792 sInfo.aperture_size = size;
794 if (intel_map(sInfo) < B_OK)
797 uint16 gmchControl = get_pci_config(sInfo
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp49 static vbe_info_block sInfo; variable
158 if (sInfo.version.major < 3)
264 const char *oem_string = (const char *)sInfo.oem_string;
945 sVesaCompatible = vesa_init(&sInfo, &sDefaultMode) == B_OK;
952 gKernelArgs.vesa_capabilities = sInfo.capabilities;
980 if (sInfo.version.major >= 3 && vesa_get_edid(&info) == B_OK) {

Completed in 41 milliseconds