Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dfuzz-dhcp6-client.c73 …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/
Dudev-event.c526 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()
Dudev-event.h61 int udev_check_format(const char *value, size_t *offset, const char **hint);
Dudev-rules.c248 #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/
Dbus-util.c38 bool hint = transport == BUS_TRANSPORT_LOCAL && r == -ENOMEDIUM; in bus_log_address_error() local
41hint ? "Failed to set bus address: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (con… in bus_log_address_error()
Dqrcode-util.c20 …odeString)(const char *string, int version, QRecLevel level, QRencodeMode hint, int casesensitive)…
/systemd-251/shell-completion/bash/
Dhomectl69 --password-hint
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-persistent-storage.rules86 IMPORT{builtin}="blkid --hint=session_offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}"
/systemd-251/rules.d/
D60-persistent-storage.rules104 IMPORT{builtin}="blkid --hint=session_offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}"
/systemd-251/src/partition/
Drepart.c2249 _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/
DUSER_RECORD.md622 `passwordHint` → A user-selected password hint in free-form text. This should
/systemd-251/
DTODO1432 …- logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session i…