HomeSort by: relevance | last modified time | path
    Searched refs:mod_ctf_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
kern_ctf.h 52 } mod_ctf_t; typedef in typeref:struct:mod_ctf
55 mod_ctf_get(struct module *, mod_ctf_t **);
  /src/sys/kern/
kern_ctf.c 73 mod_ctf_get(struct module *mod, mod_ctf_t **mcp)
75 mod_ctf_t *mc;
103 mc = kmem_zalloc(sizeof(mod_ctf_t), KM_SLEEP);

Completed in 11 milliseconds