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

/netbsd-current/sys/dev/hyperv/
H A Dvmbusvar.h119 void (*ch_handler)(void *); member in struct:vmbus_channel
H A Dvmbus.c1479 ch->ch_handler = handler;
1489 ch->ch_handler = NULL;
1594 ch->ch_handler(ch->ch_ctx);
1618 if (ch->ch_handler) {
1623 ch->ch_handler(ch->ch_ctx);

Completed in 176 milliseconds