Home
last modified time | relevance | path

Searched refs:LIBXL_UUID_FMTLEN (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_uuid.h19 #define LIBXL_UUID_FMTLEN ((2*16)+4) /* 16 hex bytes plus 4 hypens */ macro
A Dlibxl_json.c142 char buf[LIBXL_UUID_FMTLEN+1];
144 return yajl_gen_string(hand, (const unsigned char *)buf, LIBXL_UUID_FMTLEN);

Completed in 3 milliseconds