Searched defs:SD_ID128_FORMAT_VAL (Results 1 - 1 of 1) sorted by relevance

/systemd/src/systemd/
H A Dsd-id128.h59 /* Note that SD_ID128_FORMAT_VAL will evaluate the passed argument 16
65 #define SD_ID128_FORMAT_VAL(x) (x).bytes[0], (x).bytes[1], (x).bytes[2], (x).bytes[3], (x).bytes[4], (x).bytes[5], (x).bytes[6], (x).bytes[7], (x).bytes[8], (x).bytes[9], (x).bytes[10], (x).bytes[11], (x).bytes[12], (x).bytes[13], (x).bytes[14], (x).bytes[15] macro

Completed in 23 milliseconds