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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c38 * The basic data structure for an event channel is of type evch_chan_t.
306 evch_chan_t *chp;
363 kmem_free(chp, sizeof (evch_chan_t));
800 return (strcmp(((evch_chan_t *)ep)->ch_name, s));
966 evch_chan_t *chp = (evch_chan_t *)ch;
1027 evch_chan_t *chp;
1056 evch_chan_t *p;
1070 if ((p = (evch_chan_t *)evch_dl_search(&eg->evch_list, evch_namecmp,
1082 p = kmem_zalloc(sizeof (evch_chan_t), KM_SLEE
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h399 } evch_chan_t; typedef in typeref:struct:__anon9095
406 evch_chan_t *bd_channel;

Completed in 157 milliseconds