Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbiossmap.c41 struct smap_buf { struct
44 STAILQ_ENTRY(smap_buf) bufs; argument
47 #define SMAP_BUFSIZE offsetof(struct smap_buf, bufs)
56 struct smap_buf buf; in bios_getsmap()
57 STAILQ_HEAD(smap_head, smap_buf) head = in bios_getsmap()
59 struct smap_buf *cur, *next; in bios_getsmap()