Searched refs:events (Results 201 - 225 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr_queue.c99 #include <events.h>
H A Dqmgr_transport.c86 #include <events.h>
247 * Disable further read events that end up calling this function, and
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr.c95 /* trigger events, or it waits for a timer to go off. A trigger
386 #include <events.h>
H A Dqmgr_deliver.c62 #include <events.h>
H A Dqmgr_entry.c96 #include <events.h>
H A Dqmgr_queue.c105 #include <events.h>
H A Dqmgr_transport.c91 #include <events.h>
252 * Disable further read events that end up calling this function, and
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dtransport.c72 #include <events.h>
H A Dtrivial-rewrite.c293 #include <events.h>
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dnbbio.c56 /* I/O on a full-duplex stream. Read/write events are handled
57 /* by pseudothreads that run under control by the events(5)
62 /* events as appropriate. It is an error to leave read events
63 /* enabled for a buffer that is full, or to leave write events
120 /* events(3) event manager
149 #include <events.h>
274 * Enable events.
301 * Enable events.
308 /* nbbio_disable_readwrite - disable read/write/timer events */
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl111 proc pt::peg::from::peg::CHAN::watch {c events} {}
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.h252 task_events_info_data_t events; member in struct:libtop_psamp_s
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.h162 #define CPUID_MWAIT_BREAK _Bit(1) /* interrupts are break events */
282 uint32_t events; member in struct:__anon15251
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Dapi.c360 if (!QUEUE_INIT(emitter, emitter->events, INITIAL_QUEUE_SIZE))
374 QUEUE_DEL(emitter, emitter->events);
393 while (!QUEUE_EMPTY(emitter, emitter->events)) {
394 yaml_event_delete(&DEQUEUE(emitter, emitter->events));
396 QUEUE_DEL(emitter, emitter->events);
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL483 The main advantages that it provides are easy dispatching of events the right
486 will pass along events that they aren't implementing to handlers downstream
492 inherit from this module, and define the events you want to handle. A
497 attention to is B<NOT> to call events yourself (this applies to Filters
515 user hasn't requested events on a specific handler, and if not on the
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.i90 reserved events.
313 // An IDH will often have to post events from at interrupt time. Since memory
331 // For kIDHEventDeviceAdded or kIDHEventDeviceRemoved events.
422 ComponentResult IDHNotifyMeWhen(ComponentInstance idh, IDHNotificationID notificationID, IDHEvent events) = ComponentCall(11);
H A DIsochComponentsRef131 #define kIDHDeviceIDType 'dvid' /* UInt32 - contains the device ID referenced in notification events */
495 based on device events.
519 events occur, the client will be notified through his notification function. NOTE: This function is
524 IDHEvent events)
532 events - one or more flags that the client uses to specify the device events of interest
/macosx-10.9.5/cups-372.4/cups/test/
H A D4.2-cups-printer-ops.test109 ATTR keyword notify-events printer-added,printer-modified,printer-deleted
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_true.c137 const char *events[] = {"Init", "Huh", "F18", "F50", "F51", "Satellite", variable
139 #define eventStr(x) (((int)x<(int)e_Max) ? events[(int)x] : "?")
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgdb.vim62 syn match gdbSet "\<stop-on-solib-events\>"
H A Dmatlab.vim23 syn keyword matlabOO classdef properties events methods
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DInflateColumn.pm53 For example, if you have a table C<events> with a timestamp field
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c73 OSErr (*fDVNotifyMeWhen)( DVDeviceRefNum refNum, DVNotificationID notifyID, UInt32 events);
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLibPrivate.h109 * @abstract Filename of the scheduled power events file.
119 * types to pass as Repeating events.
136 * types to pass as Repeating events.
152 * @discussion i.e. this notify(3) notification fires every time the list of scheduled power events changes.
1034 * @functiongroup Repeating power events
1065 * @discussion Private API to only be used by Energy Saver preferences panel. Note that repeating sleep & wakeup events are valid together,
1066 * and shutdown & power on events are valid together, but you cannot mix sleep & power on, or shutdown & wakeup events.
1067 * Every time you call IOPMSchedueRepeatingPowerEvent, we will cancel all previously scheduled repeating events of that type, and any
1068 * scheduled repeating events o
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbyname_test.c42 #include <dns/events.h>
147 * And ADB isn't going to send us any events

Completed in 157 milliseconds

1234567891011>>