Home
last modified time | relevance | path

Searched refs:libxl_uuid_from_string (Results 1 – 7 of 7) sorted by relevance

/tools/libs/light/
A Dlibxl_uuid.c31 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 Dlibxl_vtpm.c81 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 Dlibxl_json.c153 return libxl_uuid_from_string(p, o->u.string); in libxl__uuid_parse_json()
/tools/xl/
A Dxl_vtpm.c45 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 Dxl_parse.c1399 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 Dlibxl_uuid.h55 int libxl_uuid_from_string(libxl_uuid *uuid, const char *in);
/tools/helpers/
A Dxen-init-dom0.c87 if (argc == 2 && libxl_uuid_from_string(&uuid, argv[1])) { in main()

Completed in 20 milliseconds