Searched defs:bios (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A D__init__.py59 from bootmgmt.backend.fw import bios namespace
60 return bios.firmware_backend()('bios')
/osnet-11/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c95 void *stbuf, *bios, *p, *q; local
97 bios = mmap(NULL, SMB_RANGE_LIMIT - SMB_RANGE_START + 1,
100 if (bios == MAP_FAILED)
103 q = (void *)((uintptr_t)bios + SMB_RANGE_LIMIT - SMB_RANGE_START + 1);
105 for (p = bios; p < q; p = (void *)((uintptr_t)p + 16)) {
111 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1);
118 (void) munmap(bios, SMB_RANGE_LIMIT - SMB_RANGE_START + 1);
124 bios = mmap(NULL, ep->smbe_stlen + pgoff,
127 if (bios == MAP_FAILED)
131 (void) munmap(bios, e
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c712 grub_efi_bios_device_path_t bios; local
713 grub_memcpy (&bios, dp, sizeof (bios));
715 (unsigned) bios.device_type,
716 (unsigned) bios.status_flags,
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2901 uefi_bios_device_path_t *bios = local
2906 if (bios->device_type < 7) {
2907 (void) strcpy(type, type_str[bios->device_type]);
2909 (void) sprintf(type, "0x%x", bios->device_type);
2913 bios->desc_str, bios->status_flag);
/osnet-11/usr/src/lib/libipmi/common/
H A Dlibipmi.h1839 } bios; member in union:ipmi_sunoem_fru::__anon1785

Completed in 66 milliseconds