Home
last modified time | relevance | path

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

/systemd-251/src/nspawn/
Dnspawn.c224 static unsigned arg_console_width = UINT_MAX, arg_console_height = UINT_MAX; variable
4617 arg_console_width = settings->console_width; in merge_settings()
5211 if (arg_console_width != UINT_MAX || arg_console_height != UINT_MAX) in run_container()
5213 arg_console_width, in run_container()