Symbol: DELTA
lib/libdevstat/devstat.c
1255
totalbytesread = DELTA(bytes, DEVSTAT_READ);
lib/libdevstat/devstat.c
1256
totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE);
lib/libdevstat/devstat.c
1257
totalbytesfree = DELTA(bytes, DEVSTAT_FREE);
lib/libdevstat/devstat.c
1260
totaltransfersread = DELTA(operations, DEVSTAT_READ);
lib/libdevstat/devstat.c
1261
totaltransferswrite = DELTA(operations, DEVSTAT_WRITE);
lib/libdevstat/devstat.c
1262
totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA);
lib/libdevstat/devstat.c
1263
totaltransfersfree = DELTA(operations, DEVSTAT_FREE);
sys/dev/pccbb/pccbb_pci.c
720
if (sockevent & DELTA) {
sys/dev/pccbb/pccbb_pci.c
721
cbb_clrb(sc, CBB_SOCKET_MASK, DELTA);
sys/dev/pccbb/pccbb_pci.c
722
cbb_set(sc, CBB_SOCKET_EVENT, DELTA);
usr.bin/nfsstat/nfsstat.c
1158
(uintmax_t)DELTA(rpccnt[NFSPROC_GETATTR]),
usr.bin/nfsstat/nfsstat.c
1159
(uintmax_t)DELTA(rpccnt[NFSPROC_LOOKUP]),
usr.bin/nfsstat/nfsstat.c
1160
(uintmax_t)DELTA(rpccnt[NFSPROC_READLINK]),
usr.bin/nfsstat/nfsstat.c
1161
(uintmax_t)DELTA(rpccnt[NFSPROC_READ]),
usr.bin/nfsstat/nfsstat.c
1162
(uintmax_t)DELTA(rpccnt[NFSPROC_WRITE]),
usr.bin/nfsstat/nfsstat.c
1163
(uintmax_t)DELTA(rpccnt[NFSPROC_RENAME]),
usr.bin/nfsstat/nfsstat.c
1164
(uintmax_t)DELTA(rpccnt[NFSPROC_ACCESS]),
usr.bin/nfsstat/nfsstat.c
1165
(uintmax_t)(DELTA(rpccnt[NFSPROC_READDIR]) +
usr.bin/nfsstat/nfsstat.c
1166
DELTA(rpccnt[NFSPROC_READDIRPLUS]))
usr.bin/nfsstat/nfsstat.c
1170
sperc1(DELTA(attrcache_hits),
usr.bin/nfsstat/nfsstat.c
1171
DELTA(attrcache_misses)),
usr.bin/nfsstat/nfsstat.c
1172
sperc1(DELTA(lookupcache_hits),
usr.bin/nfsstat/nfsstat.c
1173
DELTA(lookupcache_misses)),
usr.bin/nfsstat/nfsstat.c
1174
sperc2(DELTA(biocache_reads),
usr.bin/nfsstat/nfsstat.c
1175
DELTA(read_bios)),
usr.bin/nfsstat/nfsstat.c
1176
sperc2(DELTA(biocache_writes),
usr.bin/nfsstat/nfsstat.c
1177
DELTA(write_bios)),
usr.bin/nfsstat/nfsstat.c
1178
sperc1(DELTA(accesscache_hits),
usr.bin/nfsstat/nfsstat.c
1179
DELTA(accesscache_misses)),
usr.bin/nfsstat/nfsstat.c
1180
sperc2(DELTA(biocache_readdirs),
usr.bin/nfsstat/nfsstat.c
1181
DELTA(readdir_bios))
usr.bin/nfsstat/nfsstat.c
1240
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_GETATTR]),
usr.bin/nfsstat/nfsstat.c
1241
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_LOOKUP]),
usr.bin/nfsstat/nfsstat.c
1242
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_READLINK]),
usr.bin/nfsstat/nfsstat.c
1243
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_READ]),
usr.bin/nfsstat/nfsstat.c
1244
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_WRITE]),
usr.bin/nfsstat/nfsstat.c
1245
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_RENAME]),
usr.bin/nfsstat/nfsstat.c
1246
(uintmax_t)DELTA(srvrpccnt[NFSV4OP_ACCESS]),
usr.bin/nfsstat/nfsstat.c
1247
(uintmax_t)(DELTA(srvrpccnt[NFSV4OP_READDIR]) +
usr.bin/nfsstat/nfsstat.c
1248
DELTA(srvrpccnt[NFSV4OP_READDIRPLUS])));