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

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h53 * cyb_disable() <-- Disables the CY_HIGH_LEVEL interrupt source
132 * cyb_disable(). In either case, cyb_enable() will only be called if
149 * 5 void cyb_disable(cyb_arg_t arg)
153 * cyb_disable() should disable the CY_HIGH_LEVEL interrupt source on
158 * The only argument to cyb_disable() is a backend cookie as returned from
161 * cyb_disable() will only be called on backends which have been previously
162 * been cyb_enable()'d. cyb_disable() will be called when all cyclics have
166 * explicitly cyb_disable()'d, but to do so does not constitute fatal
167 * error. cyb_disable() is thus not required to check for a pending
176 * cyb_disable() wil
414 void (*cyb_disable)(cyb_arg_t); member in struct:cyc_backend
[all...]

Completed in 83 milliseconds