Searched refs:td (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.c122 struct tcp_debug *td = &tcp_debug[tcp_debx++]; local
127 td->td_family =
134 td->td_time = iptime();
135 td->td_act = act;
136 td->td_ostate = ostate;
137 td->td_tcb = (caddr_t)tp;
139 td->td_cb = *tp;
141 bzero((caddr_t)&td->td_cb, sizeof (*tp));
143 switch (td->td_family) {
145 bcopy((caddr_t)ipgen, (caddr_t)&td
[all...]
/xnu-2422.115.4/security/
H A Dmac_process.c687 mac_thread_userret(struct thread *td) argument
690 MAC_PERFORM(thread_userret, td);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_private.h327 struct kaudit_record *audit_new(int event, proc_t p, struct uthread *td);
H A Daudit_pipe.c717 fsetown(td->td_proc->p_pid, &ap->ap_sigio);

Completed in 77 milliseconds