Searched refs:gl (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 1386 glob_t gl; in libxl__userdata_destroyall() local 1393 gl.gl_pathc = 0; in libxl__userdata_destroyall() 1394 gl.gl_pathv = 0; in libxl__userdata_destroyall() 1395 gl.gl_offs = 0; in libxl__userdata_destroyall() 1396 r = glob(pattern, GLOB_ERR|GLOB_NOSORT|GLOB_MARK, 0, &gl); in libxl__userdata_destroyall() 1405 for (i=0; i<gl.gl_pathc; i++) { in libxl__userdata_destroyall() 1406 if (!strstr(gl.gl_pathv[i], "domain-userdata-lock")) in libxl__userdata_destroyall() 1407 userdata_delete(gc, gl.gl_pathv[i]); in libxl__userdata_destroyall() 1409 globfree(&gl); in libxl__userdata_destroyall()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 4799 _level, guest_index(gl ## _level ## e), \ 4800 mfn_x(gl ## _level ## mfn), mfn_x(sl ## _level ## mfn), \ 4801 gl ## _level ## e, sl ## _level ## e, \ 4802 gl ## _level ## e->l ## _level, sl ## _level ## e->l ## _level, \ 4815 mfn_x(gl ## _level ## mfn), mfn_x(sl ## _level ## mfn), \
|
Completed in 12 milliseconds