Searched refs:sdpd_name (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsdt_impl.h44 char *sdpd_name; /* name of this probe */ member in struct:sdt_probedesc
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c99 const char *name = sdpd->sdpd_name, *func;
593 sdpd->sdpd_name = kmem_alloc(len, KM_SLEEP);
594 strncpy(sdpd->sdpd_name, name, len); /* NUL termination is ensured. */
665 kmem_free((void *)sdpd->sdpd_name, strlen(sdpd->sdpd_name) + 1);

Completed in 20 milliseconds