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

1234

/freebsd-10-stable/sys/pc98/include/pc/
H A Dbios.h6 #include <i386/pc/bios.h>
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Datom-bits.h31 static inline uint8_t get_u8(void *bios, int ptr) argument
33 return ((unsigned char *)bios)[ptr];
35 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
36 #define CU8(ptr) get_u8(ctx->bios, (ptr))
37 static inline uint16_t get_u16(void *bios, int ptr) argument
39 return get_u8(bios ,ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8);
41 #define U16(ptr) get_u16(ctx->ctx->bios, (ptr))
42 #define CU16(ptr) get_u16(ctx->bios, (ptr))
43 static inline uint32_t get_u32(void *bios, in argument
[all...]
H A Dradeon_bios.c43 * part of the system bios. On boot, the system bios puts a
50 uint8_t __iomem *bios; local
63 rdev->bios = NULL;
77 bios = bios_map.handle;
79 DRM_INFO("%s: Map address: %p (%ju bytes)\n", __func__, bios, (uintmax_t)size);
81 if (size == 0 || bios[0] != 0x55 || bios[1] != 0xaa) {
86 __func__, bios[0], bios[
104 uint8_t __iomem *bios; local
156 radeon_atrm_call(ACPI_HANDLE atrm_handle, uint8_t *bios, int offset, int len) argument
[all...]
/freebsd-10-stable/sys/modules/bios/smbios/
H A DMakefile4 .PATH: ${.CURDIR}/../../../x86/bios
/freebsd-10-stable/sys/modules/bios/vpd/
H A DMakefile4 .PATH: ${.CURDIR}/../../../x86/bios
/freebsd-10-stable/sys/i386/bios/
H A Dapm.c47 #include <machine/pc/bios.h>
61 #include <i386/bios/apm.h>
175 u_int apm_func = sc->bios.r.eax & 0xff;
185 set_bios_selectors(&sc->bios.seg, BIOSCODE_FLAG | BIOSDATA_FLAG);
186 if (bios32_apm98(&sc->bios.r, sc->bios.entry,
191 set_bios_selectors(&sc->bios.seg,
193 errno = bios32(&sc->bios.r,
194 sc->bios.entry, GSEL(GBIOSCODE32_SEL, SEL_KPL));
196 errno = bios16(&sc->bios, NUL
[all...]
/freebsd-10-stable/sys/modules/bios/smapi/
H A DMakefile4 .PATH: ${.CURDIR}/../../../i386/bios
/freebsd-10-stable/sys/modules/digi/digi_CX/
H A DMakefile5 SRCS= CX.c CX.bios.h CX.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_CX_PCI/
H A DMakefile5 SRCS= CX_PCI.c CX_PCI.bios.h CX_PCI.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_EPCX/
H A DMakefile5 SRCS= EPCX.c EPCX.bios.h EPCX.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_EPCX_PCI/
H A DMakefile5 SRCS= EPCX_PCI.c EPCX_PCI.bios.h EPCX_PCI.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_Xe/
H A DMakefile5 SRCS= Xe.c Xe.bios.h Xe.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_Xem/
H A DMakefile5 SRCS= Xem.c Xem.bios.h Xem.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/digi/digi_Xr/
H A DMakefile5 SRCS= Xr.c Xr.bios.h Xr.fepos.h digi_mod.h
/freebsd-10-stable/sys/modules/apm/
H A DMakefile3 .PATH: ${.CURDIR}/../../i386/bios
/freebsd-10-stable/usr.sbin/mpsutil/
H A Dmps_flash.c52 bool bios = false; local
56 warnx("missing argument: expecting 'firmware' or bios'");
60 if (strcmp(argv[1], "bios") == 0) {
61 bios = true;
63 warnx("Invalid argument '%s', expecting 'firmware' or 'bios'",
84 if ((size = mps_firmware_get(fd, &firmware_buffer, bios)) < 0) {
114 MPS_COMMAND(flash, save, flash_save, "[firmware|bios] [file]",
115 "Save firmware/bios into a file");
123 bool bios = false; local
128 warnx("missing argument: expecting 'firmware' or bios'");
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c395 bsd_to_linux_termios(struct termios *bios, struct linux_termios *lios) argument
403 bios->c_iflag, bios->c_oflag, bios->c_cflag, bios->c_lflag,
404 bios->c_ispeed, bios->c_ospeed);
407 printf("%02x ", bios->c_cc[i]);
413 if (bios->c_iflag & IGNBRK)
415 if (bios
536 linux_to_bsd_termios(struct linux_termios *lios, struct termios *bios) argument
678 bsd_to_linux_termio(struct termios *bios, struct linux_termio *lio) argument
692 linux_to_bsd_termio(struct linux_termio *lio, struct termios *bios) argument
710 struct termios bios; local
[all...]
/freebsd-10-stable/sys/dev/digi/
H A DCX.c36 #include <dev/digi/CX.bios.h>
H A DCX_PCI.c36 #include <dev/digi/CX_PCI.bios.h>
H A DEPCX.c36 #include <dev/digi/EPCX.bios.h>
H A DEPCX_PCI.c36 #include <dev/digi/EPCX_PCI.bios.h>
H A DXe.c36 #include <dev/digi/Xe.bios.h>
H A DXem.c36 #include <dev/digi/Xem.bios.h>
H A DXr.c36 #include <dev/digi/Xr.bios.h>
/freebsd-10-stable/sys/dev/syscons/apm/
H A Dapm_saver.c48 #include <machine/pc/bios.h>
50 #include <i386/bios/apm.h>

Completed in 101 milliseconds

1234