Searched defs:our_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/machine/
H A Dmachinectl.c1664 const char **our_path = userdata, *line; local
1669 assert(our_path);
1677 if (!streq_ptr(*our_path, sd_bus_message_get_path(m)))
1688 const char **our_path = userdata, *path, *result; local
1693 assert(our_path);
1701 if (!streq_ptr(*our_path, path))

Completed in 19 milliseconds