Searched refs:events (Results 126 - 150 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-ip.c304 fd.events = POLL_WRITE;
933 sip->si_fds[i].events |= POLL_WRITE;
950 sip->si_fds[empty].events = POLL_WRITE;
974 sip->si_fds[i].events |= POLL_READ;
991 sip->si_fds[empty].events = POLL_READ;
1055 sip->si_fds[i].events |= POLL_WRITE;
1072 sip->si_fds[empty].events = POLL_WRITE;
1110 sip->si_fds[i].events |= POLL_READ;
1127 sip->si_fds[empty].events = POLL_READ;
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1394 pinfo->psamp.p_events = pinfo->psamp.events;
1405 kr = task_info(task, TASK_EVENTS_INFO, (task_info_t)&pinfo->psamp.events, &count);
1413 pinfo->psamp.events.faults = ((INT_MAX - pinfo->psamp.events.faults) - 20000) + i;
1416 pinfo->psamp.events.csw += INT_MAX;
1423 pinfo->psamp.b_events = pinfo->psamp.events;
1424 pinfo->psamp.p_events = pinfo->psamp.events;
1427 pinfo->psamp.faults.i64 = libtop_i64_init(0, pinfo->psamp.events.faults);
1428 pinfo->psamp.pageins.i64 = libtop_i64_init(0, pinfo->psamp.events.pageins);
1429 pinfo->psamp.cow_faults.i64 = libtop_i64_init(0, pinfo->psamp.events
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DbreadcrumbList.css32 pointer-events: auto;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Drandbyte_os2.inc19 * varies randomly due to system events, hardware interrupts etc
60 * randomness due to interference of hardware events.
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Drandbyte_os2.inc19 * varies randomly due to system events, hardware interrupts etc
60 * randomness due to interference of hardware events.
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtask_api.c153 void *tag, isc_eventlist_t *events)
157 return (task->methods->unsend(task, sender, type, tag, events));
152 isc_task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dsidechannel.c151 pfd.events = POLLIN;
571 pfd.events = POLLOUT;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dsubscriptions.c95 * Keep track of events with any OS-supplied notification mechanisms...
105 * Return if we aren't keeping events...
507 cupsArrayDelete(sub->events);
1276 * Oldest events must be deleted first, otherwise the subscription cache
1389 * Allocate the events array as needed...
1392 if (!sub->events)
1394 sub->events = cupsArrayNew3((cups_array_func_t)NULL, NULL,
1399 if (!sub->events)
1412 if (cupsArrayCount(sub->events) >= MaxEvents)
1418 cupsArrayRemove(sub->events, cupsArrayFirs
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dconnection.c251 pollfd.events = POLLOUT;
272 pollfd.events = POLLIN;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp38 void OutputBuffer(IrDALogHdr *hdr, IrDAEventDesc *events, char *msgs, FILE *out);
510 IrDAEventDesc *events = (IrDAEventDescPtr)&bigbuffer[info.hdrSize]; local
523 printf("Events at 0x%lx\n", (UInt32)events);
535 OutputBuffer(hdr, events, msgs, out);
578 void OutputBuffer(IrDALogHdr *obj, IrDAEventDesc *events, char *msgs, FILE *out) argument
620 eventPtr = (eventPtr - info.eventLog) + events; // adjust event ptr for kernel/user address space change
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCPeerConnection.cpp650 Vector<RefPtr<Event> > events;
651 events.swap(m_scheduledEvents);
653 Vector<RefPtr<Event> >::iterator it = events.begin();
654 for (; it != events.end(); ++it)
657 events.clear();
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs1520 fds.events=POLLIN;
1548 #define KEY_PUSH(I, K) { events[I].repeatCount = 1; events[I].ascii = K; }
1584 static win32_key_event_t events[MAX_EVENTS];
1604 /* printf("key %d; repeatCount %d\n", *key, events[eventCount - 1].repeatCount); */
1605 *key = events[eventCount - 1].ascii;
1606 events[eventCount - 1].repeatCount--;
1607 if (events[eventCount - 1].repeatCount <= 0) {
1640 goto again; /* throw away KeyUp events */
1679 goto again; /* throw away shift/alt/ctrl key only key events */
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-http.el562 (let ((events (car url-callback-arguments))
564 (while events
565 (if (eq (car events) :redirect)
567 (and (setq events (cdr events))
568 (setq events (cdr events))))
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dutil.c992 history(hist, &ev, H_SETSIZE, 100);/* remember 100 events */
1395 pfd[0].events = POLLIN|POLLOUT;
1488 FD_ZERO(&rset); /* build list of read & write events */
1499 if (fds[i].events & rsetflags)
1501 if (fds[i].events & wsetflags)
1503 if (fds[i].events & xsetflags)
1524 fds[i].revents |= (fds[i].events & rsetflags);
1526 fds[i].revents |= (fds[i].events & wsetflags);
1528 fds[i].revents |= (fds[i].events & xsetflags);
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinSock.c77 * indicate which events are interesting. */
80 * indicate which events have occurred. */
83 * indicate which events are currently being
102 * events. */
160 static int WaitForSocketEvent(SocketInfo *infoPtr, int events,
240 * the wrong message number for socket events if the message window is
554 * source for events.
579 * Queue events for any ready sockets that don't already have events
581 * events)
622 int events; local
1149 WaitForSocketEvent( SocketInfo *infoPtr, int events, int *errorCodePtr) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/unix/
H A Dpoll.c42 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
112 pollset[i].events = get_event(aprset[i].reqevents);
201 pollset->p->pollset[pollset->nelts].events =
356 pollcb->pollset.ps[pollcb->nelts].events =
/macosx-10.9.5/apr-30/apr/apr/poll/unix/
H A Dpoll.c42 /* POLLERR, POLLHUP, and POLLNVAL aren't valid as requested events */
112 pollset[i].events = get_event(aprset[i].reqevents);
201 pollset->p->pollset[pollset->nelts].events =
356 pollcb->pollset.ps[pollcb->nelts].events =
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c1382 uint32_t events = np->n_events; local
1443 events |= VNODE_EVENT_DELETE;
1459 * For monitored nodes, check for attribute changes that should generate events.
1463 events |= VNODE_EVENT_ATTRIB | VNODE_EVENT_LINK;
1464 if (events & VNODE_EVENT_PERMS)
1468 events |= VNODE_EVENT_ATTRIB | VNODE_EVENT_PERMS;
1471 events |= VNODE_EVENT_ATTRIB | VNODE_EVENT_PERMS;
1474 events |= VNODE_EVENT_ATTRIB | VNODE_EVENT_PERMS;
1478 events |= VNODE_EVENT_ATTRIB | VNODE_EVENT_PERMS;
1481 events |
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFStreamPriv.h67 void (*requestEvents)(struct _CFStream *stream, CFOptionFlags events, void *info);
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DPerlSAX.pm154 This module generates PerlSAX events to pass to a PerlSAX handler such
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.k.h90 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(NotifyMeWhen) (IDH_GLOBALS() ADD_IDH_COMMA IDHNotificationID notificationID, IDHEvent events); variable
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamily.h157 // DV events
308 OSErr DVCNotifyMeWhen( DVCDeviceConnectionID connID, DVCNotificationID notifyID, UInt32 events);
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dmulti.h103 short events; member in struct:curl_waitfd
273 * (to allow libcurl's timed events to take place).
305 * called (to allow libcurl's timed events to take place).
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DSockets.h201 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/Sockets.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * * Sockets.h -- Main external header file for the sockets library. * */ #include <KerberosSupport/ErrorLib.h> #include <KerberosSupport/Utilities.h> #include <KerberosSupport/SocketErrors.h> #include <unix.h> #include <MacTypes.h> #include <Events.h> #include <OpenTptInternet.h> #ifndef _SOCKETS_ #define _SOCKETS_ #ifdef __cplusplus extern "C" { #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif /*******************/ /* API Definitions */ /*******************/ #define FD_SETSIZE 256 /* The maximum # of sockets -- cannot be changed */ /* socket types */ #define SOCK_STREAM 0 /* stream socket -- connection oriented */ #define SOCK_DGRAM 1 /* datagram socket -- connectionless */ #define SOCK_RAW 2 /* raw socket */ #define SOCK_SEQPACKET 3 /* sequenced packet socket */ #define SOCK_RDM 4 /* reliably delivered message socket */ /* address families -- get AF_INET from OpenTptInternet.h */ #define AF_UNSPEC 0 /* Unspecified */ #define AF_UNIX 1 /* Unix internal protocols */ /* protocol families */ #define PF_UNSPEC AF_UNSPEC /* Unspecified */ #define PF_UNIX AF_UNIX /* Unix internal protocols */ #define PF_INET AF_INET /* Internet protocols */ /* IP Address Wildcard */ #define INADDR_ANY kOTAnyInetAddress #define INADDR_NONE 0xffffffff /* recv and send flags */ #define MSG_DONTROUTE 1 #define MSG_DONTWAIT 2 #define MSG_OOB 4 #define MSG_PEEK 8 #define MSG_WAITALL 16 #define NUMBITSPERBYTE 8 /* Number of bits per byte */ /* socket_fnctl() requests */ #define F_GETFL 3 /* Get file flags */ #define F_SETFL 4 /* Set file flags */ /* shutdown() flags */ #define SHUT_RD 0 /* Shutdown read side of the connection */ #define SHUT_WR 1 /* Shutdown write side of the connection */ #define SHUT_RDWR 2 /* Shutdown read and write sides of the connection */ /* IP address sizes */ #define INET_ADDRSTRLEN 16 /* for IPv4 dotted decimal */ #define INET6_ADDRSTRLEN 46 /* for IPv6 dhex string */ #define INADDRSZ 4 /* size of IPv4 addr in bytes */ #define IN6ADDRSZ 16 /* size of IPv6 addr in bytes */ /* host name size */ #define MAXHOSTNAMESIZE kMaxHostNameLen #define MAXHOSTNAMELEN kMaxHostNameLen #ifdef USE_STREAMS /* Constants for poll() */ #define POLLIN 0x001 /* A non-priority message is available */ #define POLLPRI 0x002 /* A high priority message is available */ #define POLLOUT 0x004 /* The stream is writable for non-priority messages */ #define POLLERR 0x008 /* A error message has arrived */ #define POLLHUP 0x010 /* A hangup has occurred */ #define POLLNVAL 0x020 /* This fd is bogus */ #define POLLRDNORM 0x040 /* A non-priority message is available */ #define POLLRDBAND 0x080 /* A priority message (band > 0) message is available */ #define POLLWRNORM 0x100 /* Same as POLLOUT */ #define POLLWRBAND 0x200 /* A priority band exists and is writable */ #define POLLMSG 0x400 /* A signal message has reached the front of the queue */ #endif /* USE_STREAMS */ /**********/ /* Macros */ /**********/ /* network byte order conversion [none since we're already big-endian] */ #define ntohl(x) (x) #define ntohs(x) (x) #define htonl(x) (x) #define htons(x) (x) /* macros for select */ #define FD_SET(fd, fdset) ((fdset)->fds_bits[(fd) / NFDBITS] |= ((unsigned)1 << ((fd) % NFDBITS))) #define FD_CLR(fd, fdset) ((fdset)->fds_bits[(fd) / NFDBITS] &= ~((unsigned)1 << ((fd) % NFDBITS))) #define FD_ISSET(fd, fdset) ((fdset)->fds_bits[(fd) / NFDBITS] & ((unsigned)1 << ((fd) % NFDBITS))) #define FD_ZERO(fdset) memset((char *)(fdset), 0, sizeof(*(fdset))) /****************************/ /* API Structures and Types */ /****************************/ /* An internet address */ typedef UInt32 in_addr_t; /* size of address structures */ typedef UInt32 socklen_t; /* structure used to store addresses */ struct sockaddr { u_short sa_family; char sa_data[14]; }; /* INET protocol structures */ struct in_addr { in_addr_t s_addr; }; /* A TCP address -- the same as a OT InetAddress */ struct sockaddr_in { /* struct InetAddress { */ u_short sin_family; /* OTAddressType fAddressType */ u_short sin_port; /* InetPort fPort */ struct in_addr sin_addr; /* InetHost fHost */ char sin_zero[8]; /* UInt8 fUnused */ }; /* }; */ /* structures for select */ typedef long fd_mask; #define NFDBITS (sizeof(fd_mask) * NUMBITSPERBYTE) /* bits per mask */ typedef struct fd_set { fd_mask fds_bits[(FD_SETSIZE + NFDBITS - 1) / NFDBITS]; } fd_set; /* Structure for non-contiguous data */ struct iovec { struct iovec *next; /* For compatibility with Open Transport */ void *iov_base; /* Starting address of buffer */ size_t iov_len; /* size of buffer */ }; /* For poll() */ struct pollfd { int fd; short events; short revents; }; /***********************/ /* Function Prototypes */ /*********************** (…)
1 /* $Copyright: member in struct:pollfd
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Drewrite_clnt.c57 #include <events.h>

Completed in 403 milliseconds

1234567891011>>