Searched refs:tnf (Results 26 - 50 of 76) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/lib/libtnf/
H A Darray.c142 TNF *tnf; local
145 tnf = DATUM_TNF(datum);
147 rec = _GET_REF32(tnf, (tnf_ref32_t *)
151 RECORD_DATUM(tnf, rec));
H A Dstruct.c110 TNF *tnf; local
113 tnf = DATUM_TNF(datum);
115 rec = _GET_REF32(tnf, (tnf_ref32_t *)
119 RECORD_DATUM(tnf, rec));
H A DMakefile60 HDRS= tnf.h
61 ROOTHDRDIR= $(ROOT)/usr/include/tnf
H A Dtnf.h32 #include <tnf/com.h>
/opensolaris-onvv-gate/usr/src/lib/libtnfprobe/
H A DMakefile42 ROOTHDRDIR= $(ROOT)/usr/include/tnf
H A DMakefile.com36 UFSDIR= $(SRC)/uts/common/tnf
53 ROOTHDRDIR= $(ROOT)/usr/include/tnf
H A Dtnf_trace.h31 #include <tnf/probe.h>
103 * Data structure that is the glue between the tnf layer and the buffering
H A Dtnf_buf.h34 #include <tnf/com.h>
H A Ddebug_funcs.c43 #include <tnf/probe.h>
/opensolaris-onvv-gate/usr/src/cmd/tnf/tnfdump/
H A Dmain.c36 #include <tnf/tnf.h>
132 TNF *tnf; local
188 if ((err = tnf_reader_begin(p, st.st_size, &tnf)) != TNF_ERR_NONE) {
198 record = tnf_get_file_header(tnf);
H A Dcooked.c37 #include <tnf/tnf.h>
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dtnf_probe.c42 #include <tnf/com.h>
43 #include <tnf/writer.h>
44 #include <tnf/probe.h>
H A Dtrace_init.c36 #include <sys/tnf.h>
H A Dtnf_types.h39 #include <tnf/com.h>
40 #include <tnf/writer.h>
41 #include <tnf/probe.h>
H A Dtnf_res.c45 #include <sys/tnf.h>
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A DMakefile52 ROOTHDRDIR= $(ROOT)/usr/include/tnf
H A Dprb_proc_int.h43 #include <tnf/probe.h>
H A Ddbg.h51 #include <tnf/probe.h>
H A Dprb_proc.h51 #include <tnf/probe.h>
H A DMakefile.com67 ROOTHDRDIR= $(ROOT)/usr/include/tnf
/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A Dprbk.c34 #include <sys/tnf.h>
41 #include <tnf/tnfctl.h>
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dmkdstore.c64 #include <tnf/probe.h>
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c29 #include <sys/tnf.h>
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile405 tnf \
712 tnf \
/opensolaris-onvv-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s978 * Stubs for kernel probes (tnf module). Not unloadable.
981 MODULE(tnf,drv);
982 NO_UNLOAD_STUB(tnf, tnf_ref32_1, nomod_zero);
983 NO_UNLOAD_STUB(tnf, tnf_string_1, nomod_zero);
984 NO_UNLOAD_STUB(tnf, tnf_opaque_array_1, nomod_zero);
985 NO_UNLOAD_STUB(tnf, tnf_opaque32_array_1, nomod_zero);
986 NO_UNLOAD_STUB(tnf, tnf_struct_tag_1, nomod_zero);
987 NO_UNLOAD_STUB(tnf, tnf_allocate, nomod_zero);
988 END_MODULE(tnf);

Completed in 244 milliseconds

1234