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

/freebsd-10.3-release/usr.bin/ctlstat/
H A Dctlstat.c344 int iotype, lun, port; local
357 for (iotype = 0; iotype < CTL_STATS_NUM_TYPES;
358 iotype++) {
359 printf(" io type %d (%s)\n", iotype,
360 iotypes[iotype]);
362 stats[lun].ports[port].bytes[iotype]);
364 stats[lun].ports[port].operations[iotype]);
366 stats[lun].ports[port].time[iotype]);
368 stats[lun].ports[port].num_dmas[iotype]);
381 int iotype, lun, port; local
[all...]
/freebsd-10.3-release/sys/dev/ips/
H A Dips_pci.c105 sc->iotype = SYS_RES_MEMORY;
106 sc->iores = bus_alloc_resource_any(dev, sc->iotype, &sc->rid,
111 sc->iotype = SYS_RES_IOPORT;
112 sc->iores = bus_alloc_resource_any(dev, sc->iotype,
186 bus_release_resource(sc->dev, sc->iotype, sc->rid, sc->iores);
H A Dips.h121 int iotype; member in struct:ips_softc
/freebsd-10.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h354 * BEV_TRIG_DEFER_CALLBACKS) I/O callbacks specified in iotype.
357 static inline void bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options);
362 bufferevent_trigger_nolock_(struct bufferevent *bufev, short iotype, int options) argument
364 if ((iotype & EV_READ) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
367 if ((iotype & EV_WRITE) && ((options & BEV_TRIG_IGNORE_WATERMARKS) ||
H A Dbufferevent_pair.c305 be_pair_flush(struct bufferevent *bev, short iotype, argument
319 if ((iotype & EV_READ) != 0)
322 if ((iotype & EV_WRITE) != 0)
326 bufferevent_run_eventcb_(partner, iotype|BEV_EVENT_EOF, 0);
H A Dbufferevent_filter.c71 short iotype, enum bufferevent_flush_mode mode);
506 short iotype, enum bufferevent_flush_mode mode)
514 if (iotype & EV_READ) {
517 if (iotype & EV_WRITE) {
522 bufferevent_flush(bevf->underlying, iotype, mode);
505 be_filter_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent.c259 bufferevent_trigger(struct bufferevent *bufev, short iotype, int options) argument
262 bufferevent_trigger_nolock_(bufev, iotype, options&BEV_TRIG_ALL_OPTS);
646 short iotype,
652 r = bufev->be_ops->flush(bufev, iotype, mode);
645 bufferevent_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
H A Dbufferevent_sock.c619 be_socket_flush(struct bufferevent *bev, short iotype, argument
H A Dbufferevent_openssl.c338 short iotype, enum bufferevent_flush_mode mode);
1258 short iotype, enum bufferevent_flush_mode mode)
1257 be_openssl_flush(struct bufferevent *bufev, short iotype, enum bufferevent_flush_mode mode) argument
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h584 @param iotype either EV_READ or EV_WRITE or both.
590 short iotype,
616 @param iotype either EV_READ or EV_WRITE or both.
620 void bufferevent_trigger(struct bufferevent *bufev, short iotype,

Completed in 126 milliseconds