Home
last modified time | relevance | path

Searched refs:iotype (Results 1 – 9 of 9) sorted by relevance

/external/libevent/
Dbufferevent_pair.c305 be_pair_flush(struct bufferevent *bev, short iotype, in be_pair_flush() argument
321 if ((iotype & EV_READ) != 0) in be_pair_flush()
324 if ((iotype & EV_WRITE) != 0) in be_pair_flush()
329 if (iotype & EV_READ) in be_pair_flush()
331 if (iotype & EV_WRITE) in be_pair_flush()
Dbufferevent-internal.h385 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options…
390 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger_nolock_() argument
392 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
395 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
Dbufferevent_filter.c71 short iotype, enum bufferevent_flush_mode mode);
574 short iotype, enum bufferevent_flush_mode mode) in be_filter_flush() argument
582 if (iotype & EV_READ) { in be_filter_flush()
585 if (iotype & EV_WRITE) { in be_filter_flush()
590 bufferevent_flush(bevf->underlying, iotype, mode); in be_filter_flush()
Dbufferevent.c258 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger() argument
261 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS); in bufferevent_trigger()
645 short iotype, in bufferevent_flush() argument
651 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
Dbufferevent_openssl.c336 short iotype, enum bufferevent_flush_mode mode);
1256 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
Dbufferevent_sock.c621 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c117 static int iotype; /* sync io */ variable
285 iotype = lio_parse_io_arg1(optarg); in parse_options()
286 if (iotype == -1) { in parse_options()
554 nb = lio_write_buffer(write_fd, iotype, writebuf, size, in do_child()
665 nb = lio_read_buffer(read_fd, iotype, readbuf, size, in do_parent()
/external/libevent/include/event2/
Dbufferevent.h616 short iotype,
646 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
/external/mksh/src/
Dexec.c1414 int iotype = iop->ioflag & IOTYPE; in iosetup() local
1420 if (iotype != IOHERE) in iosetup()
1425 iotmp.ioname = (iotype == IOHERE) ? NULL : cp; in iosetup()
1434 switch (iotype) { in iosetup()
1528 iotype == IODUP ? "dup" : in iosetup()
1530 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
1563 if (iotype != IODUP) in iosetup()
1567 if (iotype != IODUP) in iosetup()