/systemd-251/src/libsystemd-network/ |
D | fuzz-dhcp6-client.c | 73 …struct in6_addr hint = { { { 0x3f, 0xfe, 0x05, 0x01, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } … in LLVMFuzzerTestOneInput() local 91 assert_se(sd_dhcp6_client_set_prefix_delegation_hint(client, 48, &hint) >= 0); in LLVMFuzzerTestOneInput()
|
/systemd-251/src/udev/ |
D | udev-event.c | 526 int udev_check_format(const char *value, size_t *offset, const char **hint) { in udev_check_format() argument 537 if (hint) in udev_check_format() 538 *hint = "invalid substitution type"; in udev_check_format() 548 if (hint) in udev_check_format() 549 *hint = "attribute value missing"; in udev_check_format() 560 if (hint) in udev_check_format() 561 *hint = "attribute value not a valid number"; in udev_check_format()
|
D | udev-event.h | 61 int udev_check_format(const char *value, size_t *offset, const char **hint);
|
D | udev-rules.c | 248 #define log_token_invalid_attr_format(rules, key, attr, offset, hint) \ argument 251 attr, key, offset, hint) 252 #define log_token_invalid_value(rules, key, value, offset, hint) \ argument 255 value, key, offset, hint) 525 const char *hint; in check_value_format_and_warn() local 529 else if (udev_check_format(value, &offset, &hint) < 0) in check_value_format_and_warn() 530 log_token_invalid_value(rules, key, value, offset + 1, hint); in check_value_format_and_warn() 535 const char *hint; in check_attr_format_and_warn() local 539 if (udev_check_format(value, &offset, &hint) < 0) in check_attr_format_and_warn() 540 log_token_invalid_attr_format(rules, key, value, offset + 1, hint); in check_attr_format_and_warn()
|
/systemd-251/src/shared/ |
D | bus-util.c | 38 bool hint = transport == BUS_TRANSPORT_LOCAL && r == -ENOMEDIUM; in bus_log_address_error() local 41 …hint ? "Failed to set bus address: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (con… in bus_log_address_error()
|
D | qrcode-util.c | 20 …odeString)(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive)…
|
/systemd-251/shell-completion/bash/ |
D | homectl | 69 --password-hint
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-persistent-storage.rules | 86 IMPORT{builtin}="blkid --hint=session_offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}"
|
/systemd-251/rules.d/ |
D | 60-persistent-storage.rules | 104 IMPORT{builtin}="blkid --hint=session_offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}"
|
/systemd-251/src/partition/ |
D | repart.c | 2249 _cleanup_free_ char *hint = NULL; in context_dump_partition_bar() local 2251 (void) partition_hint(p, node, &hint); in context_dump_partition_bar() 2254 … d = strjoin(special_glyph(SPECIAL_GLYPH_TREE_BRANCH), " ", strna(hint)); in context_dump_partition_bar() 2256 … d = strjoin(special_glyph(SPECIAL_GLYPH_TREE_RIGHT), " ", strna(hint)); in context_dump_partition_bar()
|
/systemd-251/docs/ |
D | USER_RECORD.md | 622 `passwordHint` → A user-selected password hint in free-form text. This should
|
/systemd-251/ |
D | TODO | 1432 …- logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session i…
|