lock_type         192 kern/kern_lock.c 	int lock_type = 0;
lock_type         195 kern/kern_lock.c 		lock_type = LK_EXCLUSIVE;
lock_type         197 kern/kern_lock.c 		lock_type = LK_SHARED;
lock_type         198 kern/kern_lock.c 	return (lock_type);