/src/usr.bin/netstat/ |
mbuf.c | 92 u_long totmem, totused, totpct; local in function:mbpr 179 totused = (mbpool.pr_nget - mbpool.pr_nput) * mbpool.pr_size + 183 else if (totused < (ULONG_MAX / 100)) 184 totpct = (totused * 100)/totmem; 187 u_long totused1 = totused / 100;
|
mbuf.c | 92 u_long totmem, totused, totpct; local in function:mbpr 179 totused = (mbpool.pr_nget - mbpool.pr_nput) * mbpool.pr_size + 183 else if (totused < (ULONG_MAX / 100)) 184 totpct = (totused * 100)/totmem; 187 u_long totused1 = totused / 100;
|
/src/libexec/ld.elf_so/ |
xmalloc.c | 396 totused = 0; local in function:mstats 408 totused += nmalloc[i] * (1 << (i + 3)); 411 totused, totfree);
|
xmalloc.c | 396 totused = 0; local in function:mstats 408 totused += nmalloc[i] * (1 << (i + 3)); 411 totused, totfree);
|
/src/lib/libbsdmalloc/ |
malloc.c | 475 totused = 0; local in function:mstats 487 totused += nmalloc[i] * (1 << (i + 3)); 490 totused, totfree);
|
malloc.c | 475 totused = 0; local in function:mstats 487 totused += nmalloc[i] * (1 << (i + 3)); 490 totused, totfree);
|
/src/games/hack/ |
hack.shk.c | 784 long totused, thisused; local in function:doinvbill 805 totused = 0; 818 totused += thisused; 832 (void) snprintf(buf, sizeof(buf), "Total:%50ld zorkmids", totused);
|
hack.shk.c | 784 long totused, thisused; local in function:doinvbill 805 totused = 0; 818 totused += thisused; 832 (void) snprintf(buf, sizeof(buf), "Total:%50ld zorkmids", totused);
|