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

/freebsd-10.2-release/sys/dev/sym/
H A Dsym_fw.h58 /* $FreeBSD: releng/10.2/sys/dev/sym/sym_fw.h 179029 2008-05-15 20:27:18Z marius $ */
137 struct sym_fw { struct
148 void (*setup)(struct sym_hcb *, const struct sym_fw *);
H A Dsym_hipd.c119 #include <dev/sym/sym_fw.h>
1597 void (*fw_setup)(hcb_p np, const struct sym_fw *fw);
1912 sym_fw_setup_bus_addresses(hcb_p np, const struct sym_fw *fw)
1941 sym_fw1_setup(hcb_p np, const struct sym_fw *fw)
1963 sym_fw2_setup(hcb_p np, const struct sym_fw *fw)
1984 static const struct sym_fw sym_fw1 = SYM_FW_ENTRY(sym_fw1, "NCR-generic");
1986 static const struct sym_fw sym_fw2 = SYM_FW_ENTRY(sym_fw2, "LOAD/STORE-based");
1991 static const struct sym_fw *
8412 const struct sym_fw *fw = NULL;

Completed in 82 milliseconds