HomeSort by: relevance | last modified time | path
    Searched refs:rio (Results 1 - 21 of 21) sorted by relevancy

  /src/external/cddl/dtracetoolkit/dist/Bin/
rfileio.d 53 @rio[self->pathname, "logical"] = count();
72 @rio[self->pathname, "physical"] = count();
79 trunc(@rio, 20);
83 printa("%-54s %10s %10@d\n", @rio);
89 trunc(@rio);
rfsio.d 60 @rio[self->fs_mount, "logical"] = count();
79 @rio[self->fs_mount, "physical"] = count();
86 trunc(@rio, 20);
90 printa("%-32s %10s %10@d\n", @rio);
96 trunc(@rio);
  /src/external/cddl/dtracetoolkit/dist/FS/
rfileio.d 53 @rio[self->pathname, "logical"] = count();
72 @rio[self->pathname, "physical"] = count();
79 trunc(@rio, 20);
83 printa("%-54s %10s %10@d\n", @rio);
89 trunc(@rio);
rfsio.d 60 @rio[self->fs_mount, "logical"] = count();
79 @rio[self->fs_mount, "physical"] = count();
86 trunc(@rio, 20);
90 printa("%-32s %10s %10@d\n", @rio);
96 trunc(@rio);
  /src/external/bsd/ntp/dist/libntp/
iosignal.c 83 struct refclockio *rio
89 if (ioctl(rio->fd, I_SETSIG, S_INPUT) < 0)
109 if (ioctl(rio->fd, FIOSSAIOOWN, (char *)&pgrp) == -1)
119 if (ioctl(rio->fd, FIOSNBIO, (char *)&on) == -1)
126 if (ioctl(rio->fd, FIOSSAIOSTAT, (char *)&on) == -1)
145 if (ioctl(rio->fd, FIOASYNC, (char *)&on) == -1)
151 if (ioctl(rio->fd, FIOSETOWN, (char*)&pgrp) == -1)
157 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
178 if (ioctl(rio->fd, TIOCSCTTY, 0) == -1)
185 if (fcntl(rio->fd, F_SETOWN, getpid()) == -1
    [all...]
  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.diffedge 46 # rio threshold values
47 rio 40 50 10 20 30 10 5 15 10
49 class cbq pvc0 af1x_class def_class borrow pbandwidth 20 rio
50 class cbq pvc0 af2x_class def_class borrow pbandwidth 20 rio
51 class cbq pvc0 af3x_class def_class borrow pbandwidth 20 rio cleardscp
52 class cbq pvc0 af4x_class def_class borrow pbandwidth 20 rio
hfsc.diffedge 48 # rio threshold values
49 rio 40 50 10 20 30 10 5 15 10
51 class hfsc pvc0 af1x_class root grate 3M pshare 10 rio
52 class hfsc pvc0 af2x_class root grate 3M pshare 10 rio
53 class hfsc pvc0 af3x_class root grate 3M pshare 10 rio cleardscp
54 class hfsc pvc0 af4x_class root grate 3M pshare 10 rio
  /src/sys/altq/
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 */
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};
  /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);
ntp_io.c 4436 struct refclockio *rio
4445 rio->active = TRUE;
4448 if (init_clock_sig(rio)) {
4453 if (!io_completion_port_add_clock_io(rio)) {
4462 LINK_SLIST(refio, rio, next);
4467 add_fd_to_list(rio->fd, FD_TYPE_FILE);
4479 struct refclockio *rio
4489 rio->active = FALSE;
4490 UNLINK_SLIST(unlinked, refio, rio, next, struct refclockio);
4503 io_completion_port_remove_clock_io(rio);
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
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);
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);
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/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/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/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...]
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 242 foreach (grep /\[\.ssl\.(?:quic|record|statem|rio)\].*?\.o$/, keys %{$unified_info{sources}}) {
  /src/etc/
MAKEDEV.tmpl 1757 for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs

Completed in 47 milliseconds