total             203 bsp/drv/dev/base/kd.c 	printf(" Used     :%8ld KB\n", (info.total - info.free) / 1024);
total             205 bsp/drv/dev/base/kd.c 	printf(" Total    :%8ld KB\n", info.total / 1024);
total              74 include/sys/sysinfo.h 	psize_t		total;		/* total memory size in bytes */
total              73 sys/include/vm.h 	size_t		total;		/* total used size */
total             456 sys/kern/task.c 			info->vmsize = task->map->total;
total             242 sys/mem/page.c 	info->total = total_size;
total             127 sys/mem/vm.c   	if (map->total + size >= MAXMEM)
total             161 sys/mem/vm.c   	map->total += size;
total             232 sys/mem/vm.c   	map->total -= seg->size;
total             398 sys/mem/vm.c   	if (map->total + size >= MAXMEM)
total             447 sys/mem/vm.c   	curmap->total += size;
total             467 sys/mem/vm.c   	map->total = 0;
total             554 sys/mem/vm.c   	new_map->total = org_map->total;
total             119 sys/mem/vm_nommu.c 	if (map->total + size >= MAXMEM)
total             143 sys/mem/vm_nommu.c 	map->total += size;
total             203 sys/mem/vm_nommu.c 	map->total -= seg->size;
total             329 sys/mem/vm_nommu.c 	if (map->total + size >= MAXMEM)
total             359 sys/mem/vm_nommu.c 	curmap->total += size;
total             378 sys/mem/vm_nommu.c 	map->total = 0;
total              50 usr/bin/free/free.c 	printf("Mem: %10d %10d %10d %10d\n", (u_int)info.total,
total              51 usr/bin/free/free.c 	       (u_int)(info.total - info.free), (u_int)info.free,
total             123 usr/bin/sh/cmds.c 	printf("mem = %d\n", (u_int)info.total);
total              46 usr/lib/libc/stdio/fread.c 	size_t total;
total              57 usr/lib/libc/stdio/fread.c 	total = resid;
total              67 usr/lib/libc/stdio/fread.c 			return ((total - resid) / size);
total             101 usr/test/kmon/cmd.c 	       (u_int)((info.total - info.free) / 1024));
total             103 usr/test/kmon/cmd.c 	printf(" Total    : %8d KB\n", (u_int)(info.total / 1024));