Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c67 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()
185 if (bios == NULL) { in smbios_open()
191 bcopy(bios, stbuf, smbe_stlen); in smbios_open()
[all …]
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c114 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()
214 bios = mmap(NULL, smbe_stlen + pgoff, in smb_biosopen()
217 if (bios == MAP_FAILED) in smb_biosopen()
221 (void) munmap(bios, smbe_stlen + pgoff); in smb_biosopen()
225 bcopy((char *)bios + pgoff, stbuf, smbe_stlen); in smb_biosopen()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am154 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
227 disk_io.c stage1_5.c fsys_vstafs.c bios.c
236 disk_io.c stage1_5.c fsys_jfs.c bios.c
245 disk_io.c stage1_5.c fsys_xfs.c bios.c
[all …]
H A DMakefile.in1596 diskless_exec-bios.o: bios.c
1603 diskless_exec-bios.obj: bios.c
2114 e2fs_stage1_5_exec-bios.o: bios.c
2198 fat_stage1_5_exec-bios.o: bios.c
2282 ffs_stage1_5_exec-bios.o: bios.c
2450 jfs_stage1_5_exec-bios.o: bios.c
2548 pre_stage2_exec-bios.o: bios.c
2555 pre_stage2_exec-bios.obj: bios.c
3234 ufs_stage1_5_exec-bios.o: bios.c
3360 zfs_stage1_5_exec-bios.o: bios.c
[all …]
H A DMakefile.solaris154 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 \
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 \
499 UFS2_STAGE1_5_OBJS = ufs2_stage1_5_exec-bios.o \
524 UFS_STAGE1_5_OBJS = ufs_stage1_5_exec-bios.o \
549 ZFS_STAGE1_5_OBJS = zfs_stage1_5_exec-bios.o \
[all …]
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c306 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 Dmultiboot.texi582 @dfn{normal working order}, i.e. as initialized by the @sc{bios} (or
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
877 @sc{bios}. @samp{drive_cylinders} contains the number of the
890 returned by the @dfn{GET CONFIGURATION} @sc{bios} call. If the @sc{bios}
975 @sc{bios} interfaces, or the newest ones are not available (see
986 this problem, there are 2 @sc{bios} device mapping techniques
1038 The data on some @sc{bios} devices might be identical (so the part
[all …]
H A Dgrub.texi2316 @sc{bios} drive @var{drive}. You can use this command to create a disk
/illumos-gate/usr/src/uts/i86pc/conf/
H A DMapfile.bios28 LOAD_SEGMENT bios {
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_sunoem.c222 req->isf_datalen = sizeof (req->isf_data.bios); in ipmi_sunoem_update_fru()
H A Dlibipmi.h1860 } bios; member
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile.rules273 MAPFILE_BIOS = $(UTSBASE)/i86pc/conf/Mapfile.bios
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog610 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
2248 * stage2/bios.c (get_diskinfo_floppy): Removed.
5015 * stage2/bios.c (get_diskinfo): Don't use #ifdef for
5596 * stage2/bios.c (get_diskinfo): Check if LBA read/write
5801 * stage2/bios.c (NO_INT13_FALLBACK): Undefined.
8078 * stage2/bios.c (get_diskinfo): In LBA mode, compute
8251 * shared_src/bios.c: Moved to ...
8252 * stage2/bios.c: ... here.
8731 * shared_src/Makefile.am (EXTRA_DIST): Added bios.c.
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c2339 autoload_font(bool bios) in autoload_font() argument
2363 if (bios) { in autoload_font()
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m197 file path=usr/share/src/grub/stage2/bios.c
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th248 \ default: 0 - system will enable acpi based on bios date
/illumos-gate/exception_lists/
H A Dcstyle106 usr/src/grub/grub-0.97/stage2/bios.c
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex644 …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 Dchanges.txt13153 (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 Dpci.ids13948 # Upgrade bios to get correct ID: 5324 instead of 0581