Searched refs:enable (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONotifier.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
42 @discussion IOService notification requests are represented as implementations of the IONotifier object. It defines methods to enable, disable and remove notification requests. These actions are synchronized with invocations of the notification handler, so removing a notification request will guarantee the handler is not being executed. */
59 @result Returns the previous enable state of the IONotifier. */
63 /*! @function enable
64 @abstract Sets the enable state of the notification request.
65 @discussion Restores the enable state of the notification request, given the previous state passed in.
66 @param was The enable state of the notifier to restore. */
68 virtual void enable( bool was ) = 0;
H A DIOCommandGate.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
130 work-loop event sources. If the command is disabled the attempt to run a command will be stalled until enable is called.
147 work-loop event sources. If the command is disabled the attempt to run a command will be stalled until enable is called.
207 @discussion When a command gate is disabled all future calls to runAction and runCommand will stall until the gate is enable()d later. This can be used to block client threads when a system sleep is requested. The IOWorkLoop thread itself will never stall, even when making runAction/runCommand calls. This call must be made from a gated context, to clear potential race conditions. */
210 /*! @function enable
213 virtual void enable();
H A DIOEventSource.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
209 /*! @function enable
214 virtual void enable();
223 @abstract Get'ter for $link enable variable.
H A DIOInterruptEventSource.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
57 Warning: All IOInterruptEventSources are created in the disabled state. If you want to actually schedule interrupt delivery do not forget to enable the source.
143 /*! @function enable
148 virtual void enable();
H A DIOTimerEventSource.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
67 /*! @var abstime time to wake up next, see enable. */
125 /*! @function enable
127 @discussion Allows the action function to be called. If the timer event source was disabled while a call was outstanding and the call wasn't cancelled then it will be rescheduled. So a disable/enable pair will disable calls from this event source. */
128 virtual void enable();
132 @discussion When disable returns the action will not be called until the next time enable(qv) is called. */
H A DIOCPU.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
92 virtual void enableCPUTimeBase(bool enable);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_cpu.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
70 #pragma mark **** interrupts enable/disable ****
79 chudxnu_set_interrupts_enabled(boolean_t enable) argument
81 return ml_set_interrupts_enabled(enable);
96 #pragma mark **** preemption enable/disable ****
H A Dchud_xnu.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
105 extern kern_return_t chudxnu_enable_cpu(int cpu, boolean_t enable);
108 extern boolean_t chudxnu_set_interrupts_enabled(boolean_t enable);
240 extern kern_return_t chudxnu_enable_cpu_nap(int cpu, boolean_t enable);
254 extern kern_return_t chudxnu_passup_alignment_exceptions(boolean_t enable);
260 extern void chudxnu_enable_caches(boolean_t enable);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dpci_device.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
81 unsigned char enable; member in struct:__anon43::__anon44
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/i386/
H A Dtext_console.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
40 void tc_enable(boolean_t enable);
H A Dtext_console.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
166 set_cursor_enable( boolean_t enable )
170 (enable == TRUE ? VGA_CURSOR_ON : 0));
394 tc_enable(__unused boolean_t enable) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dast.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
95 boolean_t enable
144 ml_set_interrupts_enabled(enable);
178 ml_set_interrupts_enabled(enable);
H A Dast.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
127 boolean_t enable);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOInterruptEventSource.cpp10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
147 void IOInterruptEventSource::enable() function in class:IOInterruptEventSource
197 enable();
209 enable();
H A DIOServicePrivate.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
97 virtual void enable( bool was );
119 virtual void enable( bool was );
H A DIOEventSource.cpp10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
93 void IOEventSource::enable() function in class:IOEventSource
H A DIOCommandGate.cpp10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
75 /* virtual */ void IOCommandGate::enable() function in class:IOCommandGate
79 super::enable();
H A DIOTimerEventSource.cpp10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
187 void IOTimerEventSource::enable() function in class:IOTimerEventSource
189 super::enable();
191 super::disable(); // Problem re-scheduling timeout ignore enable
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_cpu_i386.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
45 #pragma mark **** cpu enable/disable ****
51 kern_return_t chudxnu_enable_cpu(int cpu, boolean_t enable) argument
64 if(enable) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
46 boolean_t enable);
62 typedef void (*time_base_enable_t)(cpu_id_t cpu_id, boolean_t enable);
78 int enable);
H A Dhw_lock.s10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
198 lis r0,hi16(MASK(MSR_VEC)) ; Get vector enable
200 ori r0,r0,lo16(MASK(MSR_FP)) ; Get FP enable
234 b lockspin1 ; Now that we've opened an enable window, keep trying...
275 b epStart ; Go enable preemption...
300 b epStart ; Go enable preemption...
340 lis r0,hi16(MASK(MSR_VEC)) ; Get vector enable
342 ori r0,r0,lo16(MASK(MSR_FP)) ; Get FP enable
376 b mbitspin0 ; Now that we have opened an enable windo
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_asm.s10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
47 lis r2,hi16(MASK(MSR_VEC)) ; Get the vector enable
78 lis r2,hi16(MASK(MSR_VEC)) ; Get the vector enable
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
72 boolean_t ml_set_interrupts_enabled(boolean_t enable);
84 typedef void (*time_base_enable_t)(cpu_id_t cpu_id, boolean_t enable);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
121 virtual bool setMemoryEnable( bool enable );
122 virtual bool setIOEnable( bool enable, bool exclusive = false );
123 virtual bool setBusMasterEnable( bool enable );
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
132 void (*enable)(boolean_t enable); member in struct:__anon690
257 static void gc_enable(boolean_t enable);
351 gc_enable( boolean_t enable )
361 if ( enable == FALSE )
367 gc_ops.enable(FALSE);
400 if ( enable )
453 gc_ops.enable(TRU
1650 vc_enable(boolean_t enable) argument
2076 vc_progress_set(boolean_t enable, uint32_t vc_delay) argument
[all...]

Completed in 99 milliseconds

12