Home
last modified time | relevance | path

Searched refs:mod_ctf_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dkern_ctf.h52 } mod_ctf_t; typedef
55 mod_ctf_get(struct module *, mod_ctf_t **);
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c69 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()
[all …]
/netbsd-src/sys/kern/
H A Dkern_ctf.c73 mod_ctf_get(struct module *mod, mod_ctf_t **mcp) in mod_ctf_get()
75 mod_ctf_t *mc; in mod_ctf_get()
103 mc = kmem_zalloc(sizeof(mod_ctf_t), KM_SLEEP); in mod_ctf_get()