/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | smb_dev.c | 67 caddr_t stbuf, bios, p, q; in smbios_open() local 90 bios = psm_map_phys(startaddr, bioslen, PSM_PROT_READ); in smbios_open() 92 if (bios == NULL) in smbios_open() 99 p = bios + startoff; in smbios_open() 100 q = bios + bioslen - startoff; in smbios_open() 118 psm_unmap_phys(bios, bioslen); in smbios_open() 164 psm_unmap_phys(bios, bioslen); in smbios_open() 170 bios = psm_map_phys(ep->ep21.smbe_staddr, smbe_stlen, in smbios_open() 177 bios = psm_map_phys_new(ep->ep30.smbe_staddr, smbe_stlen, in smbios_open() 185 if (bios == NULL) { in smbios_open() [all …]
|
/illumos-gate/usr/src/lib/libsmbios/common/ |
H A D | smb_lib.c | 114 void *stbuf, *bios, *p, *q; in smb_biosopen() local 121 bios = MAP_FAILED; in smb_biosopen() 125 bios = mmap(NULL, SMB_RANGE_LIMIT - SMB_RANGE_START + 1, in smb_biosopen() 130 if (bios == MAP_FAILED) { in smb_biosopen() 131 bios = mmap(NULL, SMB_RANGE_LIMIT - SMB_RANGE_START + 1, in smb_biosopen() 135 if (bios == MAP_FAILED) in smb_biosopen() 138 q = (void *)((uintptr_t)bios + SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() 141 for (p = bios; p < q; p = (void *)((uintptr_t)p + SMB_SCAN_STEP)) { in smb_biosopen() 185 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() 205 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1); in smb_biosopen() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | Makefile.am | 100 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \ 154 stage1_5.c fsys_ext2fs.c bios.c 163 stage1_5.c fsys_fat.c bios.c 172 stage1_5.c fsys_ffs.c bios.c 181 stage1_5.c fsys_ufs.c bios.c 190 stage1_5.c fsys_ufs2.c bios.c 200 zfs_sha256.c bios.c 209 stage1_5.c fsys_minix.c bios.c 218 disk_io.c stage1_5.c fsys_reiserfs.c bios.c 227 disk_io.c stage1_5.c fsys_vstafs.c bios.c [all …]
|
H A D | Makefile.in | 115 diskless_exec-bios.$(OBJEXT) diskless_exec-boot.$(OBJEXT) \ 153 e2fs_stage1_5_exec-bios.$(OBJEXT) 163 fat_stage1_5_exec-bios.$(OBJEXT) 173 ffs_stage1_5_exec-bios.$(OBJEXT) 184 iso9660_stage1_5_exec-bios.$(OBJEXT) 194 jfs_stage1_5_exec-bios.$(OBJEXT) 204 minix_stage1_5_exec-bios.$(OBJEXT) 211 pre_stage2_exec-bios.$(OBJEXT) pre_stage2_exec-boot.$(OBJEXT) \ 255 reiserfs_stage1_5_exec-bios.$(OBJEXT) 272 ufs2_stage1_5_exec-bios.$(OBJEXT) [all …]
|
H A D | Makefile.solaris | 154 DISKLESS_OBJS = diskless_exec-bios.o \ 210 E2FS_STAGE1_5_OBJS = e2fs_stage1_5_exec-bios.o \ 235 FAT_STAGE1_5_OBJS = fat_stage1_5_exec-bios.o \ 260 FFS_STAGE1_5_OBJS = ffs_stage1_5_exec-bios.o \ 285 ISO9660_STAGE1_5_OBJS = iso9660_stage1_5_exec-bios.o \ 311 JFS_STAGE1_5_OBJS = jfs_stage1_5_exec-bios.o \ 336 MINIX_STAGE1_5_OBJS = minix_stage1_5_exec-bios.o \ 374 PRE_STAGE2_OBJS = pre_stage2_exec-bios.o \ 443 REISERFS_STAGE1_5_OBJS = reiserfs_stage1_5_exec-bios.o \ 499 UFS2_STAGE1_5_OBJS = ufs2_stage1_5_exec-bios.o \ [all …]
|
/illumos-gate/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 306 smbios_bios_t bios; in do_prominfo() local 333 if (smbios_info_bios(shp, &bios) != SMB_ERR) { in do_prominfo() 335 bios.smbb_vendor, bios.smbb_version, bios.smbb_reldate); in do_prominfo()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 582 @dfn{normal working order}, i.e. as initialized by the @sc{bios} (or 584 operating system should be able to make @sc{bios} calls and such after 585 being loaded, as long as it does not overwrite the @sc{bios} data 587 @sc{pic} programmed with the normal @sc{bios}/DOS values, even if it 669 field is valid, and indicates which @sc{bios} disk device the boot 671 @sc{bios} disk, then this field must not be present (bit 3 must be 685 The first byte contains the @sc{bios} drive number as understood by the 686 @sc{bios} INT 0x13 low-level disk interface: e.g. 0x00 for the first 802 memory map of the machine provided by the @sc{bios}. @samp{mmap_addr} is 877 @sc{bios}. @samp{drive_cylinders} contains the number of the [all …]
|
H A D | grub.texi | 2316 @sc{bios} drive @var{drive}. You can use this command to create a disk
|
/illumos-gate/usr/src/uts/i86pc/conf/ |
H A D | Mapfile.bios | 28 LOAD_SEGMENT bios {
|
/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_sunoem.c | 222 req->isf_datalen = sizeof (req->isf_data.bios); in ipmi_sunoem_update_fru()
|
H A D | libipmi.h | 1860 } bios; member
|
/illumos-gate/usr/src/uts/i86pc/ |
H A D | Makefile.rules | 273 MAPFILE_BIOS = $(UTSBASE)/i86pc/conf/Mapfile.bios
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 610 a bios drive for a CD-ROM is often assigned to greater than 620 * stage2/bios.c (biosdisk): Don't fall back to the CHS mode 971 * stage2/bios.c (get_diskinfo): PhoenixBIOS 4.0 Revision 6.0 2064 * stage2/bios.c (get_diskinfo): Clear out the structure DRP 2248 * stage2/bios.c (get_diskinfo_floppy): Removed. 2857 * stage2/bios.c (get_diskinfo): Append 16 bytes dummy data to 2953 * stage2/bios.c (get_diskinfo): If BIOS supports LBA but doesn't 3604 * stage2/bios.c (biosdisk) [!NO_BUGGY_BIOS_IN_THE_WORLD]: 4523 * stage2/bios.c (get_diskinfo): Get rid of the wrong check for 5015 * stage2/bios.c (get_diskinfo): Don't use #ifdef for [all …]
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 2339 autoload_font(bool bios) in autoload_font() argument 2363 if (bios) { in autoload_font()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | source-system-grub.p5m | 197 file path=usr/share/src/grub/stage2/bios.c
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu.4th | 248 \ default: 0 - system will enable acpi based on bios date
|
/illumos-gate/exception_lists/ |
H A D | cstyle | 106 usr/src/grub/grub-0.97/stage2/bios.c
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 644 …bilities – it serves as the entity initially configuring the chip [during bios phase], answering t…
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 13153 (2.5) Make it possible to select method of bios restoring after S3 14631 Added IBM 600E to bad bios list due to invalid _ADR value for
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 14150 # Upgrade bios to get correct ID: 5324 instead of 0581
|