Home | History | Annotate | Download | only in bus

Lines Matching refs:machine_id

2950   const char *machine_id;
2997 machine_id = NULL;
2998 if (!dbus_message_get_args (message, NULL, DBUS_TYPE_STRING, &machine_id, DBUS_TYPE_INVALID))
3005 if (machine_id == NULL || strlen (machine_id) != 32)
3007 _dbus_warn ("Machine id looks bogus: '%s'\n", machine_id ? machine_id : "null");