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

12

/macosx-10.10/dtrace-147/test/tst/common/lexer/
H A Derr.D_SYNTAX.brace1.d37 trace(epid);
H A Derr.D_SYNTAX.brace2.d37 trace(epid);
H A Derr.D_SYNTAX.brack3.d38 trace(epid);
H A Derr.D_SYNTAX.paren1.d37 trace(epid));
H A Derr.D_SYNTAX.paren3.d38 trace(epid);
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.epid1.d32 * print epid and make sure it succeeds.
41 printf("epid of this probe = %d\n", epid);
H A Dtst.epid.d27 #pragma ident "@(#)tst.epid.d 1.1 06/08/28 SMI"
31 * To print 'epid'from profile and make sure it succeeds
44 printf("epid of this probe = %d\n", epid);
H A Dtst.errno1.d40 printf("epid of this probe = %d\n", epid);
H A Dtst.errno.d44 printf("epid of this probe = %d\n", epid);
/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.resize3.d62 trace(epid);
H A Derr.resize3.d51 trace(epid);
/macosx-10.10/tcpdump-61/tcpdump/
H A Dpktmetadatafilter.h40 pid_t epid; member in struct:pkt_meta_data
H A Dpktaputil.c132 pmd.epid = pktp_hdr->pth_epid;
H A Dpktmetadatafilter.c101 { TOK_EPID, "epid", 0 },
518 match = (p->epid == expression->num);
578 printf("epid");
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_map.c212 dt_epid_lookup(dtrace_hdl_t *dtp, dtrace_epid_t epid, argument
217 if (epid >= dtp->dt_maxprobe || dtp->dt_pdesc[epid] == NULL) {
218 if ((rval = dt_epid_add(dtp, epid)) != 0)
222 assert(epid < dtp->dt_maxprobe);
223 assert(dtp->dt_edesc[epid] != NULL);
224 assert(dtp->dt_pdesc[epid] != NULL);
225 *epdp = dtp->dt_edesc[epid];
226 *pdp = dtp->dt_pdesc[epid];
292 dtrace_epid_t epid; local
[all...]
H A Ddt_handle.c151 dtrace_epid_t epid; local
171 epid = (uint32_t)DT_REC(uint64_t, 0);
173 if (dt_epid_lookup(dtp, epid, &errepd, &errpd) != 0)
218 epid, errpd->dtpd_id, errpd->dtpd_provider,
/macosx-10.10/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;
/macosx-10.10/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 );
/macosx-10.10/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...]
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtrace.vim95 syn keyword dtraceIdentifier curthread cwd epid errno execname gid id ipl lgrp
/macosx-10.10/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
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsocket.h1134 pid_t epid; /* effective PID */ member in struct:netpolicy_event_data

Completed in 321 milliseconds

12