Lines Matching refs:uuid
33 uint64_t uuid;
42 #define KEY_UUID "uuid"
124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
137 /* Generate a 64-bit UUID if necessary. We simply take the
144 uc->uuid = (uint64_t)tm.tv_sec*1000 + tm.tv_usec/1000;
146 DD(" Generated UUID = %lld", uc->uuid);
156 return uconfig->uuid;
196 KEY_UUID, uconfig->uuid );