Searched refs:arg_scope (Results 1 - 2 of 2) sorted by relevance
/systemd/src/run/ |
H A D | run.c | 44 static bool arg_scope = false; variable 214 arg_scope = true; 381 if (arg_scope && arg_transport != BUS_TRANSPORT_LOCAL) { 386 if (arg_scope && (arg_remain_after_exit || arg_service_type)) { 391 if (arg_pty && (with_timer() || arg_scope)) { 401 if (arg_scope && with_timer()) { 1245 if (arg_scope)
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 99 static UnitFileScope arg_scope = UNIT_FILE_SYSTEM; variable 180 user = arg_scope != UNIT_FILE_SYSTEM; 218 if (arg_scope != UNIT_FILE_SYSTEM) 234 if (arg_scope != UNIT_FILE_SYSTEM) 294 if (arg_scope == UNIT_FILE_GLOBAL) 1380 r = unit_file_get_list(arg_scope, arg_root, h); 1937 r = unit_file_get_default(arg_scope, arg_root, &_path); 2001 r = unit_file_set_default(arg_scope, arg_root, unit, true, &changes, &n_changes); 2274 arg_scope == UNIT_FILE_SYSTEM ? "" : " --user"); 2783 q = bus_wait_for_jobs(w, arg_quiet, arg_scope ! [all...] |
Completed in 805 milliseconds