Searched refs:fb (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | config.h | 10 struct fbfront_dev *fb_open(void *fb, int width, int height, int depth);
|
A D | mini-os.c | 664 struct fbfront_dev *fb_open(void *fb, int width, int height, int depth) in fb_open() argument 676 memset(fb + i * PAGE_SIZE, 0, PAGE_SIZE); in fb_open() 677 mfns[i] = virtual_to_mfn(fb + i * PAGE_SIZE); in fb_open()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-resize.c | 607 vhd_block_t fb; in vhd_check_for_clobber() local 659 vhd_first_data_block(vhd, &fb); in vhd_check_for_clobber() 660 if (fb.offset && in_range(off, in vhd_check_for_clobber() 661 vhd_sectors_to_bytes(fb.offset), in vhd_check_for_clobber()
|
Completed in 5 milliseconds