Home | History | Annotate | Download | only in bus

Lines Matching full:machine_id

3006   const char *machine_id;
3053 machine_id = NULL;
3054 if (!dbus_message_get_args (message, NULL, DBUS_TYPE_STRING, &machine_id, DBUS_TYPE_INVALID))
3061 if (machine_id == NULL || strlen (machine_id) != 32)
3063 _dbus_warn ("Machine id looks bogus: '%s'\n", machine_id ? machine_id : "null");