Searched refs:lwpt_tsp (Results 1 – 3 of 3) sorted by relevance
132 lwptp->lwpt_tsp = tsp; in lwp_timer_copyin()201 if (lwptp->lwpt_tsp == NULL) /* nothing to do */ in lwp_timer_copyout()215 if (copyout(&rmtime, lwptp->lwpt_tsp, sizeof (timespec_t))) in lwp_timer_copyout()221 if (copyout(&rmtime32, lwptp->lwpt_tsp, sizeof (timespec32_t))) in lwp_timer_copyout()
805 if (lwptp->lwpt_tsp != NULL) { in lwp_upimutex_lock()
42 timespec_t *lwpt_tsp; member