Searched refs:bios (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-13-stable/sys/modules/bios/smapi/
H A DMakefile4 .PATH: ${SRCTOP}/sys/i386/bios
/freebsd-13-stable/sys/modules/bios/smbios/
H A DMakefile4 .PATH: ${SRCTOP}/sys/x86/bios
/freebsd-13-stable/sys/modules/bios/vpd/
H A DMakefile4 .PATH: ${SRCTOP}/sys/x86/bios
/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_flash.c53 bool bios = false; local
57 warnx("missing argument: expecting 'firmware' or bios'");
61 if (strcmp(argv[1], "bios") == 0) {
62 bios = true;
64 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
85 if ((size = mps_firmware_get(fd, &firmware_buffer, bios)) < 0) {
117 MPS_COMMAND(flash, save, flash_save, "[firmware|bios] [file]",
118 "Save firmware/bios into a file");
126 bool bios = false; local
131 warnx("missing argument: expecting 'firmware' or bios'");
[all...]
H A Dmpsutil.h129 int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
130 int mps_firmware_get(int fd, unsigned char **buf, bool bios);
H A Dmps_cmd.c470 mps_firmware_send(int fd, unsigned char *fw, uint32_t len, bool bios) argument
478 req.ImageType = bios ? MPI2_FW_DOWNLOAD_ITYPE_BIOS : MPI2_FW_DOWNLOAD_ITYPE_FW;
490 mps_firmware_get(int fd, unsigned char **firmware, bool bios) argument
500 req.ImageType = bios ? MPI2_FW_DOWNLOAD_ITYPE_BIOS : MPI2_FW_DOWNLOAD_ITYPE_FW;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c407 bsd_to_linux_termios(struct termios *bios, struct linux_termios *lios) argument
412 if (bios->c_iflag & IGNBRK)
414 if (bios->c_iflag & BRKINT)
416 if (bios->c_iflag & IGNPAR)
418 if (bios->c_iflag & PARMRK)
420 if (bios->c_iflag & INPCK)
422 if (bios->c_iflag & ISTRIP)
424 if (bios->c_iflag & INLCR)
426 if (bios->c_iflag & IGNCR)
428 if (bios
524 linux_to_bsd_termios(struct linux_termios *lios, struct termios *bios) argument
642 bsd_to_linux_termio(struct termios *bios, struct linux_termio *lio) argument
657 linux_to_bsd_termio(struct linux_termio *lio, struct termios *bios) argument
675 struct termios bios; local
[all...]
/freebsd-13-stable/stand/userboot/userboot/
H A Dbiossmap.c34 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/amd64/amd64/
H A Dbios.c34 * Subset of the i386 bios support code. We cannot make bios16 nor bios32
35 * calls, so we can leave that out. However, searching for bios rom
45 #include <machine/pc/bios.h>
/freebsd-13-stable/tools/boot/
H A Drootgen.sh95 bios=$7
123 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
134 bios=$7
162 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
173 bios=$7
202 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
254 bios=$7
284 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
295 bios=$7
326 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios}
[all...]
H A Dinstall-boot.sh366 printf 'Usage: %s -b bios [-d destdir] -f fs [-g geli] [-h] [-o optargs] -s scheme <bootdev>\n' "$0"
369 printf ' -b bios bios type: legacy, uefi or both\n'
389 bios=${OPTARG}
419 if [ -n "${scheme}" ] && [ -n "${fs}" ] && [ -n "${bios}" ]; then
442 eval boot_${geli}_${scheme}_${fs}_${bios} $dev $srcroot $opts || echo "Unsupported boot env: ${geli}-${scheme}-${fs}-${bios}"
/freebsd-13-stable/sys/dev/pci/
H A Dvga_pci.c171 volatile unsigned char *bios; local
224 bios = rman_get_virtual(res);
227 found = (bios[0] == 0x55 && bios[1] == 0xaa);
233 return (__DEVOLATILE(void *, bios));
258 bios = rman_get_virtual(res);
261 found = (bios[0] == 0x55 && bios[1] == 0xaa);
267 return (__DEVOLATILE(void *, bios));
276 vga_pci_unmap_bios(device_t dev, void *bios) argument
[all...]
/freebsd-13-stable/sys/i386/
H A DMakefile27 SI386= ${SYS}/i386/acpica/*.[ch] ${SYS}/i386/bios/*.[ch] \
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c367 * Issue one or more bios to the vdev in parallel
370 * more bios actually issued than entries in the array
376 struct bio **bios; local
385 /* How many bios are required for all commands ? */
389 /* Allocate memory for the bios */
391 bios = kmem_zalloc(bios_size, KM_SLEEP);
393 /* Prepare and issue all of the bios */
403 bios[j] = g_alloc_bio();
404 bios[j]->bio_cmd = cmds[i];
405 bios[
[all...]
/freebsd-13-stable/sys/dev/isci/
H A Disci_oem_parameters.c40 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/isa/
H A Dsyscons_isa.c48 #include <machine/pc/bios.h>
/freebsd-13-stable/stand/i386/libi386/
H A Dbiosmem.c34 #include <machine/pc/bios.h>
H A Dbiossmap.c39 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c206 * completion processing of one bio when other bios for this
1482 * a multiple bios may point to a single request. By carefully
2056 * bios (e.g. BIO_ORDERED)..
2065 struct bio *bios[XBB_MAX_SEGMENTS_PER_REQLIST]; local
2144 bio = bios[nbio++] = g_new_bio();
2188 kva_offset = (vm_offset_t)bios[bio_idx]->bio_data
2191 memcpy(bios[bio_idx]->bio_data,
2193 bios[bio_idx]->bio_bcount);
2199 bios[bio_idx]->bio_offset,
2200 bios[bio_id
[all...]
/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi_smbios.c42 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/i386/bios/
H A Dsmapi.c50 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/i386/i386/
H A Dgeode.c43 #include <machine/pc/bios.h>
281 * by the bios, see p161 in data sheet.
/freebsd-13-stable/sys/x86/bios/
H A Dsmbios.c49 #include <machine/pc/bios.h>
H A Dvpd.c54 #include <machine/pc/bios.h>
/freebsd-13-stable/sys/dev/nvdimm/
H A Dnvdimm_e820.c47 #include <machine/pc/bios.h>

Completed in 299 milliseconds

12