/freebsd/usr.bin/ctlstat/ |
H A D | ctlstat.c | 334 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 D | ips_pci.c | 97 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 D | ips.h | 121 int iotype; member
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_pair.c | 305 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 D | bufferevent-internal.h | 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) 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 D | bufferevent_filter.c | 71 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 D | bufferevent.c | 277 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 D | bufferevent_openssl.c | 337 short iotype, enum bufferevent_flush_mode mode); 1260 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
|
H A D | bufferevent_sock.c | 611 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
|
/freebsd/contrib/libevent/ |
H A D | bufferevent_pair.c | 305 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 D | bufferevent-internal.h | 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) 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 D | bufferevent_filter.c | 71 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 D | bufferevent.c | 277 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 D | bufferevent_openssl.c | 337 short iotype, enum bufferevent_flush_mode mode); 1260 short iotype, enum bufferevent_flush_mode mode) in be_openssl_flush() argument
|
H A D | bufferevent_sock.c | 611 be_socket_flush(struct bufferevent *bev, short iotype, in be_socket_flush() argument
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | bufferevent.h | 619 short iotype, 649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
|
/freebsd/contrib/libevent/include/event2/ |
H A D | bufferevent.h | 619 short iotype, 649 void bufferevent_trigger(struct bufferevent *bufev, short iotype,
|