Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c334 int iotype, i, n; in ctlstat_dump() local
342 for (iotype = 0; iotype < CTL_STATS_NUM_TYPES; iotype++) { in ctlstat_dump()
343 printf(" io type %d (%s)\n", iotype, iotypes[iotype]); in ctlstat_dump()
345 stats[i].bytes[iotype]); in ctlstat_dump()
347 stats[i].operations[iotype]); in ctlstat_dump()
349 stats[i].dmas[iotype]); in ctlstat_dump()
351 PRINT_BINTIME(stats[i].time[iotype]); in ctlstat_dump()
353 PRINT_BINTIME(stats[i].dma_time[iotype]); in ctlstat_dump()
363 int iotype, i, n; in ctlstat_json() local
373 for (iotype = 0; iotype < CTL_STATS_NUM_TYPES; iotype++) { in ctlstat_json()
[all …]
/freebsd/sys/dev/ips/
H A Dips_pci.c97 sc->iotype = SYS_RES_MEMORY; in ips_pci_attach()
98 sc->iores = bus_alloc_resource_any(dev, sc->iotype, &sc->rid, in ips_pci_attach()
103 sc->iotype = SYS_RES_IOPORT; in ips_pci_attach()
104 sc->iores = bus_alloc_resource_any(dev, sc->iotype, in ips_pci_attach()
174 bus_release_resource(sc->dev, sc->iotype, sc->rid, sc->iores); in ips_pci_free()
H A Dips.h121 int iotype; member
/freebsd/contrib/ntp/sntp/libevent/
H A 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()
H A Dbufferevent-internal.h402 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options…
407 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger_nolock_() argument
409 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
412 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
H A 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()
H A Dbufferevent.c277 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger() argument
280 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS); in bufferevent_trigger()
668 short iotype, in bufferevent_flush() argument
674 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
H A Dbufferevent_openssl.c337 short iotype, enum bufferevent_flush_mode mode);
1260 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
H A Dbufferevent_sock.c611 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
/freebsd/contrib/libevent/
H A 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()
H A Dbufferevent-internal.h402 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options…
407 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger_nolock_() argument
409 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
412 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) || in bufferevent_trigger_nolock_()
H A 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()
H A Dbufferevent.c277 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) in bufferevent_trigger() argument
280 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS); in bufferevent_trigger()
668 short iotype, in bufferevent_flush() argument
674 r = bufev->be_ops->flush(bufev, iotype, mode); in bufferevent_flush()
H A Dbufferevent_openssl.c337 short iotype, enum bufferevent_flush_mode mode);
1260 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
H A Dbufferevent_sock.c611 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h619 short iotype,
649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
/freebsd/contrib/libevent/include/event2/
H A Dbufferevent.h619 short iotype,
649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,