SLIST_HEAD
#undef SLIST_HEAD
#define SLIST_HEAD(name, type) \
static SLIST_HEAD(, pfstab) table;
static SLIST_HEAD(,logpage_function) logpages;
static SLIST_HEAD (, amdvi_domain) dom_head;
extern SLIST_HEAD(uart_devinfo_list, uart_devinfo) uart_sysdevs;
static SLIST_HEAD(, nvmf_transport) nvmf_transports[NVMF_TRTYPE_TCP + 1];
extern SLIST_HEAD(uart_devinfo_list, uart_devinfo) uart_sysdevs;
static SLIST_HEAD(, vmmdev_softc) head;
static SLIST_HEAD(, exec_args_kva) exec_args_kva_freelist;
#define SLIST_HEAD(name, type) \
static SLIST_HEAD(ignhead, ignentry) ignores;
static SLIST_HEAD(, idtab) idlist;
static SLIST_HEAD(, if_stat) curlist;
static SLIST_HEAD(, iosched_stat) curlist;
static SLIST_HEAD(, cmdentry) commands;
static SLIST_HEAD(envhead, env) envhead;
extern SLIST_HEAD(cputype_head, cputype) cputype;
extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
extern SLIST_HEAD(opt_list_head, opt_list) otab;