Searched defs:fbt_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h97 size_t fbt_size; member in struct:module
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c1016 size_t fbt_size = 0; local
1084 mp->fbt_size);
1085 tramp.fbtt_limit = tramp.fbtt_next + mp->fbt_size;
1358 fbt_size += tramp.fbtt_next - (uintptr_t)faketramp;
1401 fbt_size += tramp.fbtt_next - (uintptr_t)faketramp;
1443 fbt_size += FBT_ENT_MAXSIZE;
1444 mp->fbt_size = fbt_size;
1445 mp->fbt_tab = kobj_texthole_alloc(mp->text, fbt_size);

Completed in 109 milliseconds