u_int             120 bsp/drv/arm/gba/keymap.h u_int max_x[] = {13,13,12,12,12};
u_int              90 bsp/drv/arm/gba/swkbd.c 	u_int		pos_x;		/* cursor x position */
u_int              91 bsp/drv/arm/gba/swkbd.c 	u_int		pos_y;		/* cursor y position */
u_int             563 bsp/drv/dev/block/fdd.c 	u_int i, nr_sect;
u_int             619 bsp/drv/dev/block/fdd.c 	u_int i, nr_sect;
u_int             173 bsp/drv/dev/block/ramdisk.c 	       (u_int)sc->addr, sc->size/1024);
u_int             176 bsp/drv/dev/cpufreq/cpufreq.c 	u_int run_percent;
u_int             177 bsp/drv/dev/cpufreq/cpufreq.c 	u_int new_speed = cur_speed;
u_int             372 bsp/drv/dev/cpufreq/est.c #define MSR2MHZ(msr)		(int)((((u_int) (msr) >> 8) & 0xff) * 100)
u_int             395 bsp/drv/dev/cpufreq/est.c 	u_int msr_lo, msr_hi;
u_int             454 bsp/drv/dev/cpufreq/est.c 	u_int msr_lo, msr_hi;
u_int             526 bsp/drv/dev/cpufreq/est.c 	u_int regs[4];
u_int             529 bsp/drv/dev/cpufreq/est.c 	u_int cpu_id;
u_int             194 bsp/drv/dev/dma/i8237.c 	u_int chan, bits, mode;
u_int             206 bsp/drv/dev/dma/i8237.c 	chan = (u_int)dma->chan;
u_int             230 bsp/drv/dev/dma/i8237.c 	u_int chan;
u_int             231 bsp/drv/dev/dma/i8237.c 	u_int bits;
u_int             236 bsp/drv/dev/dma/i8237.c 	chan = (u_int)dma->chan;
u_int             109 bsp/drv/dev/rtc/rtc.c 	u_int i, year, days;
u_int             142 bsp/drv/dev/rtc/rtc.c 	u_int mthdays[12];
u_int             143 bsp/drv/dev/rtc/rtc.c 	u_int i, days;
u_int             144 bsp/drv/dev/rtc/rtc.c 	u_int rsec;	/* remainder seconds */
u_int             194 bsp/drv/dev/video/vga.c 	u_int offset;
u_int              89 bsp/hal/arm/arch/trap.c 	printf("Trap %x: %s\n", (u_int)trap_no, trap_name[trap_no]);
u_int             111 bsp/hal/arm/gba/interrupt.c 	u_int mask = (uint16_t)~(1 << vector);
u_int              74 bsp/hal/arm/integrator/interrupt.c 	u_int mask = mask_table[irq_level];
u_int             111 bsp/hal/arm/integrator/interrupt.c 	u_int mask = (uint16_t)~(1 << vector);
u_int              68 bsp/hal/ppc/prep/interrupt.c static u_int	mask_table[NIPLS];	/* Level -> mask */
u_int              76 bsp/hal/ppc/prep/interrupt.c 	u_int mask = mask_table[irq_level];
u_int              90 bsp/hal/ppc/prep/interrupt.c 	u_int unmask = (u_int)~(1 << vector);
u_int             112 bsp/hal/ppc/prep/interrupt.c 	u_int mask = (u_int)(1 << vector);
u_int             132 bsp/hal/ppc/prep/interrupt.c 	u_int bit;
u_int             137 bsp/hal/ppc/prep/interrupt.c 	bit = (u_int)(1 << (vector & 7));
u_int             103 bsp/hal/x86/arch/cpu.c 	seg->base_lo = (u_int)base & 0xffff;
u_int             104 bsp/hal/x86/arch/cpu.c 	seg->base_mid = ((u_int)base >> 16) & 0xff;
u_int             106 bsp/hal/x86/arch/cpu.c 	seg->base_hi = (u_int)base >> 24;
u_int             107 bsp/hal/x86/arch/cpu.c 	seg->type = (u_int)type | ST_PRESENT;
u_int             119 bsp/hal/x86/arch/cpu.c 	gate->offset_lo = (u_int)off & 0xffff;
u_int             122 bsp/hal/x86/arch/cpu.c 	gate->type = (u_int)type | ST_PRESENT;
u_int             123 bsp/hal/x86/arch/cpu.c 	gate->offset_hi = (u_int)off >> 16;
u_int             130 bsp/hal/x86/arch/trap.c 	printf("Trap %x: %s\n", (u_int)trap_no, trap_name[trap_no]);
u_int             154 bsp/hal/x86/arch/trap.c 	u_int i;
u_int             101 bsp/hal/x86/include/cpu.h 	u_int limit_lo:16;	/* segment limit (lsb) */
u_int             102 bsp/hal/x86/include/cpu.h 	u_int base_lo:16;	/* segment base address (lsb) */
u_int             103 bsp/hal/x86/include/cpu.h 	u_int base_mid:8;	/* segment base address (middle) */
u_int             104 bsp/hal/x86/include/cpu.h 	u_int type:8;		/* type */
u_int             105 bsp/hal/x86/include/cpu.h 	u_int limit_hi:4;	/* segment limit (msb) */
u_int             106 bsp/hal/x86/include/cpu.h 	u_int size:4;		/* size */
u_int             107 bsp/hal/x86/include/cpu.h 	u_int base_hi:8;	/* segment base address (msb) */
u_int             114 bsp/hal/x86/include/cpu.h 	u_int offset_lo:16;	/* gate offset (lsb) */
u_int             115 bsp/hal/x86/include/cpu.h 	u_int selector:16;	/* gate segment selector */
u_int             116 bsp/hal/x86/include/cpu.h 	u_int nr_copy:8;	/* stack copy count */
u_int             117 bsp/hal/x86/include/cpu.h 	u_int type:8;		/* type */
u_int             118 bsp/hal/x86/include/cpu.h 	u_int offset_hi:16;	/* gate offset (msb) */
u_int              67 bsp/hal/x86/pc/diag.c 	outb(VID_PORT + 1, (u_int)pos >> 8);
u_int              70 bsp/hal/x86/pc/diag.c 	outb(VID_PORT + 1, (u_int)pos & 0xff);
u_int              66 bsp/hal/x86/pc/interrupt.c static u_int	mask_table[NIPLS];	/* Level -> mask */
u_int              74 bsp/hal/x86/pc/interrupt.c 	u_int mask = mask_table[irq_level];
u_int              88 bsp/hal/x86/pc/interrupt.c 	u_int unmask = (u_int)~(1 << vector);
u_int             110 bsp/hal/x86/pc/interrupt.c 	u_int mask = (u_int)(1 << vector);
u_int             130 bsp/hal/x86/pc/interrupt.c 	u_int bit;
u_int             135 bsp/hal/x86/pc/interrupt.c 	bit = (u_int)(1 << (vector & 7));
u_int              89 include/sys/sysinfo.h 	u_int		time;		/* total running time */
u_int             157 include/sys/sysinfo.h 	u_int		count;		/* interrupt count */
u_int              45 sys/include/irq.h 	u_int		count;		/* interrupt count */
u_int              43 sys/include/sync.h 	u_int		value;		/* current value */
u_int              64 sys/include/sync.h #define MAXSEMVAL		((u_int)((~0u) >> 1))
u_int              55 sys/include/thread.h 	u_int		time;		/* total running time */
u_int              36 sys/lib/vsprintf.c #define isdigit(c)  ((u_int)((c) - '0') < 10)
u_int             111 sys/mem/kmem.c #define BLKNDX(b)	((u_int)((b)->size) >> 4)
u_int             155 sys/mem/kmem.c 	for (i = (int)((u_int)size >> 4); i < NR_BLOCK_LIST; i++) {
u_int              50 usr/bin/free/free.c 	printf("Mem: %10d %10d %10d %10d\n", (u_int)info.total,
u_int              51 usr/bin/free/free.c 	       (u_int)(info.total - info.free), (u_int)info.free,
u_int              52 usr/bin/free/free.c 	       (u_int)info.bootdisk);
u_int             123 usr/bin/sh/cmds.c 	printf("mem = %d\n", (u_int)info.total);
u_int              58 usr/bin/sleep/sleep.c 		(void)sleep((u_int)secs);
u_int              59 usr/bin/uname/uname.c 	u_int flags;
u_int              85 usr/lib/libc/gen/fts.c 	if ((sp = malloc((u_int)sizeof(FTS))) == NULL)
u_int              64 usr/lib/libc/stdio/mktemp.c 	u_int pid;
u_int             261 usr/lib/libc/stdio/vfprintf.c 	    (u_long)va_arg(ap, u_int))
u_int              44 usr/lib/libc/string/strdup.c 	if (!(copy = malloc((u_int)len)))
u_int              78 usr/sample/alarm/alarm.c 		       (u_int)((tick - start_tick) * 1000 / hz));
u_int              66 usr/sample/sem/sem.c 	printf("Start thread=%x\n", (u_int)t);
u_int              77 usr/sample/sem/sem.c 	printf("Running thread=%x\n", (u_int)t);
u_int              85 usr/sample/sem/sem.c 	printf("End thread=%x\n", (u_int)t);
u_int              78 usr/sample/task/task.c 	printf("Task %x: Hey, Yo!\n", (u_int)self);
u_int              88 usr/sample/task/task.c 	printf("Task %x: Bye!\n", (u_int)self);
u_int             130 usr/server/fs/fatfs/fatfs_fat.c 	u_int offset;
u_int             169 usr/server/fs/fatfs/fatfs_fat.c 	u_int offset;
u_int             223 usr/server/fs/fifofs/fifo_vnops.c 	u_int pos, nbytes;
u_int             268 usr/server/fs/fifofs/fifo_vnops.c 	u_int pos, nfree, nbytes, count = 0;
u_int             776 usr/server/fs/vfs/main.c 	sprintf(path, "/mnt/fifo/pipe-%x-%d", (u_int)t->t_taskid, rfd);
u_int             154 usr/server/fs/vfs/vfs_syscalls.c 				(u_int)fp, fp->f_count));
u_int             181 usr/server/fs/vfs/vfs_syscalls.c 				(u_int)fp, (u_int)buf, size));
u_int             203 usr/server/fs/vfs/vfs_syscalls.c 				(u_int)fp, (u_int)buf, size));
u_int             224 usr/server/fs/vfs/vfs_syscalls.c 				(u_int)fp, (u_int)off, type));
u_int              88 usr/server/fs/vfs/vfs_vnode.c static u_int
u_int              91 usr/server/fs/vfs/vfs_vnode.c 	u_int val = 0;
u_int              97 usr/server/fs/vfs/vfs_vnode.c 	return (val ^ (u_int)mp) & (VNODE_BUCKETS - 1);
u_int             443 usr/server/fs/vfs/vfs_vnode.c 			dprintf(" %08x %08x %s %6d %8d %s%s\n", (u_int)vp,
u_int             444 usr/server/fs/vfs/vfs_vnode.c 				(u_int)mp, type[vp->v_type], vp->v_refcnt,
u_int             445 usr/server/fs/vfs/vfs_vnode.c 				(u_int)vp->v_blkno,
u_int              56 usr/test/fdd/fdd.c 	printf("fdd read: sector=%d buf=%x\n", sector, (u_int)disk_buf);
u_int              64 usr/test/fdd/fdd.c 	printf("read comp: sector=%d buf=%x\n", sector, (u_int)disk_buf);
u_int             101 usr/test/kmon/cmd.c 	       (u_int)((info.total - info.free) / 1024));
u_int             102 usr/test/kmon/cmd.c 	printf(" Free     : %8d KB\n", (u_int)(info.free / 1024));
u_int             103 usr/test/kmon/cmd.c 	printf(" Total    : %8d KB\n", (u_int)(info.total / 1024));
u_int             104 usr/test/kmon/cmd.c 	printf(" Bootdisk : %8d KB\n", (u_int)(info.bootdisk / 1024));
u_int             125 usr/test/kmon/cmd.c 	printf("Kill thread id:%x\n", (u_int)t);
u_int             128 usr/test/kmon/cmd.c 		printf("Thread %x does not exist\n", (u_int)t);
u_int              58 usr/test/ramdisk/ramdisk.c 	printf("ramdisk read: sector=%d buf=%x\n", sector, (u_int)disk_buf);
u_int              66 usr/test/ramdisk/ramdisk.c 	printf("read comp: sector=%d buf=%x\n", sector, (u_int)disk_buf);
u_int              42 usr/test/sem/sem.c 	u_int val;
u_int              45 usr/test/task/task.c 	printf("New thread %x is started\n", (u_int)thread_self());