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

/xnu-2782.1.97/bsd/sys/
H A Dsdt_impl.h44 char *sdpd_name; /* name of this probe */ member in struct:sdt_probedesc
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c100 const char *name = sdpd->sdpd_name, *func;
513 sdpd->sdpd_name = kmem_alloc(len, KM_SLEEP);
514 strncpy(sdpd->sdpd_name, name, len); /* NUL termination is ensured. */
590 kmem_free((void *)sdpd->sdpd_name, strlen(sdpd->sdpd_name) + 1);

Completed in 23 milliseconds