| /src/sys/altq/ |
| altq_conf.c | 73 altqdev_decl(rio); variable 125 {"rio", rioopen, rioclose, rioioctl}, /* 6 */
|
| altq_rio.c | 71 #ifdef ALTQ_RIO /* rio is enabled by ALTQ_RIO option in opt_altq.h */ 107 * RIO: RED with IN/OUT bit 182 /* default rio parameter values */ 199 * rio device interface 201 altqdev_decl(rio); variable 567 * set RIO to this ifnet structure. 579 /* add this state to the rio list */ 724 * rio support routines 791 {"rio", rioopen, rioclose, rioioctl};
|
| altq_rio.h | 36 * RIO: RED with IN/OUT bit 68 /* rio flags */ 76 * IOCTLs for RIO 89 typedef struct rio { struct 117 int rio_flags; /* rio flags */
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| route-tracker.c | 493 route_information_t *rio = &option->option.route_information; local 494 if (omr_watcher_prefix_is_non_ula_prefix(rio)) {
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_label.c | 954 zio_t *rio = zio->io_private; local 956 struct ubl_cbdata *cbp = rio->io_private; 961 mutex_enter(&rio->io_lock); 973 mutex_exit(&rio->io_lock);
|
| ddt.c | 951 ddt_repair_entry(ddt_t *ddt, ddt_entry_t *dde, ddt_entry_t *rdde, zio_t *rio) 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) 995 ddt_repair_entry(ddt, dde, rdde, rio); 1116 zio_t *rio = zio_root(spa, NULL, NULL, local 1128 ddt_repair_table(ddt, rio); 1131 (void) zio_wait(rio);
|
| spa.c | 1995 zio_t *rio = arg; 2005 zio_nowait(zio_read(rio, spa, bp, data, size, 2006 spa_load_verify_done, rio->io_private, ZIO_PRIORITY_SCRUB, 2025 zio_t *rio; local 2044 rio = zio_root(spa, NULL, &sle, 2050 spa_load_verify_cb, rio); 2053 (void) zio_wait(rio);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_refclock.c | 886 struct refclockio * rio, 891 if (rio->io_input != NULL && (*rio->io_input)(rb) == 0) { 919 struct refclockio * rio; local 922 rio = &rb->recv_peer->procptr->io; 928 if (rio->io_input == NULL || (*rio->io_input)(rb) != 0) { 929 rio->recvcount++; 932 (*rio->clock_recv)(rb);
|
| /src/sys/arch/sun3/dev/ |
| xd.c | 1517 u_char *rio = (u_char *)iorq->iopb; local 1522 printf(" %02x", rio[lcv]); 1656 xdcsc->xdc->xdc_csr = XDC_CLRRIO; /* clear RIO */ 1829 u_char *rio = (u_char *)iopb; local 1832 printf("%s: rio #%d [", 1835 printf(" %02x", rio[lcv]);
|
| /src/sys/dev/vme/ |
| xd.c | 1689 u_char *rio = (u_char *) iorq->iopb; local 1694 printf(" %02x", rio[lcv]); 1826 xdcsc->xdc->xdc_csr = XDC_CLRRIO; /* clear RIO */ 2007 u_char *rio = (u_char *) iopb; local 2009 printf("%s: rio #%d [", device_xname(xdcsc->sc_dev), rqno); 2011 printf(" %02x", rio[lcv]);
|
| /src/sys/dev/ic/ |
| isp.c | 1337 * any more. For Ultra2/Ultra3 cards, we can turn on 32 bit RIO 1612 * RIO seemed to have too much breakage. 5084 isp_rio1_t *rio = (isp_rio1_t *) qe; local 5085 isp_get_rio1(isp, (isp_rio1_t *) hp, rio); 5087 isp_print_bytes(isp, "Response Queue Entry", QENTRY_LEN, rio); 5089 for (i = 0; i < rio->req_header.rqs_seqno; i++) { 5090 isp_fastpost_complete(isp, rio->req_handles[i]); 5092 if (isp->isp_fpcchiwater < rio->req_header.rqs_seqno) { 5093 isp->isp_fpcchiwater = rio->req_header.rqs_seqno; 5578 isp_prt(isp, ISP_LOGERR, "unexpected 16 bit RIO handle") [all...] |