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

/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp96 static struct frame_buffer_boot_info sBootInfo; variable in typeref:struct:frame_buffer_boot_info
472 sBootInfo.area = sConsole.area;
473 sBootInfo.physical_frame_buffer = args->frame_buffer.physical_buffer.start;
474 sBootInfo.frame_buffer = (addr_t)frameBuffer;
475 sBootInfo.width = args->frame_buffer.width;
476 sBootInfo.height = args->frame_buffer.height;
477 sBootInfo.depth = args->frame_buffer.depth;
478 sBootInfo.bytes_per_row = args->frame_buffer.bytes_per_row;
479 sBootInfo.vesa_capabilities = args->vesa_capabilities;
481 add_boot_item(FRAME_BUFFER_BOOT_INFO, &sBootInfo,
[all...]

Completed in 22 milliseconds