Searched refs:t_copyops (Results 1 – 7 of 7) sorted by relevance
41 ASSERT(tp->t_copyops == NULL); in install_copyops()42 tp->t_copyops = cp; in install_copyops()48 ASSERT(tp->t_copyops != NULL); in remove_copyops()49 tp->t_copyops = NULL; in remove_copyops()55 return (tp->t_copyops != NULL); in copyops_installed()
229 t0.t_copyops = NULL; in mlsetup()
166 t0.t_copyops = NULL; in mlsetup()
286 struct copyops *t_copyops; /* copy in/out ops vector */ member
125 t_copyops
178 t_copyops
440 t->t_copyops = NULL; in thread_create()