Home
last modified time | relevance | path

Searched refs:tnf_splice_probes (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
268 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) in do_relocate()
/titanic_41/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
274 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) in do_relocate()
/titanic_41/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c56 extern int tnf_splice_probes(int, tnf_probe_control_t *, tnf_tag_data_t *);
333 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist)) in do_relocate()
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj.c4495 tnf_splice_probes(int boot_load, tnf_probe_control_t *plist, in tnf_splice_probes() function