Searched refs:sym_hcb (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sym/ |
H A D | sym_fw.h | 133 struct sym_hcb; 149 void (*setup)(struct sym_hcb *, const struct sym_fw *); 150 void (*patch)(struct sym_hcb *); 198 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) 200 (offsetof(struct sym_hcb, label)+(ofs)))
|
H A D | sym_fw2.h | 1228 SCR_SEL_TBL_ATN ^ offsetof (struct sym_hcb, abrt_sel), 1250 offsetof (struct sym_hcb, abrt_tbl), 1852 offsetof(struct sym_hcb, cache), 1857 offsetof(struct sym_hcb, cache), 1862 offsetof(struct sym_hcb, cache),
|
H A D | sym_fw1.h | 1367 SCR_SEL_TBL_ATN ^ offsetof (struct sym_hcb, abrt_sel), 1389 offsetof (struct sym_hcb, abrt_tbl),
|
H A D | sym_hipd.c | 1029 typedef struct sym_hcb *hcb_p; 1446 struct sym_hcb { struct 1696 #define HCB_BA(np, lbl) (np->hcb_ba + offsetof(struct sym_hcb, lbl)) argument 8385 struct sym_hcb *np = NULL;
|