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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c600 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) function
669 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
688 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
739 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
820 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) {
853 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
875 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
897 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
936 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
957 if ((type = ctf_add_generic(f
[all...]

Completed in 86 milliseconds