ctf_convert_filelist_t
list_create(&cch->cch_nodebug, sizeof (ctf_convert_filelist_t),
offsetof(ctf_convert_filelist_t, ccf_node));
ctf_convert_fini_filelist(ctf_convert_filelist_t *ccf)
ctf_free(ccf, sizeof (ctf_convert_filelist_t));
ctf_convert_filelist_t *ccf;
ctf_convert_filelist_t *ccf;
ccf = ctf_alloc(sizeof (ctf_convert_filelist_t));
ctf_free(ccf, sizeof (ctf_convert_filelist_t));
ctf_convert_filelist_t *ccf;