Searched refs:iotype (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/usr.bin/ctlstat/
H A Dctlstat.c334 int iotype, i, n; local
342 for (iotype = 0; iotype < CTL_STATS_NUM_TYPES; iotype++) {
343 printf(" io type %d (%s)\n", iotype, iotypes[iotype]);
345 stats[i].bytes[iotype]);
347 stats[i].operations[iotype]);
349 stats[i].dmas[iotype]);
351 PRINT_BINTIME(stats[i].time[iotype]);
363 int iotype, i, n; local
553 int iotype, i, n, retval; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c305 be_pair_flush(struct bufferevent *bev, short iotype, argument
321 if ((iotype & EV_READ) != 0)
324 if ((iotype & EV_WRITE) != 0)
329 if (iotype & EV_READ)
331 if (iotype & EV_WRITE)
H A Dbufferevent-internal.h399 * BEV_TRIG_DEFER_CALLBACKS) I/O callbacks specified in iotype.
402 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options);
407 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) argument
409 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
412 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
H A Dbufferevent_filter.c71 short iotype, enum bufferevent_flush_mode mode);
574 short iotype, enum bufferevent_flush_mode mode)
582 if (iotype & EV_READ) {
585 if (iotype & EV_WRITE) {
590 bufferevent_flush(bevf->underlying, iotype, mode);
573 be_filter_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent.c277 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) argument
280 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS);
668 short iotype,
674 r = bufev->be_ops->flush(bufev, iotype, mode);
667 bufferevent_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent_sock.c611 be_socket_flush(struct bufferevent *bev, short iotype, argument
H A Dbufferevent_openssl.c337 short iotype, enum bufferevent_flush_mode mode);
1260 short iotype, enum bufferevent_flush_mode mode)
1259 be_openssl_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
/freebsd-current/sys/dev/ips/
H A Dips_pci.c97 sc->iotype = SYS_RES_MEMORY;
98 sc->iores = bus_alloc_resource_any(dev, sc->iotype, &sc->rid,
103 sc->iotype = SYS_RES_IOPORT;
104 sc->iores = bus_alloc_resource_any(dev, sc->iotype,
174 bus_release_resource(sc->dev, sc->iotype, sc->rid, sc->iores);
H A Dips.h121 int iotype; member in struct:ips_softc
/freebsd-current/contrib/libevent/
H A Dbufferevent_pair.c305 be_pair_flush(struct bufferevent *bev, short iotype, argument
321 if ((iotype & EV_READ) != 0)
324 if ((iotype & EV_WRITE) != 0)
329 if (iotype & EV_READ)
331 if (iotype & EV_WRITE)
H A Dbufferevent-internal.h399 * BEV_TRIG_DEFER_CALLBACKS) I/O callbacks specified in iotype.
402 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options);
407 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) argument
409 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
412 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
H A Dbufferevent_filter.c71 short iotype, enum bufferevent_flush_mode mode);
574 short iotype, enum bufferevent_flush_mode mode)
582 if (iotype & EV_READ) {
585 if (iotype & EV_WRITE) {
590 bufferevent_flush(bevf->underlying, iotype, mode);
573 be_filter_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent.c277 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) argument
280 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS);
668 short iotype,
674 r = bufev->be_ops->flush(bufev, iotype, mode);
667 bufferevent_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent_sock.c611 be_socket_flush(struct bufferevent *bev, short iotype, argument
H A Dbufferevent_openssl.c337 short iotype, enum bufferevent_flush_mode mode);
1260 short iotype, enum bufferevent_flush_mode mode)
1259 be_openssl_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h613 @param iotype either EV_READ or EV_WRITE or both.
619 short iotype,
645 @param iotype either EV_READ or EV_WRITE or both.
649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
/freebsd-current/contrib/libevent/include/event2/
H A Dbufferevent.h613 @param iotype either EV_READ or EV_WRITE or both.
619 short iotype,
645 @param iotype either EV_READ or EV_WRITE or both.
649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,

Completed in 124 milliseconds