Home
last modified time | relevance | path

Searched refs:smapi_bios_header (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/i386/bios/
H A Dsmapi.c58 #define RES2HDR(res) ((struct smapi_bios_header *)rman_get_virtual(res))
59 #define ADDR2HDR(addr) ((struct smapi_bios_header *)BIOS_PADDRTOVADDR(addr))
69 struct smapi_bios_header *header;
90 static int smapi_header_cksum(struct smapi_bios_header *);
107 sizeof(struct smapi_bios_header)); in smapi_ioctl()
123 smapi_header_cksum (struct smapi_bios_header *header) in smapi_header_cksum()
211 sc->header = (struct smapi_bios_header *)rman_get_virtual(sc->res); in smapi_attach()
/freebsd-14.2/sys/i386/include/
H A Dsmapi.h37 struct smapi_bios_header { struct
88 #define SMAPIOGHEADER _IOR('$', 0, struct smapi_bios_header)