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

/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_create.c526 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) function
595 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
614 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
652 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
702 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) {
731 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
753 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
775 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
814 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
832 if ((type = ctf_add_generic(f
[all...]

Completed in 88 milliseconds