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

/freebsd-11-stable/contrib/ntp/libntp/
H A Diosignal.c81 struct refclockio *rio
87 if (ioctl(rio->fd, I_SETSIG, S_INPUT) < 0)
107 if (ioctl(rio->fd, FIOSSAIOOWN, (char *)&pgrp) == -1)
117 if (ioctl(rio->fd, FIOSNBIO, (char *)&on) == -1)
124 if (ioctl(rio->fd, FIOSSAIOSTAT, (char *)&on) == -1)
143 if (ioctl(rio->fd, FIOASYNC, (char *)&on) == -1)
149 if (ioctl(rio->fd, FIOSETOWN, (char*)&pgrp) == -1)
155 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
176 if (ioctl(rio->fd, TIOCSCTTY, 0) == -1)
183 if (fcntl(rio
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_rio.h68 /* rio flags */
89 typedef struct rio { struct
117 int rio_flags; /* rio flags */
H A Daltq_rio.c65 #ifdef ALTQ_RIO /* rio is enabled by ALTQ_RIO option in opt_altq.h */
175 /* default rio parameter values */
192 * rio device interface
194 altqdev_decl(rio); variable
613 /* add this state to the rio list */
759 * rio support routines
835 {"rio", rioopen, rioclose, rioioctl};
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c813 struct refclockio * rio,
818 if (rio->io_input != NULL && (*rio->io_input)(rb) == 0) {
846 struct refclockio * rio; local
849 rio = &rb->recv_peer->procptr->io;
855 if (rio->io_input == NULL || (*rio->io_input)(rb) != 0) {
856 rio->recvcount++;
859 (*rio->clock_recv)(rb);
812 indicate_refclock_packet( struct refclockio * rio, struct recvbuf * rb ) argument
H A Dntp_io.c4403 struct refclockio *rio
4412 rio->active = TRUE;
4415 if (init_clock_sig(rio)) {
4420 if (!io_completion_port_add_clock_io(rio)) {
4429 LINK_SLIST(refio, rio, next);
4434 add_fd_to_list(rio->fd, FD_TYPE_FILE);
4446 struct refclockio *rio
4456 rio->active = FALSE;
4457 UNLINK_SLIST(unlinked, refio, rio, next, struct refclockio);
4470 io_completion_port_remove_clock_io(rio);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c951 ddt_repair_entry(ddt_t *ddt, ddt_entry_t *dde, ddt_entry_t *rdde, zio_t *rio) argument
960 zio = zio_null(rio, rio->io_spa, NULL,
961 ddt_repair_entry_done, rdde, rio->io_flags);
978 ddt_repair_table(ddt_t *ddt, zio_t *rio) argument
995 ddt_repair_entry(ddt, dde, rdde, rio);
1117 zio_t *rio; local
1123 rio = zio_root(spa, NULL, NULL,
1133 scn->scn_zio_root = rio;
1140 ddt_repair_table(ddt, rio);
[all...]
H A Dvdev_label.c1069 zio_t *rio = zio->io_private; local
1071 struct ubl_cbdata *cbp = rio->io_private;
1076 mutex_enter(&rio->io_lock);
1088 mutex_exit(&rio->io_lock);
H A Dspa.c2091 zio_t *rio = arg;
2100 zio_nowait(zio_read(rio, spa, bp, abd_alloc_for_io(size, B_FALSE), size,
2101 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB,
2120 zio_t *rio; local
2139 rio = zio_root(spa, NULL, &sle,
2152 spa_load_verify_cb, rio);
2155 (void) zio_wait(rio);
/freebsd-11-stable/sys/dev/isp/
H A Disp.c5195 isp_rio1_t *rio = (isp_rio1_t *) qe; local
5196 isp_get_rio1(isp, (isp_rio1_t *) hp, rio);
5197 for (i = 0; i < rio->req_header.rqs_seqno; i++) {
5198 isp_fastpost_complete(isp, rio->req_handles[i]);
5592 isp_prt(isp, ISP_LOGDEBUG3, "fast post/rio completion of 0x%08x", h1);
5595 isp_prt(isp, ISP_LOGDEBUG3, "fast post/rio completion of 0x%08x", h2);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c11165 ctl_failover_lun(union ctl_io *rio) argument
11167 struct ctl_softc *softc = CTL_SOFTC(rio);
11172 targ_lun = rio->io_hdr.nexus.targ_mapped_lun;

Completed in 166 milliseconds