Searched refs:x86bios_alloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/compat/x86bios/ |
| HD | x86bios.h | 143 void *x86bios_alloc(uint32_t *offset, size_t size, int flags);
|
| HD | x86bios.c | 117 x86bios_alloc(uint32_t *offset, size_t size, int flags) in x86bios_alloc() function 534 x86bios_alloc(uint32_t *offset, size_t size, int flags) in x86bios_alloc() function
|
| /freebsd-14-stable/sys/dev/fb/ |
| HD | vesa.c | 310 buf = x86bios_alloc(&offs, sizeof(*vmode), flags); in vesa_bios_get_mode() 805 vesa_bios = x86bios_alloc(&vesa_bios_offs, in vesa_bios_init() 823 vmbuf = x86bios_alloc(&offs, sizeof(*buf), M_WAITOK); in vesa_bios_init() 1047 vesa_palette = x86bios_alloc(&vesa_palette_offs, in vesa_bios_init()
|