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

/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiossmap.c44 struct smap_buf { struct
47 STAILQ_ENTRY(smap_buf) bufs;
50 #define SMAP_BUFSIZE offsetof(struct smap_buf, bufs)
59 struct smap_buf buf;
60 STAILQ_HEAD(smap_head, smap_buf) head =
62 struct smap_buf *cur, *next;

Completed in 98 milliseconds