Symbol: TOTAL
tests/bin/df/getmntinfo.c
100
.f_bfree = (TOTAL - USED) / BSIZE,
tests/bin/df/getmntinfo.c
101
.f_bavail = (TOTAL - USED) / BSIZE,
tests/bin/df/getmntinfo.c
131
.f_blocks = TOTAL / BSIZE,
tests/bin/df/getmntinfo.c
132
.f_bfree = (TOTAL - USED) / BSIZE,
tests/bin/df/getmntinfo.c
134
.f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
tests/bin/df/getmntinfo.c
159
#define USED (TOTAL / 2)
tests/bin/df/getmntinfo.c
160
#define AVAIL (TOTAL / 2)
tests/bin/df/getmntinfo.c
163
.f_blocks = TOTAL / BSIZE,
tests/bin/df/getmntinfo.c
164
.f_bfree = (TOTAL - USED) / BSIZE,
tests/bin/df/getmntinfo.c
166
.f_bresvd = (TOTAL - USED) / BSIZE - AVAIL / BSIZE,
tests/bin/df/getmntinfo.c
192
.f_blocks = TOTAL,
tests/bin/df/getmntinfo.c
193
.f_bfree = TOTAL - USED,
tests/bin/df/getmntinfo.c
195
.f_bresvd = TOTAL - USED - AVAIL,
tests/bin/df/getmntinfo.c
99
.f_blocks = TOTAL / BSIZE,
tests/net/mcast/mcast.c
420
n = TOTAL;
tests/net/mcast/mcast.c
472
run(HOST_V4, PORT_V4, TOTAL, true, false);
tests/net/mcast/mcast.c
483
run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, false);
tests/net/mcast/mcast.c
494
run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, true);
tests/net/mcast/mcast.c
505
run(HOST_V6, PORT_V6, TOTAL, true, false);
tests/net/mcast/mcast.c
516
run(HOST_V4, PORT_V4, TOTAL, false, false);
tests/net/mcast/mcast.c
527
run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, false);
tests/net/mcast/mcast.c
538
run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, true);
tests/net/mcast/mcast.c
549
run(HOST_V6, PORT_V6, TOTAL, false, false);