Home
last modified time | relevance | path

Searched refs:ct_synch_setup (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ct/
HDctvar.h111 void (*ct_synch_setup)(struct ct_softc *, struct targ_info *); member
HDct_isa.c247 ct->ct_synch_setup = bshw_synch_setup; in ct_isa_attach()
HDct.c572 if (ct->ct_synch_setup != 0) in ct_msg()
573 (*ct->ct_synch_setup) (ct, ti); in ct_msg()