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

/systemd/src/hostname/
H A Dhostnamectl.c63 char *location; member in struct:StatusInfo
99 if (!isempty(i->location))
100 printf(" Location: %s\n", i->location);
164 { "Location", "s", NULL, offsetof(StatusInfo, location) },
203 free(info.location);
349 " set-location NAME Set location for host\n"
444 { "set-location", EQUAL, 2, set_location },
/systemd/src/basic/
H A Dlog.c337 char location[64], prefix[1 + DECIMAL_STR_MAX(int) + 2]; local
353 xsprintf(location, "(%s:%i) ", file, line);
354 IOVEC_SET_STRING(iovec[n++], location);
824 * an undefined location */
995 log_warning("Failed to parse log location setting '%s'. Ignoring.", value);

Completed in 24 milliseconds