Searched refs:attach_fn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1693 task_fn_t *detach_fn, *attach_fn; local
1747 attach_fn = vmbus_prichan_attach_task;
1751 attach_fn = vmbus_subchan_attach_task;
1754 TASK_INIT(&chan->ch_attach_task, 0, attach_fn, chan);

Completed in 221 milliseconds