Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 146) sorted by relevance

123456

/systemd-251/tools/
Dupdate-dbus-docs.py46 name = elem.get('name')
54 anno_name = anno.get('name')
55 anno_value = anno.get('value')
62 argname = arg.get('name')
69 type = arg.get('type')
71 direction = arg.get('direction')
92 name = elem.get('name')
93 type = elem.get('type')
94 access = elem.get('access')
103 anno_name = anno.get('name')
[all …]
Dcatalog-report.py46 print('{}:{} {}'.format(x.get('CODE_FILE', '???'),
47 x.get('CODE_LINE', '???'),
48 x.get('CODE_FUNC', None) or x.get('CODE_FUNCTION', '???')))
49 print(' {}'.format(x.get('MESSAGE', 'no message!')))
64 name = mids.get(mid, 'unknown')
Dmake-directive-index.py22 klass = variablelist.attrib.get('class')
23 searchpath = variablelist.attrib.get('xpath','./varlistentry/term/varname')
43 extra = variablelist.attrib.get('extra-ref')
58 if name.attrib.get('index') == 'false':
81 if name.attrib.get('index') == 'false':
86 klass = name.attrib.get('class') or 'constants'
95 if name.attrib.get('index') == 'false':
157 names = [vl.get('id') for vl in template.iterfind('.//variablelist')]
Doss-fuzz.sh35 apt-get update
36 apt-get install -y gperf m4 gettext python3-pip \
44 apt-get install -y gnu-efi zstd
Dget-coverity.sh22 sudo apt-get update && sudo apt-get -y install wget
/systemd-251/sysusers.d/
Dmeson.build10 elif pair[1] == '' or conf.get(pair[1]) == 1
14 .format(pair[0], pair[1], conf.get(pair[1], 0)))
19 if enable_sysusers and conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_MICROHTTPD') == 1
26 ['systemd-network.conf', enable_sysusers and conf.get('ENABLE_NETWORKD') == 1],
27 ['systemd-resolve.conf', enable_sysusers and conf.get('ENABLE_RESOLVE') == 1],
28 ['systemd-timesync.conf', enable_sysusers and conf.get('ENABLE_TIMESYNCD') == 1]]
/systemd-251/src/journal-remote/
Dmeson.build18 if conf.get('HAVE_MICROHTTPD') == 1
47 … conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_LIBCURL') == 1 and install_sysconfdir_samples],
49 …conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_MICROHTTPD') == 1 and install_sysconfdir_samples…
62 if conf.get('ENABLE_REMOTE') == 1 and conf.get('HAVE_MICROHTTPD') == 1
/systemd-251/.semaphore/
Dsemaphore-runner.sh49 apt-get -q --allow-releaseinfo-change update
50 apt-get -y dist-upgrade
51 apt-get install -y eatmydata
53 apt-get install -y fdisk tree libfdisk-dev libp11-kit-dev libssl-dev libpwquality-dev rpm
54 apt-get purge --auto-remove -y unattended-upgrades
69 sudo apt-get -q update
70 sudo apt-get install -y -t "$UBUNTU_RELEASE-backports" lxc
71 sudo apt-get install -y python3-debian git dpkg-dev fakeroot python3-jinja2
/systemd-251/test/
Dsysv-generator-test.py168 self.assertEqual(s.get('Unit', 'Description'), 'LSB: test foo service')
174 self.assertEqual(s.get('Service', 'Type'), 'forking')
176 self.assertEqual(s.get('Service', 'ExecStart'),
178 self.assertEqual(s.get('Service', 'ExecStop'),
216 self.assertEqual(s.get('Unit', 'After'), 'network-online.target')
217 self.assertEqual(s.get('Unit', 'Wants'), 'network-online.target')
226 self.assertEqual(s.get('Unit', 'After').split(), ['nss-lookup.target', 'rpcbind.target'])
244 self.assertEqual(sorted(results['foo.service'].get('Unit', 'After').split()),
270 self.assertEqual(results['consumer.service'].get('Unit', 'After'),
335 self.assertEqual(s.get('Unit', 'Description'), 'LSB: test foo service')
[all …]
Dmeson.build73 if conf.get('HAVE_GNU_EFI') == 1 and conf.get('HAVE_ZSTD') == 1
78 if conf.get('ENABLE_RESOLVE') == 1
101 if install_tests and conf.get('ENABLE_SYSUSERS') == 1
/systemd-251/
Dmeson.build38 verification = conf.get('BUILD_MODE_DEVELOPER') == 1
491 # We get -1 if the size cannot be determined
802 if conf.get('SYSTEM_ALLOC_UID_MIN') >= conf.get('SYSTEM_UID_MAX')
805 if conf.get('SYSTEM_ALLOC_GID_MIN') >= conf.get('SYSTEM_GID_MAX')
983 crypt_header = conf.get('HAVE_CRYPT_H') == 1 ? '''#include <crypt.h>''' : '''#include <unistd.h>'''
1270 conf.set10('CURL_NO_OLDIES', conf.get('BUILD_MODE_DEVELOPER') == 1)
1542 if conf.get('HAVE_DBUS') == 1
1554 if conf.get('HAVE_DBUS') == 1
1562 if conf.get('HAVE_DBUS') == 1
1574 if conf.get('HAVE_DBUS') == 1
[all …]
/systemd-251/tmpfiles.d/
Dmeson.build3 enable_tmpfiles = conf.get('ENABLE_TMPFILES') == 1
22 elif pair[1] == '' or conf.get(pair[1]) == 1
26 .format(pair[0], pair[1], conf.get(pair[1], 0)))
40 elif pair[1] == '' or conf.get(pair[1]) == 1
50 .format(pair[0], pair[1], conf.get(pair[1], 0)))
/systemd-251/src/cryptenroll/
Dmeson.build18 if conf.get('HAVE_P11KIT') == 1 and conf.get('HAVE_OPENSSL') == 1
22 if conf.get('HAVE_LIBFIDO2') == 1
26 if conf.get('HAVE_TPM2') == 1
/systemd-251/units/
Dmeson.build3 with_runlevels = conf.get('HAVE_SYSV_COMPAT') == 1
272 install = ((conds.get(0, '') == '' or conf.get(conds[0]) == 1) and
273 (conds.get(1, '') == '' or conf.get(conds[1]) == 1))
292 input = tuple.get(3, file)
295 install = ((conds.get(0, '') == '' or conf.get(conds[0]) == 1) and
296 (conds.get(1, '') == '' or conf.get(conds[1]) == 1))
325 if conf.get('HAVE_SYSV_COMPAT') == 1
/systemd-251/man/
Dcheck-os-release-simple.py7 pretty_name = os_release.get('PRETTY_NAME', 'Linux')
10 if 'fedora' in [os_release.get('ID', 'linux'),
11 *os_release.get('ID_LIKE', '').split()]:
Dcheck-os-release.py31 pretty_name = os_release.get('PRETTY_NAME', 'Linux')
34 if 'debian' in [os_release.get('ID', 'linux'),
35 *os_release.get('ID_LIKE', '').split()]:
/systemd-251/src/cryptsetup/
Dmeson.build11 if conf.get('HAVE_P11KIT') == 1
15 if conf.get('HAVE_LIBFIDO2') == 1
19 if conf.get('HAVE_TPM2') == 1
/systemd-251/src/libsystemd/sd-resolve/
Dresolve-private.h13 const struct sockaddr *sa, socklen_t salen, int flags, uint64_t get,
29 #define resolve_getnameinfo(resolve, ret_query, sa, salen, flags, get, callback, destroy_callback, … argument
35 sa, salen, flags, get, \
/systemd-251/src/shared/
Dmeson.build36 'bus-get-properties.c',
37 'bus-get-properties.h',
360 if conf.get('HAVE_ACL') == 1
367 if conf.get('ENABLE_UTMP') == 1
371 if conf.get('HAVE_SECCOMP') == 1
376 if conf.get('HAVE_LIBIPTC') == 1
380 if conf.get('HAVE_LIBBPF') == 1
387 if conf.get('HAVE_KMOD') == 1
391 if conf.get('HAVE_PAM') == 1
398 if conf.get('ENABLE_NSCD') == 1
/systemd-251/rules.d/
Dmeson.build34 conf.get('HAVE_KMOD') == 1],
58 ['70-uaccess.rules', enable_logind and conf.get('HAVE_ACL') == 1],
62 ['90-vconsole.rules', conf.get('ENABLE_VCONSOLE') == 1],
/systemd-251/.github/workflows/
Dunit_tests.sh51 apt-get -y update
52 apt-get -y build-dep systemd
53 apt-get -y install "${ADDITIONAL_DEPS[@]}"
Dbuild_test.sh104 apt-get -y update
105 apt-get -y build-dep systemd
106 apt-get -y install "${PACKAGES[@]}"
/systemd-251/src/resolve/
Dmeson.build138 if conf.get('ENABLE_DNS_OVER_TLS') == 1
139 if conf.get('DNS_OVER_TLS_USE_GNUTLS') == 1
145 elif conf.get('DNS_OVER_TLS_USE_OPENSSL') == 1
156 if conf.get('ENABLE_RESOLVE') == 1
172 install : conf.get('ENABLE_RESOLVE') == 1 and install_sysconfdir_samples,
/systemd-251/src/network/
Dsystemd-networkd.rules4 // Allow systemd-networkd to set timezone, get product UUID,
8 action.id == "org.freedesktop.hostname1.get-product-uuid" ||
/systemd-251/src/home/
Dmeson.build30 if conf.get('HAVE_P11KIT') == 1
33 if conf.get('HAVE_LIBFIDO2') == 1
98 if conf.get('ENABLE_HOMED') == 1

123456