Searched refs:epid (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dntstat.h180 u_int32_t epid; member in struct:nstat_tcp_descriptor
213 u_int32_t epid; member in struct:nstat_udp_descriptor
H A Dntstat.c1375 desc->epid = so->e_pid;
1379 desc->epid = desc->pid;
1631 desc->epid = so->e_pid;
1635 desc->epid = desc->pid;
/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c87 dtrace_probe_error(dtrace_state_t *state, dtrace_epid_t epid, int which, argument
95 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault );
/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c2881 pid_t epid; local
2885 epid = so->e_pid;
2888 epid = so->last_pid;
2894 log(LOG_DEBUG, "%s: so 0x%llx [%d,%d] epid %d "
2897 SOCK_TYPE(so), epid, euuid_buf,
2926 pid_t epid; local
2930 epid = so->e_pid;
2933 epid = so->last_pid;
2936 log(LOG_DEBUG, "%s: so 0x%llx [%d,%d] epid %d "
2939 SOCK_TYPE(so), epid, euuid_bu
[all...]
/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c714 socreate_delegate(int dom, struct socket **aso, int type, int proto, pid_t epid) argument
719 if ((proc_selfpid() != epid) && ((ep = proc_find(epid)) == PROC_NULL)) {
6256 so_set_effective_pid(struct socket *so, int epid, struct proc *p) argument
6262 if (epid == 0) {
6283 if (epid != so->last_pid || epid != proc_pid(p)) {
6292 if ((ep = proc_find(epid)) == PROC_NULL) {
6307 if (epid == proc_pid(p)) {
6323 log(LOG_DEBUG, "%s[%s,%d]: so 0x%llx [%d,%d] epid
[all...]
H A Duipc_socket2.c2645 ev_ifdenied.ev_data.epid = so->e_pid;
2649 ev_ifdenied.ev_data.epid = so->last_pid;
2663 log(LOG_DEBUG, "%s[%d]: so 0x%llx [%d,%d] epid %d "
2667 SOCK_TYPE(so), ev_ifdenied.ev_data.epid, buf,
2676 log(LOG_DEBUG, "%s[%d]: so 0x%llx [%d,%d] epid %d "
2680 ev_ifdenied.ev_data.epid, buf,
H A Duipc_syscalls.c199 uap->epid, retval, 1);
207 pid_t epid,
237 error = socreate_delegate(domain, &so, type, protocol, epid);
203 socket_common(struct proc *p, int domain, int type, int protocol, pid_t epid, int32_t *retval, int delegate) argument
/xnu-2782.1.97/bsd/sys/
H A Dsocket.h1134 pid_t epid; /* effective PID */ member in struct:netpolicy_event_data
H A Dsocketvar.h786 extern int socreate_delegate(int dom, struct socket **aso, int type, int proto, pid_t epid);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c9552 dtrace_epid_t epid; local
9562 * the epid.
9567 epid = state->dts_epid++;
9569 if (epid - 1 >= (dtrace_epid_t)state->dts_necbs) {
9573 ASSERT(epid == (dtrace_epid_t)state->dts_necbs + 1);
9608 ASSERT(state->dts_ecbs[epid - 1] == NULL);
9610 state->dts_ecbs[(ecb->dte_epid = epid) - 1] = ecb;
9672 * If we record anything, we always record the epid. (And we always
10352 dtrace_epid_t epid = ecb->dte_epid; local
10363 ASSERT(state->dts_ecbs[epid
10843 dtrace_epid_t epid = *(uint32_t *)(tomax + woffs); local
[all...]

Completed in 86 milliseconds