Searched refs:compile_by (Results 1 – 11 of 11) sorted by relevance
/xen/xen/include/public/ |
A D | version.h | 48 char compile_by[16]; member
|
/xen/xen/common/ |
A D | kernel.c | 383 static HYPFS_STRING_INIT(compile_by, "compile_by"); 401 hypfs_string_set_reference(&compile_by, xen_compile_by()); in buildinfo_init() 405 hypfs_add_leaf(&compileinfo, &compile_by, true); in buildinfo_init() 484 safe_strcpy(info.compile_by, deny ? xen_deny() : xen_compile_by()); in DO()
|
/xen/tools/libxl/ |
A D | libxl.c | 603 info->compile_by = libxl__strdup(NOGC, u.xen_cc.compile_by); in libxl_get_version_info()
|
A D | libxl_types.idl | 394 ("compile_by", string),
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl.ml | 145 compile_by : string; RecordField
|
A D | xenctrl.mli | 119 compile_by : string; RecordField
|
A D | xenctrl_stubs.c | 874 Store_field(result, 1, caml_copy_string(ci.compile_by)); in stub_xc_version_compile_info()
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 142 #### /buildinfo/compileinfo/compile_by = STRING
|
/xen/tools/xl/ |
A D | xl_info.c | 168 maybe_printf("cc_compile_by : %s\n", info->compile_by); in output_xeninfo()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1175 "cc_compile_by", xen_cc.compile_by, in pyxc_xeninfo()
|
/xen/tools/golang/xenlight/ |
A D | helpers.gen.go | 550 x.CompileBy = C.GoString(xc.compile_by) 574 xc.compile_by = C.CString(x.CompileBy)}
|
Completed in 22 milliseconds