Searched refs:th (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c145 void pmap_activate(pmap_t pmap, thread_t th, int which_cpu);
146 void pmap_deactivate(pmap_t pmap, thread_t th, int which_cpu);
1400 __unused thread_t th,
1412 __unused thread_t th,
1398 pmap_activate( __unused pmap_t pmap, __unused thread_t th, __unused int which_cpu) argument
1410 pmap_deactivate( __unused pmap_t pmap, __unused thread_t th, __unused int which_cpu) argument
H A Dmappings.c1572 void inval_copy_windows(__unused thread_t th) argument
H A Dcswtch.s1904 la r11,savefp12(r3) ; Point to the 4th line
1910 la r11,savefp16(r3) ; Point to the 5th line
1916 la r11,savefp20(r3) ; Point to the 6th line
1922 la r11,savefp24(r3) ; Point to the 7th line
1929 la r11,savefp28(r3) ; Point to the 8th line
H A Dvmachmon_asm.s175 lwz r7,saver7+4(r30) ; Get 4th parameter after selector
176 lwz r8,saver8+4(r30) ; Get 5th parameter after selector
177 lwz r9,saver9+4(r30) ; Get 6th parameter after selector
H A Dlowmem_vectors.s977 dcbz r24,r20 ; Clean 4th line
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_fork.c723 thread_t th = NULL; local
730 if ((th = procdup(parent, child)) == NULL) {
748 return(th);
H A Dkern_sig.c2750 thread_t th; local
2760 th = p->p_vforkact;
2761 uth = (struct uthread *)get_bsdthread_info(th);
2778 thread_issignal(proc_t p, thread_t th, sigset_t mask) argument
2784 uth = (struct uthread *)get_bsdthread_info(th);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c1001 struct tcphdr th; local
1034 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1036 th.th_sport;
1038 th.th_dport;
1109 struct tcphdr th; local
1136 m_copydata(m, off, sizeof(th), (caddr_t)&th);
1137 ((struct sockaddr_in6 *)&spidx->src)->sin6_port = th.th_sport;
1138 ((struct sockaddr_in6 *)&spidx->dst)->sin6_port = th
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c148 struct thread *th; member in struct:rtentry_dbg::__anon223
152 struct thread *th; member in struct:rtentry_dbg::__anon224
698 rte->rtd_refrele[rte->rtd_refrele_next].th = current_thread();
735 rte->rtd_refhold[rte->rtd_refhold_next].th = current_thread();
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1816 thread_t th = vfs_context_thread(ctx); local
1817 if (th) {
1818 uthread_t uth = get_bsdthread_info(th);
1871 thread_t th = vfs_context_thread(ctx); local
1872 if (th) {
1873 uthread_t uth = get_bsdthread_info(th);
1945 thread_t th = vfs_context_thread(ctx); local
1946 if (th) {
1947 uthread_t uth = get_bsdthread_info(th);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c424 extern void *get_bsduthreadarg(thread_t th);

Completed in 101 milliseconds

12