Home
last modified time | relevance | path

Searched refs:dst_ut (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dproc_info.c1033 struct uthread *dst_ut = (struct uthread *)dst_uth; in bsd_copythreadname() local
1040 if (dst_ut->pth_name == NULL) { in bsd_copythreadname()
1041 dst_ut->pth_name = (char *)kalloc_data(MAXTHREADNAMESIZE, Z_WAITOK); in bsd_copythreadname()
1042 if (dst_ut->pth_name == NULL) { in bsd_copythreadname()
1047 bcopy(src_ut->pth_name, dst_ut->pth_name, MAXTHREADNAMESIZE); in bsd_copythreadname()