Searched refs:focus (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-util.c | 33 int acquire_bus(BusFocus focus, sd_bus **ret) { in acquire_bus() argument 36 assert(focus < _BUS_FOCUS_MAX); in acquire_bus() 41 focus = BUS_FULL; in acquire_bus() 44 focus = BUS_FULL; in acquire_bus() 46 if (!buses[focus]) { in acquire_bus() 51 if (focus == BUS_MANAGER) in acquire_bus() 52 … r = bus_connect_transport_systemd(arg_transport, arg_host, user, &buses[focus]); in acquire_bus() 54 r = bus_connect_transport(arg_transport, arg_host, user, &buses[focus]); in acquire_bus() 58 (void) sd_bus_set_allow_interactive_authorization(buses[focus], arg_ask_password); in acquire_bus() 61 *ret = buses[focus]; in acquire_bus()
|
D | systemctl-util.h | 16 int acquire_bus(BusFocus focus, sd_bus **ret);
|
/systemd-251/src/userdb/ |
D | userdbctl.c | 312 uid_t focus = 0; in table_add_uid_map() local 320 if (focus < p[i].start) { in table_add_uid_map() 321 r = add_unavailable(table, focus, p[i].start-1); in table_add_uid_map() 329 focus = UINT32_MAX; in table_add_uid_map() 333 focus = p[i].start + p[i].nr; in table_add_uid_map() 336 if (focus < UINT32_MAX-1) { in table_add_uid_map() 337 r = add_unavailable(table, focus, UINT32_MAX-1); in table_add_uid_map()
|
/systemd-251/src/home/ |
D | homed-manager.h | 83 int manager_enqueue_gc(Manager *m, Home *focus);
|
D | homed-manager.c | 1746 int manager_enqueue_gc(Manager *m, Home *focus) { in manager_enqueue_gc() argument 1764 if (m->gc_focus != focus) /* not the same focus, then look at everything */ in manager_enqueue_gc() 1769 m->gc_focus = focus; /* start focused */ in manager_enqueue_gc()
|
/systemd-251/src/coredump/ |
D | coredumpctl.c | 768 static int focus(sd_journal *j) { in focus() function 830 r = focus(j); in dump_list() 1056 r = focus(j); in dump_core() 1115 r = focus(j); in run_debug()
|
/systemd-251/docs/ |
D | BOOT_LOADER_SPECIFICATION.md | 308 focus for this specification. More specifically, on non-EFI systems 367 operating systems in mind, starting Windows or macOS is out of focus with these 415 There are a couple of items that are out of focus for this specification: 421 out of focus for this specification.
|
D | PORTABLE_SERVICES.md | 73 The primary focus use-case of "portable services" is to extend the host system 75 of the system, though possibly restricted by security knobs. This focus
|
D | USER_NAMES.md | 61 focus on Linux systems only however, hence those are out of scope. That said,
|
D | RESOLVED-VPNS.md | 250 its local focus — in particular in the aforementioned less trusted *corporate*
|
D | CODING_STYLE.md | 200 - Our focus is on the GNU libc (glibc), not any other libcs. If other libcs are
|
D | CGROUP_DELEGATION.md | 111 software today and don't focus on the unified mode, then you are writing
|
D | USER_RECORD.md | 695 properties as they tend to require a per-system focus, however they may be used
|
/systemd-251/ |
D | NEWS | 8557 micro-services focus doesn't fit into the machine image focus of
|