Searched refs:dtpd_name (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c427 name = desc->dtpd_name;
H A Ddtrace.c7939 pkp->dtpk_name = pdp->dtpd_name;
7940 pkp->dtpk_nmatch = dtrace_probekey_func(pdp->dtpd_name);
8547 (void) strncpy(pdp->dtpd_name, prp->dtpr_name, DTRACE_NAMELEN - 1);
8554 (void) strlcpy(pdp->dtpd_name, prp->dtpr_name, DTRACE_NAMELEN);
11899 desc->dtpd_func, desc->dtpd_name);
12009 ASSERT(strlen(match->dtpd_name) < DTRACE_NAMELEN);
12047 if (strcmp(pd->dtpd_name, match->dtpd_name))
12059 if (strncmp(pd->dtpd_name, match->dtpd_name, DTRACE_NAMELE
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h978 char dtpd_name[DTRACE_NAMELEN]; /* probe name */ member in struct:dtrace_probedesc

Completed in 96 milliseconds