| /src/external/bsd/libevent/dist/ |
| bufferevent_async.c | 69 #include "iocp-internal.h" 551 struct event_iocp_port *iocp; local 555 if (!(iocp = event_base_get_iocp_(base))) 558 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) { 677 struct event_iocp_port *iocp; local 681 if (!(iocp = event_base_get_iocp_(bev->ev_base))) 683 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0) {
|
| event-internal.h | 320 /** IOCP support structure, if IOCP is enabled. */ 321 struct event_iocp_port *iocp; member in struct:event_base
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| bufferevent_async.c | 68 #include "iocp-internal.h" 550 struct event_iocp_port *iocp; local 554 if (!(iocp = event_base_get_iocp_(base))) 557 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) { 676 struct event_iocp_port *iocp; local 680 if (!(iocp = event_base_get_iocp_(bev->ev_base))) 682 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0) {
|
| event-internal.h | 320 /** IOCP support structure, if IOCP is enabled. */ 321 struct event_iocp_port *iocp; member in struct:event_base
|
| /src/external/bsd/libevent/dist/sample/ |
| http-server.c | 105 int iocp; member in struct:options 355 " -I - IOCP\n" 372 case 'I': o.iocp = 1; break; 481 if (o.iocp) {
|
| /src/external/bsd/ntp/dist/libparse/ |
| parsesolaris.c | 480 register struct iocblk *iocp; local 492 iocp = (void *)mp->b_rptr; 493 switch (iocp->ioc_cmd) 508 iocp->ioc_error = (datap == NULL) ? ENOMEM : EINVAL; 521 iocp->ioc_count = sizeof(struct ppsclockev); 529 (iocp->ioc_cmd == PARSEIOC_ENABLE) ? 548 if (iocp->ioc_count == sizeof(parsectl_t)) 552 switch (iocp->ioc_cmd)
|
| parsestreams.c | 638 register struct iocblk *iocp; local 650 iocp = (struct iocblk *)(void *)mp->b_rptr; 651 switch (iocp->ioc_cmd) 666 iocp->ioc_error = (datap == NULL) ? ENOMEM : EINVAL; 678 iocp->ioc_count = sizeof(struct ppsclockev); 686 (iocp->ioc_cmd == PARSEIOC_ENABLE) ? 705 if (iocp->ioc_count == sizeof(parsectl_t)) 709 switch (iocp->ioc_cmd)
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| io.c | 359 struct ioclist *iocp; 387 iocp = & ioc[n]; 388 if(iocp->iocval == NULL) 393 iocp->iocval = p; 396 err1("iocontrol %s repeated", iocp->iocname); 358 struct ioclist *iocp; local
|