Lines Matching refs:obj
30 void tc_unattached_src_entry(void *obj) in tc_unattached_src_entry() argument
35 void tc_unattached_src_run(void *obj) in tc_unattached_src_run() argument
37 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_src_run()
71 void tc_unattached_wait_src_entry(void *obj) in tc_unattached_wait_src_entry() argument
73 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_entry()
87 void tc_unattached_wait_src_run(void *obj) in tc_unattached_wait_src_run() argument
89 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_run()
98 void tc_unattached_wait_src_exit(void *obj) in tc_unattached_wait_src_exit() argument
100 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_exit()
122 void tc_attach_wait_src_entry(void *obj) in tc_attach_wait_src_entry() argument
124 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_entry()
132 void tc_attach_wait_src_run(void *obj) in tc_attach_wait_src_run() argument
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_run()
175 void tc_attach_wait_src_exit(void *obj) in tc_attach_wait_src_exit() argument
177 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_exit()
220 void tc_attached_src_entry(void *obj) in tc_attached_src_entry() argument
222 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_entry()
267 void tc_attached_src_run(void *obj) in tc_attached_src_run() argument
269 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_run()
299 void tc_attached_src_exit(void *obj) in tc_attached_src_exit() argument
301 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_exit()
334 void tc_cc_rp_entry(void *obj) in tc_cc_rp_entry() argument
336 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rp_entry()