Home | History | Annotate | Download | only in dbus

Lines Matching refs:uuid

38  * Obtains the machine UUID of the machine this process is running on.
42 * This UUID is guaranteed to remain the same until the next reboot
67 * The UUID is not a UUID in the sense of RFC4122; the details
70 * @returns a 32-byte-long hex-encoded UUID string, or #NULL if insufficient memory
75 DBusString uuid;
79 _dbus_string_init (&uuid);
80 if (!_dbus_get_local_machine_uuid_encoded (&uuid) ||
81 !_dbus_string_steal_data (&uuid, &s))
83 _dbus_string_free (&uuid);
88 _dbus_string_free (&uuid);