Searched refs:fdinfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devmap.c777 struct event_changelist_fdinfo *fdinfo = local
779 EVUTIL_ASSERT(fdinfo->idxplus1 == i + 1);
780 fdinfo->idxplus1 = 0;
820 * 'fd', whose fdinfo is 'fdinfo'. If none exists, construct it, setting its
827 struct event_changelist_fdinfo *fdinfo)
831 if (fdinfo->idxplus1 == 0) {
842 fdinfo->idxplus1 = idx + 1;
848 change = &changelist->changes[fdinfo->idxplus1 - 1];
859 struct event_changelist_fdinfo *fdinfo local
824 event_changelist_get_or_construct(struct event_changelist *changelist, evutil_socket_t fd, short old_events, struct event_changelist_fdinfo *fdinfo) argument
894 struct event_changelist_fdinfo *fdinfo = p; local
[all...]
H A Devent-internal.h98 * were enabled on this fd previously. 'fdinfo' will be a structure
100 * fdinfo field below. It will be set to 0 the first time the fd is
103 int (*add)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo);
105 int (*del)(struct event_base *, evutil_socket_t fd, short old, short events, void *fdinfo);
H A Devent.c879 short events, void *fdinfo)
878 nil_backend_del(struct event_base *b, evutil_socket_t fd, short old, short events, void *fdinfo) argument
/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.c443 int fd, fdinfo, error; local
623 fdinfo = open(infoname, O_WRONLY | O_CREAT | O_TRUNC, 0600);
624 if (fdinfo < 0) {
641 close(fdinfo);
647 info = fdopen(fdinfo, "w");

Completed in 108 milliseconds