Searched refs:minimum (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/udev/ |
D | udev-builtin-keyboard.c | 117 next = parse_token(value, &absinfo.minimum); in override_abs() 127 … evcode, absinfo.minimum, absinfo.maximum, absinfo.resolution, absinfo.fuzz, absinfo.flat); in override_abs()
|
D | udev-builtin-input_id.c | 45 return (absinfo->maximum - absinfo->minimum) / absinfo->resolution; in abs_size_mm()
|
/systemd-251/src/resolve/ |
D | resolved-dns-rr.c | 614 a->soa.minimum == b->soa.minimum; in dns_resource_record_payload_equal() 898 rr->soa.minimum); in dns_resource_record_to_string() 1382 siphash24_compress(&rr->soa.minimum, sizeof(rr->soa.minimum), state); in dns_resource_record_hash_func() 1557 copy->soa.minimum = rr->soa.minimum; in dns_resource_record_copy()
|
D | resolved-dns-cache.c | 332 if (ttl > rr->soa.minimum) in calculate_until() 333 ttl = rr->soa.minimum; in calculate_until() 551 if (nsec_ttl <= 0 || soa->soa.minimum <= 0 || soa->ttl <= 0) { in dns_cache_put_negative()
|
D | resolved-dns-rr.h | 154 uint32_t minimum; member
|
D | resolved-dns-answer.c | 265 soa->soa.minimum = ttl; in dns_answer_add_soa()
|
D | resolved-dns-packet.c | 987 r = dns_packet_append_uint32(p, rr->soa.minimum, NULL); in dns_packet_append_rr() 1817 r = dns_packet_read_uint32(p, &rr->soa.minimum, NULL); in dns_packet_read_rr()
|
/systemd-251/units/ |
D | systemd-oomd.service.in | 32 # Reserve some minimum amount of memory so that systemd-oomd can continue to
|
/systemd-251/docs/ |
D | USER_NAMES.md | 39 though. This rule enforces a minimum length of one character but no maximum 87 hyphen. A size limit is enforced: the minimum of `sysconf(_SC_LOGIN_NAME_MAX)`
|
D | CONTRIBUTING.md | 66 It is often tempting to bump external dependencies minimum versions to cut cruft, and in general it…
|
D | PORTABILITY_AND_STABILITY.md | 26 …erfaces too. In the meantime we will however try to keep breakage of these interfaces at a minimum:
|
/systemd-251/ |
D | meson_options.txt | 227 description : 'minimum system UID used when allocating') 229 description : 'minimum system GID used when allocating') 235 description : 'minimum dynamic UID') 239 description : 'minimum container UID base')
|
D | NEWS | 7 * The minimum kernel version required has been bumped from 3.13 to 4.15, 1273 "min" and "max" to shrink/grow the home area to the minimum/maximum 4941 minimum operational state required for the interface to be considered 6561 PollIntervalMaxSec= to tweak the minimum and maximum poll interval. 7822 the minimum necessary to make the system boot. Previously, it 9063 minimum required kernel version for the unified hierarchy to 10209 the minimum supported kernel version is thus bumped to 3.7. 11122 black screen, should the brightness have been set to minimum
|
/systemd-251/src/core/ |
D | dbus-cgroup.c | 821 #define BUS_DEFINE_SET_CGROUP_LIMIT(function, mask, scale, minimum) \ argument 839 if (v < minimum) \ 876 if (v < minimum || v >= UINT64_MAX) \
|