Home
last modified time | relevance | path

Searched refs:sdt_tab (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sparc/dtrace/
H A Dsdt.c161 if (mp->sdt_tab == NULL) { in sdt_provide_module()
171 mp->sdt_tab = kobj_texthole_alloc(mp->text, mp->sdt_size); in sdt_provide_module()
173 if (mp->sdt_tab == NULL) { in sdt_provide_module()
180 tab = (uint32_t *)mp->sdt_tab; in sdt_provide_module()
/titanic_44/usr/src/uts/common/sys/
H A Dkobj.h104 char *sdt_tab; member
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj.c2259 if (mp->sdt_tab) in free_module_data()
2260 kobj_texthole_free(mp->sdt_tab, mp->sdt_size); in free_module_data()