Searched refs:ctf_bufopen (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL)
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c85 * that multiple calls to ctf_bufopen() do not need to reopen the library.
122 * The ctf_bufopen() routine calls these subroutines, defined by <sys/zmod.h>,
263 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL)
430 * call ctf_bufopen() to do the rest of the work.
444 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp);
446 fp = ctf_bufopen(&ctfsect, NULL, NULL, errp);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h66 * filling in ctf_sect_t structures and passing them to ctf_bufopen():
153 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c544 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, function
572 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n",
612 ctf_dprintf("ctf_bufopen: uncompressed size=%lu\n", (ulong_t)size);
725 ctf_dprintf("ctf_bufopen: parent name %s (label %s)\n",
793 * container if they exist and passing those into ctf_bufopen. To copy those, we
810 * the name, as ctf_bufopen will take care of that.
857 fp = ctf_bufopen(ctp, symp, strp, &err);
H A Dctf_create.c47 * ctf_bufopen() on it. If ctf_bufopen succeeds, we mark the new container r/w
73 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) {
221 * containing the definitions, and then call ctf_bufopen() on it. This not
222 * only leverages ctf_bufopen(), but also avoids having to bifurcate the rest
227 * ctf_bufopen() will return a new ctf_file_t, but we want to keep the fp
228 * constant for the caller, so after ctf_bufopen() returns, we use bcopy to
414 * Finally, we are ready to ctf_bufopen() the new container. If this
426 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) {
456 * NOTE: This code must be kept in sync with the code in ctf_bufopen()
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c878 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata,

Completed in 116 milliseconds