Searched refs:XPV_FILENAME (Results 1 – 1 of 1) sorted by relevance
55 #define XPV_FILENAME "/boot/amd64/xen-syms" macro810 mp->filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP); in init_xen_module()811 (void) strcpy(mp->filename, XPV_FILENAME); in init_xen_module()817 mcp->mod_filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP); in init_xen_module()818 (void) strcpy(mcp->mod_filename, XPV_FILENAME); in init_xen_module()829 file = kobj_open_file(XPV_FILENAME); in init_xen_module()972 kmem_free(mp->filename, strlen(XPV_FILENAME) + 1); in init_xen_module()980 kmem_free(mcp->mod_filename, strlen(XPV_FILENAME) + 1); in init_xen_module()