Lines Matching refs:tz
939 const char *tz = NULL;
942 tz = link->network->dhcp_server_timezone;
948 tz = buffer;
951 if (tz) {
952 r = sd_dhcp_server_set_timezone(link->dhcp_server, tz);
1096 int link_set_timezone(Link *link, const char *tz) {
1101 assert(tz);
1103 log_link_debug(link, "Setting system timezone: '%s'", tz);
1120 tz,
2914 const char *tz = NULL;
2918 r = sd_dhcp_lease_get_timezone(link->dhcp_lease, &tz);
2920 fprintf(f, "TIMEZONE=%s\n", tz);