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

/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c82 c->call_on_msig = 0;
601 if (c->call_on_msig)
602 c->call_on_msig (c);
639 c->call_on_msig = func;
H A Dcxddk.h348 void (*call_on_msig) (struct _cx_chan_t*); member in struct:_cx_chan_t
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c79 c->call_on_msig = 0;
938 if (c->call_on_msig)
939 c->call_on_msig (c);
1161 c->call_on_msig = func;
H A Dctddk.h426 void (*call_on_msig) (struct _ct_chan_t*); member in struct:_ct_chan_t

Completed in 121 milliseconds