Lines Matching refs:kif
486 ntsync_sem_fill_kinfo(struct file *fp, struct kinfo_file *kif,
497 kif->kf_type = KF_TYPE_NTSYNC;
498 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_SEM;
499 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner;
500 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_sem.count = sem->a.count;
501 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_sem.max = sem->a.max;
792 ntsync_mutex_fill_kinfo(struct file *fp, struct kinfo_file *kif,
803 kif->kf_type = KF_TYPE_NTSYNC;
804 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_MUTEX;
805 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner;
806 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_mutex.owner =
808 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_mutex.count =
1081 ntsync_event_fill_kinfo(struct file *fp, struct kinfo_file *kif,
1092 kif->kf_type = KF_TYPE_NTSYNC;
1093 kif->kf_un.kf_ntsync.kf_ntsync_type = KF_NTSYNC_TYPE_EVENT;
1094 kif->kf_un.kf_ntsync.kf_ntsync_dev = (uintptr_t)obj->owner;
1095 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_event.signaled =
1097 kif->kf_un.kf_ntsync.kf_ntsync_un.kf_ntsync_event.manual =