Searched refs:XPV_FILENAME (Results 1 – 1 of 1) sorted by relevance
53 #define XPV_FILENAME "/boot/xen-syms" macro55 #define XPV_FILENAME "/boot/amd64/xen-syms" macro830 mp->filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP); in init_xen_module()831 (void) strcpy(mp->filename, XPV_FILENAME); in init_xen_module()837 mcp->mod_filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP); in init_xen_module()838 (void) strcpy(mcp->mod_filename, XPV_FILENAME); in init_xen_module()849 file = kobj_open_file(XPV_FILENAME); in init_xen_module()992 kmem_free(mp->filename, strlen(XPV_FILENAME) + 1); in init_xen_module()1000 kmem_free(mcp->mod_filename, strlen(XPV_FILENAME) + 1); in init_xen_module()