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

/systemd/src/hostname/
H A Dhostnamectl.c233 static int set_simple_string(sd_bus *bus, const char *method, const char *value) { function
284 r = set_simple_string(bus, "SetPrettyHostname", p);
290 r = set_simple_string(bus, "SetStaticHostname", hostname);
296 r = set_simple_string(bus, "SetHostname", hostname);
308 return set_simple_string(bus, "SetIconName", args[1]);
315 return set_simple_string(bus, "SetChassis", args[1]);
322 return set_simple_string(bus, "SetDeployment", args[1]);
329 return set_simple_string(bus, "SetLocation", args[1]);

Completed in 14 milliseconds