Lines Matching refs:s
32 #define SYM_GEN_FW_A(s) \ argument
33 SYM_GEN_A(s, start) SYM_GEN_A(s, getjob_begin) \
34 SYM_GEN_A(s, getjob_end) \
35 SYM_GEN_A(s, select) SYM_GEN_A(s, wf_sel_done) \
36 SYM_GEN_A(s, send_ident) \
37 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
38 SYM_GEN_A(s, clrack) SYM_GEN_A(s, complete_error) \
39 SYM_GEN_A(s, done) SYM_GEN_A(s, done_end) \
40 SYM_GEN_A(s, idle) SYM_GEN_A(s, ungetjob) \
41 SYM_GEN_A(s, reselect) \
42 SYM_GEN_A(s, resel_tag) SYM_GEN_A(s, resel_dsa) \
43 SYM_GEN_A(s, resel_no_tag) \
44 SYM_GEN_A(s, data_in) SYM_GEN_A(s, data_in2) \
45 SYM_GEN_A(s, data_out) SYM_GEN_A(s, data_out2) \
46 SYM_GEN_A(s, pm0_data) SYM_GEN_A(s, pm1_data)
51 #define SYM_GEN_FW_B(s) \ argument
52 SYM_GEN_B(s, no_data) \
53 SYM_GEN_B(s, sel_for_abort) SYM_GEN_B(s, sel_for_abort_1) \
54 SYM_GEN_B(s, msg_bad) SYM_GEN_B(s, msg_weird) \
55 SYM_GEN_B(s, wdtr_resp) SYM_GEN_B(s, send_wdtr) \
56 SYM_GEN_B(s, sdtr_resp) SYM_GEN_B(s, send_sdtr) \
57 SYM_GEN_B(s, ppr_resp) SYM_GEN_B(s, send_ppr) \
58 SYM_GEN_B(s, nego_bad_phase) \
59 SYM_GEN_B(s, ident_break) SYM_GEN_B(s, ident_break_atn) \
60 SYM_GEN_B(s, sdata_in) SYM_GEN_B(s, resel_bad_lun) \
61 SYM_GEN_B(s, bad_i_t_l) SYM_GEN_B(s, bad_i_t_l_q) \
62 SYM_GEN_B(s, wsr_ma_helper)
67 #define SYM_GEN_FW_Z(s) \ argument
68 SYM_GEN_Z(s, snooptest) SYM_GEN_Z(s, snoopend)
74 #define SYM_GEN_A(s, label) s label; argument
75 #define SYM_GEN_B(s, label) s label; argument
76 #define SYM_GEN_Z(s, label) s label; argument
187 #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A | offsetof(s, label)) argument
188 #define SYM_GEN_PADDR_B(s, label) (RELOC_LABEL_B | offsetof(s, label)) argument