Searched refs:reference (Results 1 – 21 of 21) sorted by relevance
/systemd-251/src/timedate/ |
D | timedatectl.c | 336 } reference; member 458 r = table_add_cell(table, NULL, TABLE_STRING, i->reference.str); in print_ntp_status_info() 460 r = table_add_cell_stringf(table, NULL, "%" PRIX32, be32toh(i->reference.val)); in print_ntp_status_info() 601 memcpy(p->reference.str, d, sz); in map_ntp_message() 737 printf(" Reference=%s,", i.reference.str); in print_timesync_property() 739 printf(" Reference=%" PRIX32 ",", be32toh(i.reference.val)); in print_timesync_property()
|
/systemd-251/src/shared/ |
D | json.c | 101 JsonVariant *reference; member 216 return json_variant_dereference(v->reference); in json_variant_dereference() 505 a->reference = json_variant_ref(json_variant_conservative_formalize(b)); in json_variant_set() 650 r = json_variant_new_string(&w->reference, l[v->n_elements]); in json_variant_new_array_strv() 738 return offsetof(JsonVariant, reference) + sizeof(JsonVariant*); in json_variant_size() 783 json_variant_sensitive(v->reference); in json_variant_free_inner() 785 json_variant_unref(v->reference); in json_variant_free_inner() 856 return json_variant_string(v->reference); in json_variant_string() 879 return json_variant_boolean(v->reference); in json_variant_boolean() 898 return json_variant_integer(v->reference); in json_variant_integer() [all …]
|
/systemd-251/.github/ |
D | codeql-custom.qls | 5 # Note: it is not recommended to directly reference the respective queries from
|
/systemd-251/.github/workflows/ |
D | coverity.yml | 29 …# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-a…
|
/systemd-251/.github/ISSUE_TEMPLATE/ |
D | Bug_report.md | 22 reference to old GitHub issues. -->
|
/systemd-251/docs/ |
D | CONVERTING_TO_HOMED.md | 79 reference.
|
D | COREDUMP_PACKAGE_METADATA.md | 85 A reference implementations of a [build-time tool is provided](https://github.com/systemd/package-n…
|
D | CODING_STYLE.md | 149 - Do not write functions that clobber call-by-reference variables on 155 mutable objects, and call-by-reference return parameters. Input parameters
|
D | CREDENTIALS.md | 147 `${CREDENTIAL_PATH}` in the `ExecStart=` command line to reference the
|
D | HACKING.md | 172 - [Tutorials - OSS-Fuzz](https://google.github.io/oss-fuzz/reference/useful-links/#tutorials)
|
D | BOOT_LOADER_SPECIFICATION.md | 301 Note that these configuration snippets may only reference kernels (and EFI
|
D | JOURNAL_FILE_FORMAT.md | 421 number of ENTRY objects that reference this object, i.e. the sum of all
|
/systemd-251/test/ |
D | test-functions | 1672 dinfo "Attempting to install $exe (based on unit file reference)" 2303 [[ -e "$file" ]] && chmod --reference="$file" "${initdir}/$file"
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 282 copyright notice for the Library among them, as well as a reference
|
D | TODO | 538 as partition image version string, this is a safe way to reference a specific 591 * add a ConnectSocket= setting to service unit files, that may reference a
|
D | NEWS | 405 /dev/disk/by-diskseq/<nr>, which may be used to reference block 5571 clients that currently have a reference on the unit (to ensure it is 5911 reference absolute paths. If non-absolute paths are specified the 7764 memory, by taking an explicit reference on them. This is useful to 7766 after the service completed execution. Taking such a reference is 8293 only reference one of these "zones". On the lower level, this is 8712 * Any reference to /etc/mtab has been dropped from 8717 with this systemd release, which also drops any reference to 8721 asking for removal of any reference to this obsolete file: 10990 implementations such as chrony or the NTP reference server,
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 98 …t include the copyright notice for the Library among them, as well as a reference directing the us…
|
/systemd-251/hwdb.d/ |
D | usb.ids | 16098 0bb8 DVB-T reference design (MOD300) (cold) 16099 0bb9 DVB-T reference design (MOD300) (warm) 16100 0bc6 DVB-T reference design (MOD3000P) (cold) 16101 0bc7 DVB-T reference design (MOD3000P) (warm)
|
D | pci.ids | 1799 1002 5654 Mach 64 reference 5149 # Via AMD's own technical reference on their Am79C978 NICs; https://www.amd.com/system/files/TechDo… 14241 1131 2001 Proteus Pro [philips reference design] 14242 1131 2018 Tiger reference design 14313 1131 2004 EUROPA V3 reference design 20385 14f1 0187 Conexant DVB-T reference design 20420 14f1 0187 Conexant DVB-T reference design
|
D | 20-usb-vendor-model.hwdb | 48228 ID_MODEL_FROM_DATABASE=DVB-T reference design (MOD300) (cold) 48231 ID_MODEL_FROM_DATABASE=DVB-T reference design (MOD300) (warm) 48234 ID_MODEL_FROM_DATABASE=DVB-T reference design (MOD3000P) (cold) 48237 ID_MODEL_FROM_DATABASE=DVB-T reference design (MOD3000P) (warm)
|
D | 20-pci-vendor-model.hwdb | 5190 ID_MODEL_FROM_DATABASE=Mach 64 VT (Mach 64 reference) 42102 …M_DATABASE=SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (Proteus Pro [philips reference design]) 42105 ID_MODEL_FROM_DATABASE=SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (Tiger reference design) 42318 ID_MODEL_FROM_DATABASE=SAA7134/SAA7135HL Video Broadcast Decoder (EUROPA V3 reference design) 60279 ID_MODEL_FROM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder (Conexant DVB-T reference design) 60384 …OM_DATABASE=CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (Conexant DVB-T reference design)
|