Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c819 Shdr *shp, *ctf_shp; in init_xen_module() local
885 ctf_shp = NULL; in init_xen_module()
904 ctf_shp = shp; in init_xen_module()
973 if ((ctf_shp != NULL) && ((moddebug & MODDEBUG_NOCTF) == 0)) { in init_xen_module()
974 mp->ctfdata = kmem_zalloc(ctf_shp->sh_size, KM_SLEEP); in init_xen_module()
975 mp->ctfsize = ctf_shp->sh_size; in init_xen_module()
977 ctf_shp->sh_offset) < 0) in init_xen_module()