Searched refs:events (Results 1 - 25 of 389) sorted by last modified time

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c535 my_pollfd.events = (POLLIN | POLLPRI);
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c682 capp->events = reg[ebx];
692 DBG(" events : %d\n", capp->events);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h245 #define SOF_CLOSEWAIT 0x10 /* blocked in close awaiting some events */
301 struct klist so_klist; /* klist for EV_SOCK events */
369 /* Flags returned in data field for EVFILT_SOCK events. */
549 /* Mask for hints that have corresponding kqueue events */
665 extern int sopoll(struct socket *so, int events, struct ucred *cred, void *wql);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_socket2.c2075 pru_sopoll_notsupp(struct socket *so, int events, kauth_cred_t cred, void *wql) argument
2077 #pragma unused(so, events, cred, wql)
2453 "euuid %s%s has %d redundant events supressed\n",
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c531 cpu_arch_perf, "I", "Number of monitoring events");
533 SYSCTL_PROC(_machdep_cpu_arch_perf, OID_AUTO, events,
535 (void *)offsetof(cpuid_arch_perf_leaf_t, events),
537 cpu_arch_perf, "I", "Bit vector of events");
/macosx-10.9.5/CF-855.17/
H A DCFStreamInternal.h61 void (*requestEvents)(struct _CFStream *stream, CFOptionFlags events, void *info);
H A DCFStreamPriv.h67 void (*requestEvents)(struct _CFStream *stream, CFOptionFlags events, void *info);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c349 LIST_HEAD(, externalevent) events;
499 LIST_HEAD(, externalevent) events;
700 /* The job is responsible for monitoring external events for this
704 // The event monitor job has retrieved the initial list of events.
1479 while ((eei = LIST_FIRST(&j->events))) {
6172 /* TODO: Coalesce external events and semaphore items, since they're basically
6176 LIST_FOREACH(ei, &j->events, job_le) {
7415 * safely handle the following sequence of events.
7508 * External events need to be tracked.
7509 * Internal events d
10689 xpc_object_t events = NULL; local
10824 xpc_object_t events = xpc_array_create(NULL, 0); local
[all...]
/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/lukemftp-13.92.1/tnftp/src/
H A Dftp.c534 pfd[nfd++].events = POLLIN;
539 pfd[nfd++].events = POLLIN;
1691 pfd[0].events = POLLIN;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DBonjourEvents.c31 static const char* sPluginIdentifier = "com.apple.bonjour.events";
87 CFMutableDictionaryRef _onAddEvents; // A Dictionary of Event Dictionaries that describe events to trigger on a service appearing.
88 CFMutableDictionaryRef _onRemoveEvents; // A Dictionary of Event Dictionaries that describe events to trigger on a service disappearing.
319 fprintf(stderr, "%s:%s failed to register for launch events.\n", sPluginIdentifier, __FUNCTION__);
400 fprintf(stderr, "%s:%s a LaunchEvent is missing both onAdd and onRemove events\n", sPluginIdentifier, __FUNCTION__);
663 if (!eventsForBrowser) // We have no events for this browser yet, lets add him.
778 * This method handles the firing of one shot events. Aka. Events that are
784 CFArrayRef events = (CFArrayRef)CFDictionaryGetValue(eventsDictionary, browser); // Get events for the browser we passed in. local
788 if (!events) // Someho
[all...]
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c77 int rb_w32_wait_events(HANDLE *events, int num, DWORD timeout);
3939 HANDLE events[MAXCHILDNUM]; local
3945 events[count++] = child->hProcess;
3952 ret = rb_w32_wait_events_blocking(events, count, timeout);
3962 cause = FindChildSlotByHandle(events[ret]);
/macosx-10.9.5/ruby-104/ruby/
H A Diseq.c2119 rb_event_flag_t events = current_events & RUBY_EVENT_SPECIFIED_LINE; local
2125 cont = (*func)(line, &events, data);
2126 if (current_events != events) {
2128 (VALUE)(current_events | (events & RUBY_EVENT_SPECIFIED_LINE));
2148 * Returns all +specified_line+ events.
H A Dthread.c1267 * shutdown events.
1270 * interrupt events (such as Thread#kill, signal delivery, VM-shutdown
1477 * Async events such as an exception throwed by Thread#raise,
1787 * If +error+ is given, then check only for +error+ type deferred events.
1825 * Since Thread::handle_interrupt can be used to defer asynchronous events.
1826 * This method can be used to determine if there are any deferred events.
1830 * For example, the following method processes deferred asynchronous events
1839 * If +error+ is given, then check only for +error+ type deferred events.
3416 int events = read ? RB_WAITFD_IN : RB_WAITFD_OUT; local
3424 result = rb_wait_for_single_fd(fd, events, NUL
3563 rb_wait_for_single_fd(int fd, int events, struct timeval *tv) argument
3689 rb_wait_for_single_fd(int fd, int events, struct timeval *tv) argument
[all...]
H A Dthread_pthread.c1317 pollfds[0].events = POLLIN;
1319 pollfds[1].events = POLLIN;
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp.c3331 pfd.events = POLLIN;
5663 pfd.events = POLLOUT;
H A Ddest.c1064 pfd.events = POLLIN;
H A Dhttp-addrlist.c234 pfd.events = POLLIN | POLLOUT;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dipp.c1970 unsigned mask; /* notify-events */
2098 else if (!strcmp(attr->name, "notify-events") &&
5000 int count; /* Number of events */
5016 if ((!exclude || !cupsArrayFind(exclude, "notify-events")) &&
5017 (!ra || cupsArrayFind(ra, "notify-events")))
5019 cupsdLogMessage(CUPSD_LOG_DEBUG2, "copy_subscription_attrs: notify-events");
5029 "notify-events", NULL, name);
5043 "notify-events", count, NULL, NULL);
5259 unsigned mask; /* notify-events */
5260 ipp_attribute_t *notify_events,/* notify-events(
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp4448 UInt32 events; local
4585 events = gIOFBGlobalEvents;
4587 if (kIOFBEventCaptureSetting & events)
4624 if (kIOFBEventDisplayDimsSetting & events)
4648 if ((kIOFBEventReadClamshell & events)
4686 if ((kIOFBEventResetClamshell & events) && gIOFBSystemPower
4700 events |= kIOFBEventProbeAll;
4712 if ((kIOFBEventEnableClamshell & events) && gIOFBSystemPower
4735 if (kIOFBEventDisplaysPowerState & events)
4760 if ((kIOFBEventProbeAll & events)
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_smb_2.c1938 smb2_smb_parse_change_notify(struct smb_rq *rqp, uint32_t *events) argument
1947 *events = 0;
2038 *events |= VNODE_EVENT_FILE_CREATED | VNODE_EVENT_DIR_CREATED;
2041 *events |= VNODE_EVENT_FILE_REMOVED | VNODE_EVENT_DIR_REMOVED;
2044 *events |= VNODE_EVENT_ATTRIB;
2048 *events |= VNODE_EVENT_RENAME;
2054 *events |= VNODE_EVENT_ATTRIB;
2063 if (error || (*events == 0)) {
2064 *events = VNODE_EVENT_ATTRIB | VNODE_EVENT_WRITE;
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c222 // day-of-week constants for repeating power events
432 static void print_scheduled_report(CFArrayRef events);
434 static CFDictionaryRef getPowerEvent(int type, CFDictionaryRef events);
911 fprintf(stderr, "pmset: Error 0x%08x cancelling repeating events\n", ret);
925 fprintf(stderr, "pmset: Error 0x%08x scheduling repeating events\n", ret);
1637 getPowerEvent(int type, CFDictionaryRef events) argument
1640 return (CFDictionaryRef)isA_CFDictionary(CFDictionaryGetValue(events, CFSTR(kIOPMRepeatingPowerOnKey)));
1642 return (CFDictionaryRef)isA_CFDictionary(CFDictionaryGetValue(events, CFSTR(kIOPMRepeatingPowerOffKey)));
1749 printf("Repeating power events:\n");
1784 print_scheduled_report(CFArrayRef events) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/yaml/
H A Demitter.c283 if (!ENQUEUE(emitter, emitter->events, *event)) {
289 if (!yaml_emitter_analyze_event(emitter, emitter->events.head))
291 if (!yaml_emitter_state_machine(emitter, emitter->events.head))
293 yaml_event_delete(&DEQUEUE(emitter, emitter->events));
300 * Check if we need to accumulate more events before emitting.
304 * - 2 events for SEQUENCE-START
305 * - 3 events for MAPPING-START
315 if (QUEUE_EMPTY(emitter, emitter->events))
318 switch (emitter->events.head->type) {
332 if (emitter->events
[all...]
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/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c8399 VALUE events = rb_ivar_get(obj, id_events); local
8400 if (NIL_P(events) || TYPE(events) != T_ARRAY) {
8401 events = rb_ary_new();
8402 rb_ivar_set(obj, id_events, events);
8404 ole_delete_event(events, event);
8405 rb_ary_push(events, data);
8436 * If argument is omitted, this method defines the callback of all events.
8505 VALUE events; local
8517 events
[all...]

Completed in 450 milliseconds

1234567891011>>