Lines Matching refs:machine
43 #include "machine-dbus.h"
44 #include "machine.h"
544 if (asprintf(&address, "x-machine-kernel:pid=%1$" PID_PRI ";x-machine-unix:pid=%1$" PID_PRI, m->leader) < 0)
1270 o->machine = m;
1303 Machine *machine;
1312 if (streq(path, "/org/freedesktop/machine1/machine/self")) {
1329 r = manager_get_machine_by_pid(m, pid, &machine);
1336 p = startswith(path, "/org/freedesktop/machine1/machine/");
1344 machine = hashmap_get(m->machines, e);
1345 if (!machine)
1349 *found = machine;
1362 return strappend("/org/freedesktop/machine1/machine/", e);
1367 Machine *machine = NULL;
1376 HASHMAP_FOREACH(machine, m->machines, i) {
1379 p = machine_bus_path(machine);
1426 /* Update the machine state file before we notify the client