Lines Matching refs:mod_ctf_t
69 mod_ctf_t *modptr;
306 mod_ctf_t *mc = arg; in fbt_module_dtor()
328 mod_ctf_t *mc = module_getspecific(ctl, fbt_module_key); in fbt_destroy()
447 fbt_ctfoff_init(modctl_t *mod, mod_ctf_t *mc) in fbt_ctfoff_init()
575 fbt_typoff_init(mod_ctf_t *mc) in fbt_typoff_init()
887 ctf_lookup_by_id(mod_ctf_t *mc, ctf_id_t type) in ctf_lookup_by_id()
910 fbt_array_info(mod_ctf_t *mc, ctf_id_t type, ctf_arinfo_t *arp) in fbt_array_info()
934 ctf_strptr(mod_ctf_t *mc, int name) in ctf_strptr()
948 ctf_decl_push(ctf_decl_t *cd, mod_ctf_t *mc, ctf_id_t type) in ctf_decl_push()
1043 fbt_type_name(mod_ctf_t *mc, ctf_id_t type, char *buf, size_t len) in fbt_type_name()
1145 mod_ctf_t *mc; in fbt_getargdesc()