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

  /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 in function:tx391x_io_out
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 in function:tx392x_io_out
393 iostat = TX392X_IODATAINOUT_DOUT(reg);
395 iostat |= pos;
397 iostat &= ~pos;
399 reg = TX392X_IODATAINOUT_DOUT_SET(reg, iostat);
    [all...]
  /src/usr.sbin/mlxctl/
dklist.c 70 #include <sys/iostat.h>
  /src/usr.bin/systat/
Makefile 15 fetch.c globalcmds.c icmp.c ifcmds.c ifstat.c iostat.c ip.c \
  /src/usr.sbin/
Makefile 14 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
security 931 # nfs and "device" (the header of iostat)
974 disks=$(iostat -x | awk 'NR > 1 && $1 ~ /^raid/ { print $1; }')
  /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>
102 * Initialise the iostat subsystem.
113 * Searches the iostatlist for the iostat corresponding to the
171 * Remove from the iostat list.
211 * Increment the iostat wait counter.
236 * Decrement the iostat wait counter.
237 * Increment the iostat busy counter.
274 * Decrement the iostat busy counter, increment the byte count.
init_main.c 166 #include <sys/iostat.h>
  /src/usr.bin/vmstat/
drvstats.c 39 #include <sys/iostat.h>
  /src/usr.bin/crunch/examples/
really-big.conf 71 progs iostat iteconfig kvm_mkdb mrouted mtree named portmap pppd
  /src/sys/rump/librump/rumpkern/
rump.c 46 #include <sys/iostat.h>
  /src/sys/dev/scsipi/
st.c 73 #include <sys/iostat.h>

Completed in 21 milliseconds