mtype              90 compat/svr4/svr4_ipc.h 	long	mtype;		/* message type */
mtype             161 kern/subr_extent.c extent_create(char *name, u_long start, u_long end, int mtype, caddr_t storage,
mtype             217 kern/subr_extent.c 		    mtype, (flags & EX_WAITOK) ? M_WAITOK : M_NOWAIT);
mtype             227 kern/subr_extent.c 	ex->ex_mtype = mtype;
mtype             271 kern/vfs_subr.c 	int mtype;
mtype             273 kern/vfs_subr.c 	mtype = mp->mnt_vfc->vfc_typenum;
mtype             274 kern/vfs_subr.c 	mp->mnt_stat.f_fsid.val[0] = makedev(nblkdev + mtype, 0);
mtype             275 kern/vfs_subr.c 	mp->mnt_stat.f_fsid.val[1] = mtype;
mtype             278 kern/vfs_subr.c 	tfsid.val[0] = makedev(nblkdev + mtype, xxxfs_mntid);
mtype             279 kern/vfs_subr.c 	tfsid.val[1] = mtype;
mtype             111 sys/msg.h      	long	mtype;		/* message type (+ve integer) */