Home
last modified time | relevance | path

Searched refs:vmbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/fb/
H A Dvesa.c769 void *vmbuf; in vesa_bios_init() local
823 vmbuf = x86bios_alloc(&offs, sizeof(*buf), M_WAITOK); in vesa_bios_init()
828 bcopy("VBE2", vmbuf, 4); /* try for VBE2 data */ in vesa_bios_init()
831 if (regs.R_AX != 0x004f || bcmp("VESA", vmbuf, 4) != 0) in vesa_bios_init()
835 bcopy(vmbuf, buf, sizeof(*buf)); in vesa_bios_init()
1039 x86bios_free(vmbuf, sizeof(*buf)); in vesa_bios_init()
1057 x86bios_free(vmbuf, sizeof(buf)); in vesa_bios_init()