Home
last modified time | relevance | path

Searched refs:HOSTNAME_STATIC (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dhostname-setup.c172 source = HOSTNAME_STATIC; in hostname_setup()
217 [HOSTNAME_STATIC] = "static",
Dhostname-setup.h8 HOSTNAME_STATIC, /* from /etc/hostname */ enumerator
/systemd-251/src/hostname/
Dhostnamed.c454 hns = HOSTNAME_STATIC; in context_update_kernel_hostname()
704 c->hostname_source = HOSTNAME_STATIC; in context_determine_hostname_source()
Dhostnamectl.c448 if (hostname_source_from_string(source) == HOSTNAME_STATIC) in set_hostname()