OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machine_uuid
(Results
1 - 4
of
4
) sorted by null
/external/dbus/dbus/
dbus-internals.c
808
_DBUS_DEFINE_GLOBAL_LOCK (
machine_uuid
);
variable
810
static DBusGUID
machine_uuid
;
variable
827
_DBUS_LOCK (
machine_uuid
);
832
if (!_dbus_read_local_machine_uuid (&
machine_uuid
, FALSE,
847
_dbus_generate_uuid (&
machine_uuid
);
851
ok = _dbus_uuid_encode (&
machine_uuid
, uuid_str);
853
_DBUS_UNLOCK (
machine_uuid
);
dbus-internals.h
326
_DBUS_DECLARE_GLOBAL_LOCK (
machine_uuid
);
variable
dbus-threads.c
437
LOCK_ADDR (
machine_uuid
)
/external/dbus/tools/
dbus-launch.c
46
static char*
machine_uuid
= NULL;
variable
51
return
machine_uuid
;
64
machine_uuid
= xstrdup (uuid_arg);
68
/* Read the machine uuid from file if needed. Returns TRUE if
machine_uuid
is
78
if (
machine_uuid
!= NULL)
100
machine_uuid
= xstrdup (uuid);
101
verbose ("UID: %s\n",
machine_uuid
);
Completed in 787 milliseconds