type               49 kern/fs/sfs/sfs_vnode.c static int sfs_loadvnode(struct sfs_fs *sfs, uint32_t ino, int type,
type              794 kern/fs/sfs/sfs_vnode.c sfs_makeobj(struct sfs_fs *sfs, int type, struct sfs_vnode **ret)
type              813 kern/fs/sfs/sfs_vnode.c 	return sfs_loadvnode(sfs, ino, type, ret);
type               95 kern/lib/bswap.c #define TO(tag, bits, type) \
type               96 kern/lib/bswap.c     type ntoh##tag(type val) { return bswap##bits(val);	} \
type               97 kern/lib/bswap.c     type hton##tag(type val) { return bswap##bits(val);	}
type              106 kern/lib/bswap.c #define TO(tag, bits, type) \
type              107 kern/lib/bswap.c     type ntoh##tag(type val) { return val; } \
type              108 kern/lib/bswap.c     type hton##tag(type val) { return val; }
type              357 user/lib/libc/stdlib/random.c 	int type;
type              364 user/lib/libc/stdlib/random.c 	type = (int)(new_state[0] % MAX_TYPES);
type              372 user/lib/libc/stdlib/random.c 	switch(type) {
type              378 user/lib/libc/stdlib/random.c 		rand_type = type;
type              379 user/lib/libc/stdlib/random.c 		rand_deg = degrees[type];
type              380 user/lib/libc/stdlib/random.c 		rand_sep = seps[type];