Searched refs:libxl_uuid_from_string (Results 1 – 7 of 7) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_uuid.c | 31 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) in libxl_uuid_from_string() function 85 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in) in libxl_uuid_from_string() function
|
| A D | libxl_vtpm.c | 81 if(libxl_uuid_from_string(&(vtpm->uuid), uuid)) { in libxl__vtpm_from_xenstore() 140 if(libxl_uuid_from_string(&(vtpminfo->uuid), val)) { in libxl_device_vtpm_getinfo()
|
| A D | libxl_json.c | 153 return libxl_uuid_from_string(p, o->u.string); in libxl__uuid_parse_json()
|
| /tools/xl/ |
| A D | xl_vtpm.c | 45 if(libxl_uuid_from_string(&(vtpm.uuid), oparg)) { in main_vtpmattach() 130 if ( libxl_uuid_from_string(&uuid, argv[optind+1])) { in main_vtpmdetach()
|
| A D | xl_parse.c | 1399 if ( libxl_uuid_from_string(&c_info->uuid, buf) ) { in parse_config_data() 2344 if( libxl_uuid_from_string(&vtpm->uuid, p2 + 1) ) { in parse_config_data()
|
| /tools/include/ |
| A D | libxl_uuid.h | 55 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in);
|
| /tools/helpers/ |
| A D | xen-init-dom0.c | 87 if (argc == 2 && libxl_uuid_from_string(&uuid, argv[1])) { in main()
|
Completed in 20 milliseconds