Searched defs:cyb_enable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h52 * cyb_enable() <-- Enables the CY_HIGH_LEVEL interrupt source
118 * 4 void cyb_enable(cyb_arg_t arg)
122 * cyb_enable() should enable the CY_HIGH_LEVEL interrupt source on
127 * The only argument to cyb_enable() is a backend cookie as returned from
130 * cyb_enable() will only be called if a) the specified backend has never
132 * cyb_disable(). In either case, cyb_enable() will only be called if
134 * to the specified backend. cyb_enable() will be called before
138 * explicitly cyb_enable()'d, but to do so does not constitute fatal error.
146 * cyb_enable() will only be called from CY_HIGH_LEVEL context on the CPU
162 * been cyb_enable()'
413 void (*cyb_enable)(cyb_arg_t); member in struct:cyc_backend
[all...]

Completed in 58 milliseconds