Searched refs:vbe (Results 1 – 4 of 4) sorted by relevance
46 static struct vbeinfoblock *vbe; variable240 if (vbe == NULL) in vbe_is_vga()243 return ((vbe->Capabilities & VBE_CAP_NONVGA) == 0); in vbe_is_vga()252 if (vbe->Capabilities & VBE_CAP_DAC8) { in bios_set_text_mode()300 memset(rvbe, 0, sizeof (*vbe)); in biosvbe_info()358 if (vbe->Capabilities & VBE_CAP_DAC8) { in biosvbe_set_mode()378 if (vbe->Capabilities & VBE_CAP_DAC8) { in biosvbe_set_mode()504 if (vbe == NULL) { in vbe_check()576 if (vbe == NULL) { in vbe_init()577 vbe = malloc(sizeof(*vbe)); in vbe_init()[all …]
31 SRCS+= vbe.c57 CFLAGS.vbe.c+= -I${SRCTOP}/sys/teken -I${SRCTOP}/contrib/pnglite
1344 vdev_boot_envblock_t *vbe = abd_to_buf(abd); in vdev_label_read_bootenv() local1346 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv()1347 switch (vbe->vbe_version) { in vdev_label_read_bootenv()1354 vbe->vbe_bootenv[sizeof (vbe->vbe_bootenv) - 1] = '\0'; in vdev_label_read_bootenv()1356 vbe->vbe_bootenv); in vdev_label_read_bootenv()1360 err = nvlist_unpack(vbe->vbe_bootenv, in vdev_label_read_bootenv()1361 sizeof (vbe->vbe_bootenv), &config, 0); in vdev_label_read_bootenv()
213 struct vbe_fb vbe; in fixup_console() member237 fb->vbe.fb_bpp = console->u.vesa_lfb.bits_per_pixel; in fixup_console()