Searched refs:vbe (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vbe.c | 47 static struct vbeinfoblock *vbe = variable 67 if (vbe->Capabilities & VBE_CAP_DAC8) { in bios_set_text_mode() 102 biosvbe_info(struct vbeinfoblock *vbe) in biosvbe_info() argument 107 v86.es = VTOPSEG(vbe); in biosvbe_info() 108 v86.edi = VTOPOFF(vbe); in biosvbe_info() 133 if (vbe->Capabilities & VBE_CAP_DAC8) { in biosvbe_set_mode() 153 if (vbe->Capabilities & VBE_CAP_DAC8) { in biosvbe_set_mode() 316 memset(vbe, 0, sizeof (*vbe)); in vbe_init() 317 memcpy(vbe->VbeSignature, "VBE2", 4); in vbe_init() 318 if (biosvbe_info(vbe) != VBE_SUCCESS) in vbe_init() [all …]
|
H A D | Makefile | 57 vbe.c \ 89 vbe.o \
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 1244 vdev_boot_envblock_t *vbe = abd_to_buf(abd); in vdev_label_read_bootenv() local 1246 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv() 1247 switch (vbe->vbe_version) { in vdev_label_read_bootenv() 1254 vbe->vbe_bootenv[sizeof (vbe->vbe_bootenv) - 1] = '\0'; in vdev_label_read_bootenv() 1256 vbe->vbe_bootenv); in vdev_label_read_bootenv() 1260 err = nvlist_unpack(vbe->vbe_bootenv, in vdev_label_read_bootenv() 1261 sizeof (vbe->vbe_bootenv), &config, 0); in vdev_label_read_bootenv()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 935 the physical addresses of @sc{vbe} control information returned by the 936 @sc{vbe} Function 00h and @sc{vbe} mode information returned by the 937 @sc{vbe} Function 01h, respectively. 940 specified in @sc{vbe} 3.0. 944 defined in @sc{vbe} 2.0+. If this information is not available, those 945 fields contain zero. Note that @sc{vbe} 3.0 defines another protected 950 The fields for the graphics table are designed for @sc{vbe}, but 951 Multiboot boot loaders may simulate @sc{vbe} on non-@sc{vbe} modes, as 952 if they were @sc{vbe} modes.
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1691 |name match *.vbe VBScript Encoded Script file application/x-ms
|