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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c529 ctf_add_generic(ctf_file_t *fp, uint_t flag, const char *name, ctf_dtdef_t **rp) function
598 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
617 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
655 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR)
705 if ((type = ctf_add_generic(fp, flag, NULL, &dtd)) == CTF_ERR) {
734 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
756 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
778 else if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
817 if ((type = ctf_add_generic(fp, flag, name, &dtd)) == CTF_ERR)
835 if ((type = ctf_add_generic(f
[all...]

Completed in 46 milliseconds