Searched refs:iocp (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsesolaris.c478 register struct iocblk *iocp; local
490 iocp = (void *)mp->b_rptr;
491 switch (iocp->ioc_cmd)
506 iocp->ioc_error = (datap == NULL) ? ENOMEM : EINVAL;
519 iocp->ioc_count = sizeof(struct ppsclockev);
527 (iocp->ioc_cmd == PARSEIOC_ENABLE) ?
546 if (iocp->ioc_count == sizeof(parsectl_t))
550 switch (iocp->ioc_cmd)
H A Dparsestreams.c636 register struct iocblk *iocp; local
648 iocp = (struct iocblk *)(void *)mp->b_rptr;
649 switch (iocp->ioc_cmd)
664 iocp->ioc_error = (datap == NULL) ? ENOMEM : EINVAL;
676 iocp->ioc_count = sizeof(struct ppsclockev);
684 (iocp->ioc_cmd == PARSEIOC_ENABLE) ?
703 if (iocp->ioc_count == sizeof(parsectl_t))
707 switch (iocp->ioc_cmd)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.am273 iocp-internal.h \
H A Dbufferevent_async.c65 #include "iocp-internal.h"
527 struct event_iocp_port *iocp; local
531 if (!(iocp = event_base_get_iocp_(base)))
534 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) {
657 struct event_iocp_port *iocp; local
661 if (!(iocp = event_base_get_iocp_(bev->ev_base)))
663 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0)
H A Devent-internal.h319 struct event_iocp_port *iocp; member in struct:event_base
H A Devent.c66 #include "iocp-internal.h"
685 if (base->iocp)
687 base->iocp = event_iocp_port_launch_(n_cpus);
688 if (!base->iocp) {
704 if (!base->iocp)
706 rv = event_iocp_shutdown_(base->iocp, -1);
708 base->iocp = NULL;
H A Devent_iocp.c40 #include "iocp-internal.h"
290 return base->iocp;
H A DMakefile.in486 iocp-internal.h ipv6-internal.h kqueue-internal.h \
969 iocp-internal.h ipv6-internal.h kqueue-internal.h \

Completed in 139 milliseconds