Searched refs:sdtp_lf (Results 1 – 2 of 2) sorted by relevance
163 len = strlcpy(mod, probe->sdtp_lf->filename, sizeof(mod)); in sdt_create_probe()275 probe->sdtp_lf->nenabled++; in sdt_enable()294 KASSERT(probe->sdtp_lf->nenabled > 0, ("no probes enabled")); in sdt_disable()307 probe->sdtp_lf->nenabled--; in sdt_disable()383 (*probe)->sdtp_lf = lf; in sdt_kld_load_probes()531 if ((*probe)->sdtp_lf == lf) { in sdt_kld_unload_probes()
452 struct linker_file *sdtp_lf; /* Module in which we're defined. */ member