Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 53) sorted by relevance

123

/systemd-251/test/units/
Dtestsuite-17.03.sh38 local since
40 since="$(date '+%F %T')"
49 if coredumpctl --since "$since" --no-legend --no-pager | grep /bin/udevadm ; then
/systemd-251/src/login/
Dlogind-inhibit.c177 dual_timestamp_get(&i->since); in inhibitor_start()
399 dual_timestamp *since, in manager_is_inhibited() argument
429 i->since.monotonic < ts.monotonic) in manager_is_inhibited()
430 ts = i->since; in manager_is_inhibited()
438 if (since) in manager_is_inhibited()
439 *since = ts; in manager_is_inhibited()
Dlogind-inhibit.h46 dual_timestamp since; member
67 bool manager_is_inhibited(Manager *m, InhibitWhat w, InhibitMode mm, dual_timestamp *since, bool ig…
Dlogind.c953 struct dual_timestamp since; in manager_dispatch_idle_action() local
965 r = manager_get_idle_hint(m, &since); in manager_dispatch_idle_action()
973 if (n >= since.monotonic + m->idle_action_usec && in manager_dispatch_idle_action()
981 elapse = MAX(since.monotonic, m->idle_action_not_before_usec) + m->idle_action_usec; in manager_dispatch_idle_action()
/systemd-251/.lgtm/cpp-queries/
DUninitializedVariableWithCleanup.ql20 * since they don't do anything illegal even when the variable is uninitialized
73 * is not a valid initialization, since we might return from the function
74 * _before_ the actual iniitialization (emphasis on _might_, since we
/systemd-251/shell-completion/zsh/
D_coredumpctl36 {-S,--since}'[Print entries since the specified date]' \
/systemd-251/units/
Dsystemd-logind.service.in40 # We don't use ProtectProc= since we need to look for usernames and tty for wall messages
63 # Increase the default a bit in order to allow many simultaneous logins since
Ddebug-shell.service.in31 # Unset locale for the console getty since the console has problems
Dsystemd-machined.service.in35 # Note that machined cannot be placed in a mount namespace, since it
Dsystemd-timesyncd.service.in25 # Turn off DNSSEC validation for hostname look-ups, since those need the
Dgetty@.service.in58 # Unset locale for the console getty since the console has problems
/systemd-251/docs/
DRESOLVED-VPNS.md40 associated to individual interfaces instead, since they are typically
57 desirable (since security-sensitive), but needs to be supported for specific
62 since not part of DHCP/IPv6RA/PPP.
108 server, since it matches by three suffix labels instead of just two. The fact
112 `foo.corp.company.example`, but the latter interface wins, since the match is
152 server, since there are no other interfaces with better matching DNS
221 *corporate* kind of VPN is not well covered, since the interface cannot
231 LLMNR or MulticastDNS is enabled, since that works without any explicitly
DJOURNAL_EXPORT_FORMATS.md41 MESSAGE=AccountsService-DEBUG(+): ActUserManager: ignoring unspecified session '8' since it's not g…
133 …his is necessary to handle binary data in a safe way without losing data, since JSON cannot embed …
136 …me/monotonic timestamps of this entry as formatted numeric string of usec since the respective epo…
DUSER_NAMES.md111 registered by a variety of tools relaxed mode is used, but since the primary
147 parsing errors, and creates confusion since not visible on screen)
156 from the user's/administrator's view. An embedded period is problematic since
DRANDOM_SEEDS.md170 though, since the seed is — more often than not — not reset when 'golden'
220 write (since hard-disk sectors typically happen to be 512 bytes long, too),
244 testing environments is a security problem since cryptographic key material
342 This doesn't solve the issue, since it requires a nonce to start from, and
358 support](https://netbsd.gw.com/cgi-bin/man-cgi?boot+8) since ages!*
362 since it neither updates the random seed before using it, nor has any
DJOURNAL_FILE_FORMAT.md64 but received various compatible and incompatible additions since.
79 * All time values are stored in usec since the respective epoch.
251 with **n_data** needs to be explicitly checked for via a size check, since they
594 SHA-256 HMAC tag that is calculated from the objects stored in the file since
641 since the item array of the entry contains hashes of all data fields
681 since seeking should not be a frequent operation.
DENVIRONMENT.md284 selection, since we are living in the 21st century.
324 stdout. Setting to true is useful in manual invocations, since all output is
330 Note that it may be also useful to set `$SYSTEMD_LOG_LEVEL`, since all logging
397 purposes. Do not use this for production code paths, since environment
/systemd-251/mkosi.default.d/debian/
D10-mkosi.debian71 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
/systemd-251/mkosi.default.d/ubuntu/
D10-mkosi.ubuntu69 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
/systemd-251/test/fuzz/fuzz-unit-file/
Dsystemd-machined.service37 # Note that machined cannot be placed in a mount namespace, since it
/systemd-251/.github/workflows/
Dmkosi.yml22 # since it's _very_ verbose in the QEMU task
/systemd-251/shell-completion/bash/
Dcoredumpctl42 -r --reverse -S --since -U --until -D --directory -q --quiet --debugger
/systemd-251/test/
Dmeson.build170 message('Skipping test-rpm-macros since rpm and/or rpmspec are not available')
/systemd-251/rules.d/
D99-systemd.rules.in20 # Ignore encrypted devices with no identified superblock on it, since
/systemd-251/test/fuzz/fuzz-udev-rules/
D99-systemd.rules20 # Ignore encrypted devices with no identified superblock on it, since

123