Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-all.c65 static void ata_conn_event(void *context, int dummy);
112 TASK_INIT(&ch->conntask, 0, ata_conn_event, dev); in ata_attach()
258 ata_conn_event(void *context, int dummy) in ata_conn_event() function