Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 124) sorted by relevance

12345

/systemd-251/
Dmeson_options.txt5 description : 'override the git version string')
7description : 'override the private shared library version tag (defaults to project version)')
10 description : 'autoenable features suitable for systemd development/release builds')
13 description : '''/bin, /sbin aren't symlinks into /usr''')
15 description : '''sbin is not a symlink to bin''')
17 description : '''[/usr]/lib/x86_64-linux-gnu or such''')
19 description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''')
21 description : 'link systemd-udev and its helpers to libsystemd-shared.so')
23 description : 'link systemctl against libsystemd-shared.so')
25 description : 'link systemd-networkd and its helpers to libsystemd-shared.so')
[all …]
/systemd-251/src/libsystemd/sd-event/
Devent-util.c20 const char *description, in event_reset_time() argument
35 strna((*s)->description ?: description)); in event_reset_time()
43 …vent: Failed to get clock id of event source \"%s\": %m", strna((*s)->description ?: description)); in event_reset_time()
49 strna((*s)->description ? : description), in event_reset_time()
54 …d-event: Failed to set time for event source \"%s\": %m", strna((*s)->description ?: description)); in event_reset_time()
58 …ent: Failed to set accuracy for event source \"%s\": %m", strna((*s)->description ?: description)); in event_reset_time()
66 …(r, "sd-event: Failed to enable event source \"%s\": %m", strna((*s)->description ?: description)); in event_reset_time()
70 …return log_debug_errno(r, "sd-event: Failed to create timer event \"%s\": %m", strna(description)); in event_reset_time()
77 …ent: Failed to set priority for event source \"%s\": %m", strna((*s)->description ?: description)); in event_reset_time()
79 if (description) { in event_reset_time()
[all …]
Devent-util.h17 const char *description,
28 const char *description,
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-slot.c18 const char *description, in netlink_slot_allocate() argument
36 if (description) { in netlink_slot_allocate()
37 slot->description = strdup(description); in netlink_slot_allocate()
38 if (!slot->description) in netlink_slot_allocate()
102 free(slot->description); in netlink_slot_free()
175 int sd_netlink_slot_get_description(sd_netlink_slot *slot, const char **description) { in sd_netlink_slot_get_description() argument
178 if (description) in sd_netlink_slot_get_description()
179 *description = slot->description; in sd_netlink_slot_get_description()
181 return !!slot->description; in sd_netlink_slot_get_description()
184 int sd_netlink_slot_set_description(sd_netlink_slot *slot, const char *description) { in sd_netlink_slot_set_description() argument
[all …]
Dsd-netlink.c374 slot->description ? "'" : "", in process_timeout()
375 strempty(slot->description), in process_timeout()
376 slot->description ? "' " : ""); in process_timeout()
416 slot->description ? "'" : "", in process_reply()
417 strempty(slot->description), in process_reply()
418 slot->description ? "' " : ""); in process_reply()
468 slot->description ? "'" : "", in process_match()
469 strempty(slot->description), in process_match()
470 slot->description ? "' " : ""); in process_match()
605 const char *description) { in sd_netlink_call_async() argument
[all …]
Dnetlink-util.h114 #define netlink_add_match(nl, ret_slot, match, callback, destroy_callback, userdata, description) \ argument
121 userdata, description); \
124 …nl_add_match(nl, ret_slot, family, group, cmd, callback, destroy_callback, userdata, description) \ argument
131 userdata, description); \
/systemd-251/src/boot/efi/
Dmeasure.c18 const CHAR16 *description) { in tpm1_measure_to_pcr_and_event_log() argument
26 assert(description); in tpm1_measure_to_pcr_and_event_log()
28 desc_len = StrSize(description); in tpm1_measure_to_pcr_and_event_log()
35 CopyMem(tcg_event->Event, description, desc_len); in tpm1_measure_to_pcr_and_event_log()
51 const CHAR16 *description) { in tpm2_measure_to_pcr_and_event_log() argument
57 assert(description); in tpm2_measure_to_pcr_and_event_log()
59 desc_len = StrSize(description); in tpm2_measure_to_pcr_and_event_log()
69 CopyMem(tcg_event->Event, description, desc_len); in tpm2_measure_to_pcr_and_event_log()
142 …event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description) { in tpm_log_event() argument
146 assert(description); in tpm_log_event()
[all …]
Dmeasure.h23 …_event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
32 …event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description) { in tpm_log_event() argument
/systemd-251/src/libsystemd/sd-id128/
Dsd-id128.c140 _cleanup_free_ char *description = NULL; in get_invocation_from_keyring() local
164 description = new(char, sz); in get_invocation_from_keyring()
165 if (!description) in get_invocation_from_keyring()
168 c = keyctl(KEYCTL_DESCRIBE, key, (unsigned long) description, sz, 0); in get_invocation_from_keyring()
176 free(description); in get_invocation_from_keyring()
180 assert(description[c-1] == 0); in get_invocation_from_keyring()
183 d = strrchr(description, ';'); in get_invocation_from_keyring()
189 p = strrchr(description, ';'); in get_invocation_from_keyring()
208 g = strrchr(description, ';'); in get_invocation_from_keyring()
219 u = strrchr(description, ';'); in get_invocation_from_keyring()
/systemd-251/src/libsystemd/sd-bus/
Dbus-slot.c187 free(slot->description); in bus_slot_free()
293 _public_ int sd_bus_slot_set_description(sd_bus_slot *slot, const char *description) { in sd_bus_slot_set_description() argument
296 return free_and_strdup(&slot->description, description); in sd_bus_slot_set_description()
299 _public_ int sd_bus_slot_get_description(sd_bus_slot *slot, const char **description) { in sd_bus_slot_get_description() argument
301 assert_return(description, -EINVAL); in sd_bus_slot_get_description()
303 if (slot->description) in sd_bus_slot_get_description()
304 *description = slot->description; in sd_bus_slot_get_description()
306 *description = slot->match_callback.match_string; in sd_bus_slot_get_description()
Dbus-container.c29 b->description ? " " : "", strempty(b->description), b->machine); in bus_container_connect_socket()
36 b->description ? " " : "", strempty(b->description), b->nspid); in bus_container_connect_socket()
Dsd-bus.c199 free(b->description); in bus_free()
400 _public_ int sd_bus_set_description(sd_bus *bus, const char *description) { in sd_bus_set_description() argument
406 return free_and_strdup(&bus->description, description); in sd_bus_set_description()
524 …log_debug("Bus %s: changing state %s → %s", strna(bus->description), table[bus->state], table[stat… in bus_set_state()
1159 b->description ? " " : "", strempty(b->description), in bus_start_fd()
1216 _public_ int sd_bus_open_with_description(sd_bus **ret, const char *description) { in sd_bus_open_with_description() argument
1230 return sd_bus_open_system_with_description(ret, description); in sd_bus_open_with_description()
1232 return sd_bus_open_user_with_description(ret, description); in sd_bus_open_with_description()
1238 return sd_bus_open_user_with_description(ret, description); in sd_bus_open_with_description()
1240 return sd_bus_open_system_with_description(ret, description); in sd_bus_open_with_description()
[all …]
/systemd-251/src/shared/
Dservice-util.c12 static int help(const char *program_path, const char *service, const char *description, bool bus_in… in help() argument
29 , ansi_highlight(), description, ansi_normal() in help()
39 const char *description, in service_parse_argv() argument
64 return help(argv[0], service, description, bus_objects); in service_parse_argv()
/systemd-251/shell-completion/zsh/
D_loginctl6 local session description
7 loginctl --no-legend list-sessions | while read -r session description; do
9 _sys_all_sessions_descr+=( "${session}:$description" )
15 local uid description
16 loginctl --no-legend list-users | while read -r uid description; do
18 _sys_all_users_descr+=( "${uid}:$description" )
24 local seat description
25 loginctl --no-legend list-seats | while read -r seat description; do
27 _sys_all_seats_descr+=( "${seat}:$description" )
/systemd-251/src/sysv-generator/
Dsysv-generator.c50 char *description; member
68 free(s->description); in free_sysvstub()
138 if (s->description) { in generate_unit_file()
141 t = specifier_escape(s->description); in generate_unit_file()
432 char *description; in load_sysv() local
609 description = short_description; in load_sysv()
611 description = chkconfig_description; in load_sysv()
613 description = long_description; in load_sysv()
615 description = NULL; in load_sysv()
617 if (description) { in load_sysv()
[all …]
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c201 const char *description, in add_mount() argument
215 assert(description); in add_mount()
245 description); in add_mount()
322 const char *description) { in add_partition_mount() argument
339 description, in add_partition_mount()
414 const char *description, in add_automount() argument
424 assert(description); in add_automount()
436 description, in add_automount()
458 description, in add_automount()
/systemd-251/src/sysusers/
Dsysusers.c69 char *description; member
466 .pw_gecos = (char*) strempty(i->description), in write_temporary_passwd()
1082 r = free_and_strdup(&i->description, p->pw_gecos); in add_user()
1167 i->name, strna(i->description), i->uid, i->gid); in add_user()
1392 free(i->description); in item_free()
1473 if (!streq_ptr(a->description, b->description)) in item_equal()
1501 *description = NULL, *resolved_description = NULL, in parse_line() local
1517 &action, &name, &id, &description, &home, &shell, NULL); in parse_line()
1563 if (empty_or_dash(description)) in parse_line()
1564 description = mfree(description); in parse_line()
[all …]
/systemd-251/.github/ISSUE_TEMPLATE/
DFeature_request.md8 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11 A clear and concise description of what you want to happen.
14 A clear and concise description of any alternative solutions or features you've considered.
/systemd-251/src/core/
Dslice.c118 if (!u->description) in slice_load_root_slice()
119 u->description = strdup("Root Slice"); in slice_load_root_slice()
141 if (!u->description) in slice_load_system_slice()
142 u->description = strdup("System Slice"); in slice_load_system_slice()
183 if (!u->description) { in slice_load()
188 u->description = strjoin("Slice ", tmp); in slice_load()
/systemd-251/hwdb.d/
DREADME1 Files in this directory specify a description of hardware devices, in the form
9 man:systemd-udevd.service(8) for a description of the udev daemon.
/systemd-251/src/analyze/
Danalyze-security.c258 const char *description; in assess_protect_home() local
267 description = "Service has full access to home directories"; in assess_protect_home()
273 description = "Service has read-only access to home directories"; in assess_protect_home()
276 description = "Service has access to fake empty home directories"; in assess_protect_home()
280 description = "Service has no access to home directories"; in assess_protect_home()
283 copy = strdup(description); in assess_protect_home()
300 const char *description; in assess_protect_system() local
309 description = "Service has full access to the OS file hierarchy"; in assess_protect_system()
315description = "Service has very limited write access to the OS file hierarchy"; in assess_protect_system()
318description = "Service has strict read-only access to the OS file hierarchy"; in assess_protect_system()
[all …]
/systemd-251/src/basic/
Dmissing_syscall.h199 static inline key_serial_t missing_add_key(const char *type, const char *description, const void *p… in missing_add_key() argument
201 return syscall(__NR_add_key, type, description, payload, plen, ringid); in missing_add_key()
210 static inline key_serial_t missing_request_key(const char *type, const char *description, const cha… in missing_request_key() argument
212 return syscall(__NR_request_key, type, description, callout_info, destringid); in missing_request_key()
/systemd-251/src/systemd/
Dsd-netlink.h55 void *userdata, uint64_t usec, const char *description);
68 void *userdata, const char *description);
248 void *userdata, const char *description);
261 int sd_netlink_slot_get_description(sd_netlink_slot *slot, const char **description);
262 int sd_netlink_slot_set_description(sd_netlink_slot *slot, const char *description);
/systemd-251/src/xdg-autostart-generator/
Dxdg-autostart-service.c27 free(s->description); in xdg_autostart_service_free()
322 …try", "Name", xdg_config_parse_string, 0, &service->description }, in xdg_autostart_service_parse_desktop()
574 if (service->description) { in xdg_autostart_service_generate_unit()
577 t = specifier_escape(service->description); in xdg_autostart_service_generate_unit()
/systemd-251/src/nspawn/
Dnspawn-register.c236 const char *description, *object; in allocate_scope() local
262 description = strjoina("Container ", machine_name); in allocate_scope()
266 "Description", "s", description, in allocate_scope()

12345