HomeSort by: relevance | last modified time | path
    Searched refs:iostat (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/usr.sbin/iostat/
Makefile 6 PROG= iostat
7 MAN= iostat.8
14 SRCS= drvstats.c iostat.c
  /src/sys/arch/hpcmips/tx/
tx39io.c 298 txreg_t reg, pos, iostat; local
313 iostat = TX391X_IOCTRL_IODOUT(reg);
315 iostat |= pos;
317 iostat &= ~pos;
319 reg = TX391X_IOCTRL_IODOUT_SET(reg, iostat);
383 txreg_t reg, pos, iostat; local
393 iostat = TX392X_IODATAINOUT_DOUT(reg);
395 iostat |= pos;
397 iostat &= ~pos;
399 reg = TX392X_IODATAINOUT_DOUT_SET(reg, iostat);
    [all...]
  /src/usr.bin/systat/
Makefile 15 fetch.c globalcmds.c icmp.c ifcmds.c ifstat.c iostat.c ip.c \
  /src/usr.sbin/mlxctl/
dklist.c 70 #include <sys/iostat.h>
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-io.cc 701 /* If this is for the iostat variable initialize the
715 /* If this is for the iostat variable, initialize the
1087 if (p->iostat)
1089 p->iostat);
1168 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit);
1207 if (p->iostat)
1209 p->iostat);
1221 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit);
1262 if (p->iostat)
1264 IOPARM_common_iostat, p->iostat);
    [all...]
ioparm.def 35 IOPARM (common, iostat, 1 << 5, pint4)
io.cc 72 tag_iostat = {"IOSTAT", " iostat =", " %v", BT_INTEGER},
1867 /* NEWUNIT, IOSTAT, SIZE and IOMSG are variable definition contexts. */
1904 m = match_out_tag (&tag_iostat, &open->iostat);
1990 gfc_free_expr (open->iostat);
2032 RESOLVE_TAG (&tag_iostat, open->iostat);
2189 bool warn = (open->err || open->iostat) ? true : false;
2619 gfc_free_expr (close->iostat);
2641 m = match_out_tag (&tag_iostat, &close->iostat);
2720 bool warn = (close->iostat || close->err) ? true : false
    [all...]
frontend-passes.cc 2415 if (co->ext.open && co->ext.open->iostat
2416 && co->ext.open->iostat->symtree->n.sym == do_var)
2417 gfc_error_now (errmsg, do_var->name, &co->ext.open->iostat->where,
2422 if (co->ext.close && co->ext.close->iostat
2423 && co->ext.close->iostat->symtree->n.sym == do_var)
2424 gfc_error_now (errmsg, do_var->name, &co->ext.close->iostat->where,
2442 CHECK_INQ(iostat);
2461 if (co->ext.dt && co->ext.dt->iostat && co->ext.dt->iostat->symtree
2462 && co->ext.dt->iostat->symtree->n.sym == do_var
    [all...]
gfortran.h 2781 *blank, *position, *action, *delim, *pad, *iostat, *iomsg, *convert, member in struct:__anon16084
2792 gfc_expr *unit, *status, *iostat, *iomsg; member in struct:__anon16085
2800 gfc_expr *unit, *iostat, *iomsg; member in struct:__anon16086
2808 gfc_expr *unit, *file, *iostat, *exist, *opened, *number, *named, member in struct:__anon16087
2823 gfc_expr *unit, *iostat, *iomsg, *id; member in struct:__anon16088
2831 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member in struct:__anon16089
  /src/usr.sbin/
Makefile 13 i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 67 progs dev_mkdb iostat
  /src/etc/
daily 194 for dev in $(iostat -x | awk '/^raid/ { print $1 }'); do
  /src/external/gpl3/gcc/dist/gcc/fortran/
ioparm.def 35 IOPARM (common, iostat, 1 << 5, pint4)
trans-io.cc 702 /* If this is for the iostat variable initialize the
716 /* If this is for the iostat variable, initialize the
1089 if (p->iostat)
1091 p->iostat);
1170 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit);
1209 if (p->iostat)
1211 p->iostat);
1223 set_parameter_value_chk (&block, p->iostat, var, IOPARM_common_unit, p->unit);
1264 if (p->iostat)
1266 IOPARM_common_iostat, p->iostat);
    [all...]
io.cc 72 tag_iostat = {"IOSTAT", " iostat =", " %v", BT_INTEGER},
1867 /* NEWUNIT, IOSTAT, SIZE and IOMSG are variable definition contexts. */
1904 m = match_out_tag (&tag_iostat, &open->iostat);
1990 gfc_free_expr (open->iostat);
2023 RESOLVE_TAG (&tag_iostat, open->iostat);
2180 bool warn = (open->err || open->iostat) ? true : false;
2610 gfc_free_expr (close->iostat);
2632 m = match_out_tag (&tag_iostat, &close->iostat);
2711 bool warn = (close->iostat || close->err) ? true : false
    [all...]
frontend-passes.cc 2415 if (co->ext.open && co->ext.open->iostat
2416 && co->ext.open->iostat->symtree->n.sym == do_var)
2417 gfc_error_now (errmsg, do_var->name, &co->ext.open->iostat->where,
2422 if (co->ext.close && co->ext.close->iostat
2423 && co->ext.close->iostat->symtree->n.sym == do_var)
2424 gfc_error_now (errmsg, do_var->name, &co->ext.close->iostat->where,
2442 CHECK_INQ(iostat);
2461 if (co->ext.dt && co->ext.dt->iostat && co->ext.dt->iostat->symtree
2462 && co->ext.dt->iostat->symtree->n.sym == do_var
    [all...]
gfortran.h 2882 *blank, *position, *action, *delim, *pad, *iostat, *iomsg, *convert, member in struct:__anon13652
2893 gfc_expr *unit, *status, *iostat, *iomsg; member in struct:__anon13653
2901 gfc_expr *unit, *iostat, *iomsg; member in struct:__anon13654
2909 gfc_expr *unit, *file, *iostat, *exist, *opened, *number, *named, member in struct:__anon13655
2924 gfc_expr *unit, *iostat, *iomsg, *id; member in struct:__anon13656
2932 gfc_expr *io_unit, *format_expr, *rec, *advance, *iostat, *size, *iomsg, member in struct:__anon13657
  /src/sys/sys/
disk.h 85 #include <sys/iostat.h>
Makefile 28 ioctl_compat.h iostat.h ipc.h ipmi.h \
  /src/sys/kern/
subr_iostat.c 76 #include <sys/iostat.h>
105 * Initialise the iostat subsystem.
116 * Searches the iostatlist for the iostat corresponding to the
174 * Remove from the iostat list.
214 * Increment the iostat wait counter.
239 * Decrement the iostat wait counter.
240 * Increment the iostat busy counter.
277 * Decrement the iostat busy counter, increment the byte count.
  /src/usr.bin/vmstat/
drvstats.c 39 #include <sys/iostat.h>
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 73 ERR/IOSTAT/END/EOR is not present, and finally EXECUTE_COMMAND_LINE
683 *cmp->iostat = (family == LIBERROR_OS) ? errno : family;
716 /* Return if the user supplied an iostat variable. */
738 * If an IOSTAT or IOMSG variable exists, we set it. If IOSTAT or
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 73 ERR/IOSTAT/END/EOR is not present, and finally EXECUTE_COMMAND_LINE
683 *cmp->iostat = (family == LIBERROR_OS) ? errno : family;
716 /* Return if the user supplied an iostat variable. */
738 * If an IOSTAT or IOMSG variable exists, we set it. If IOSTAT or
  /src/usr.bin/crunch/examples/
really-big.conf 71 progs iostat iteconfig kvm_mkdb mrouted mtree named portmap pppd
  /src/external/gpl3/gcc/dist/libgfortran/io/
write.c 1978 /* Set iostat, intent(out). */
1981 ? dtp->common.iostat : &noiostat);
2316 /* Set iostat, intent(out). */
2319 ? dtp->common.iostat : &noiostat);

Completed in 42 milliseconds

1 2