Searched refs:iotype (Results  1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/libevent/dist/ | 
| H A D | bufferevent_filter.c | 71     short iotype, enum bufferevent_flush_mode mode);475     short iotype, enum bufferevent_flush_mode mode)  in be_filter_flush()  argument
 483 	if (iotype & EV_READ) {  in be_filter_flush()
 486 	if (iotype & EV_WRITE) {  in be_filter_flush()
 491 	bufferevent_flush(bevf->underlying, iotype, mode);  in be_filter_flush()
 
 | 
| H A D | bufferevent_pair.c | 285 be_pair_flush(struct bufferevent *bev, short iotype,  in be_pair_flush()  argument299 	if ((iotype & EV_READ) != 0)  in be_pair_flush()
 302 	if ((iotype & EV_WRITE) != 0)  in be_pair_flush()
 306 		_bufferevent_run_eventcb(partner, iotype|BEV_EVENT_EOF);  in be_pair_flush()
 
 | 
| H A D | bufferevent.c | 569     short iotype,  in bufferevent_flush()  argument575 		r = bufev->be_ops->flush(bufev, iotype, mode);  in bufferevent_flush()
 
 | 
| H A D | bufferevent_sock.c | 616 be_socket_flush(struct bufferevent *bev, short iotype,  in be_socket_flush()  argument
 | 
| H A D | bufferevent_openssl.c | 334     short iotype, enum bufferevent_flush_mode mode);1238     short iotype, enum bufferevent_flush_mode mode)  in be_openssl_flush()  argument
 
 | 
| /minix3/bin/ksh/ | 
| H A D | exec.c | 1310 	int iotype = iop->flag & IOTYPE;  local1315 	if (iotype != IOHERE)
 1320 	iotmp.name = (iotype == IOHERE) ? (char *) 0 : cp;
 1328 	switch (iotype) {
 1394 			       iotype == IODUP ? "dup"
 1395 				: (iotype == IOREAD || iotype == IOHERE) ?
 1422 			if (iotype != IODUP)
 1426 		if (iotype != IODUP)
 
 | 
| /minix3/external/bsd/libevent/dist/include/event2/ | 
| H A D | bufferevent.h | 516     short iotype,
 |