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

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dcyclic_impl.h52 * cyb_disable() <-- Disables the CY_HIGH_LEVEL interrupt source
126 * cyb_disable(). In either case, cyb_enable() will only be called if
143 * 5 void cyb_disable(cyb_arg_t arg)
147 * cyb_disable() should disable the CY_HIGH_LEVEL interrupt source on
152 * The only argument to cyb_disable() is a backend cookie as returned from
155 * cyb_disable() will only be called on backends which have been previously
156 * been cyb_enable()'d. cyb_disable() will be called when all cyclics have
160 * explicitly cyb_disable()'d, but to do so does not constitute fatal
161 * error. cyb_disable() is thus not required to check for a pending
170 * cyb_disable() wil
247 void (*cyb_disable)(cyb_arg_t); member in struct:cyc_backend
[all...]
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c809 be->cyb_disable(bar);

Completed in 106 milliseconds