Searched refs:sdpd_name (Results 1 – 2 of 2) sorted by relevance
126 printf("Ignoring probe %s (no symbol name)\n", sdpd->sdpd_name); in __sdt_provide_module()133 sdp->sdp_name = kmem_alloc(strlen(sdpd->sdpd_name) + 1, KM_SLEEP); in __sdt_provide_module()134 (void) strlcpy(sdp->sdp_name, sdpd->sdpd_name, strlen(sdpd->sdpd_name) + 1); in __sdt_provide_module()135 sdp->sdp_namelen = strlen(sdpd->sdpd_name) + 1; in __sdt_provide_module()644 sdpd->sdpd_name = sdt_strdup_name(sdtdef->dsd_name); in sdt_load_machsect()810 kmem_free((void *)sdpd->sdpd_name, sdpd->sdpd_namelen); in sdt_provide_module()
37 char *sdpd_name; /* name of this probe */ member