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

123

/freebsd-current/sys/modules/bios/smapi/
H A DMakefile3 .PATH: ${SRCTOP}/sys/i386/bios
/freebsd-current/sys/modules/bios/vpd/
H A DMakefile3 .PATH: ${SRCTOP}/sys/x86/bios
/freebsd-current/stand/i386/loader/
H A Dgfx_bios.c9 * want, two versions of the bios loader: one with graphics support and one
26 void autoload_font(bool bios);
29 autoload_font(bool bios) argument
H A DMakefile77 HELP_FILENAME= loader.help.bios
/freebsd-current/usr.sbin/mpsutil/
H A Dmps_flash.c51 bool bios = false; local
55 warnx("missing argument: expecting 'firmware' or bios'");
59 if (strcmp(argv[1], "bios") == 0) {
60 bios = true;
62 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
83 if ((size = mps_firmware_get(fd, &firmware_buffer, bios)) < 0) {
115 MPS_COMMAND(flash, save, flash_save, "[firmware|bios] [file]",
116 "Save firmware/bios into a file");
124 bool bios = false; local
129 warnx("missing argument: expecting 'firmware' or bios'");
[all...]
H A Dmpsutil.h127 int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
128 int mps_firmware_get(int fd, unsigned char **buf, bool bios);
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c388 bsd_to_linux_termios(struct termios *bios, struct linux_termios *lios) argument
393 if (bios->c_iflag & IGNBRK)
395 if (bios->c_iflag & BRKINT)
397 if (bios->c_iflag & IGNPAR)
399 if (bios->c_iflag & PARMRK)
401 if (bios->c_iflag & INPCK)
403 if (bios->c_iflag & ISTRIP)
405 if (bios->c_iflag & INLCR)
407 if (bios->c_iflag & IGNCR)
409 if (bios
505 linux_to_bsd_termios(struct linux_termios *lios, struct termios *bios) argument
623 bsd_to_linux_termio(struct termios *bios, struct linux_termio *lio) argument
638 linux_to_bsd_termio(struct linux_termio *lio, struct termios *bios) argument
656 struct termios bios; local
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_ns.c399 TAILQ_HEAD(, bio) bios;
404 TAILQ_INIT(&bios);
405 TAILQ_CONCAT(&bios, &ns->pending_bios, bio_queue);
408 while (!TAILQ_EMPTY(&bios)) {
409 bio = TAILQ_FIRST(&bios);
410 TAILQ_REMOVE(&bios, bio, bio_queue);
418 TAILQ_HEAD(, bio) bios;
435 TAILQ_INIT(&bios);
436 TAILQ_CONCAT(&bios, &ns->pending_bios, bio_queue);
439 while (!TAILQ_EMPTY(&bios)) {
[all...]
/freebsd-current/tools/boot/
H A Drootgen.sh108 bios=$7
130 bios=$7
153 bios=$7
212 bios=$7
239 bios=$7
259 bios=$7
286 bios=$7
309 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios} -d ${src} ${md}
320 bios=$7
343 ${SRCTOP}/tools/boot/install-boot.sh -g ${geli} -s ${scheme} -f ${fs} -b ${bios}
[all...]
H A Dinstall-boot.sh355 printf 'Usage: %s -b bios [-d destdir] -f fs [-g geli] [-h] [-o optargs] -s scheme <bootdev>\n' "$0"
358 printf ' -b bios bios type: legacy, uefi or both\n'
378 bios=${OPTARG}
408 if [ -n "${scheme}" ] && [ -n "${fs}" ] && [ -n "${bios}" ]; then
428 eval boot_${geli}_${scheme}_${fs}_${bios} $dev $srcroot $opts || echo "Unsupported boot env: ${geli}-${scheme}-${fs}-${bios}"
/freebsd-current/sys/amd64/amd64/
H A Dbios.c32 * Subset of the i386 bios support code. We cannot make bios16 nor bios32
33 * calls, so we can leave that out. However, searching for bios rom
43 #include <machine/pc/bios.h>
/freebsd-current/stand/userboot/userboot/
H A Dbiossmap.c31 #include <machine/pc/bios.h>
/freebsd-current/tests/ci/
H A DMakefile.aarch6412 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm64/u-boot.bin -cpu cortex-a57
H A DMakefile.armv712 QEMU_EXTRA_PARAM=-bios /usr/local/share/u-boot/u-boot-qemu-arm/u-boot.bin
H A DMakefile.riscv6412 QEMU_EXTRA_PARAM=-bios /usr/local/share/opensbi/lp64/generic/firmware/fw_jump.elf -kernel /usr/local/share/u-boot/u-boot-qemu-riscv64/u-boot.bin
/freebsd-current/sys/dev/pci/
H A Dvga_pci.c169 volatile unsigned char *bios; local
222 bios = rman_get_virtual(res);
225 found = (bios[0] == 0x55 && bios[1] == 0xaa);
231 return (__DEVOLATILE(void *, bios));
255 bios = rman_get_virtual(res);
258 found = (bios[0] == 0x55 && bios[1] == 0xaa);
264 return (__DEVOLATILE(void *, bios));
272 vga_pci_unmap_bios(device_t dev, void *bios) argument
[all...]
/freebsd-current/sys/i386/
H A DMakefile25 SI386= ${SYS}/i386/acpica/*.[ch] ${SYS}/i386/bios/*.[ch] \
/freebsd-current/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
389 /* How many bios are required for all commands ? */
393 /* Allocate memory for the bios */
395 bios = kmem_zalloc(bios_size, KM_SLEEP);
397 /* Prepare and issue all of the bios */
407 bios[j] = g_alloc_bio();
408 bios[j]->bio_cmd = cmds[i];
409 bios[
[all...]
/freebsd-current/sys/dev/isci/
H A Disci_oem_parameters.c38 #include <machine/pc/bios.h>
/freebsd-current/sys/isa/
H A Dsyscons_isa.c46 #include <machine/pc/bios.h>
H A Dvga_isa.c53 #include <machine/pc/bios.h>
/freebsd-current/sys/dev/ipmi/
H A Dipmi_smbios.c41 #include <machine/pc/bios.h>
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Dload_addr.c27 #include <machine/pc/bios.h>
/freebsd-current/stand/i386/libi386/
H A Dbiosmem.c31 #include <machine/pc/bios.h>
H A Dbiossmap.c36 #include <machine/pc/bios.h>

Completed in 313 milliseconds

123