Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 16 of 16) sorted by relevance

/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md113 progresses. Most data stored in these objects is not altered anymore after
116 objects to the end of the file, and then links them up at front after that's
135 * An **ENTRY** object, which binds several **DATA** objects together into a log entry.
136 … **DATA_HASH_TABLE** object, which encapsulates a hash table for finding existing **DATA** objects.
137 …*FIELD_HASH_TABLE** object, which encapsulates a hash table for finding existing **FIELD** objects.
202 The **n_objects** field contains a counter for objects currently available in
203 this file. As objects are appended to the end of the file this counter is
211 counters of the objects of the specific types.
238 features. Readers should simply skip objects of unknown types as they read
269 HEADER_INCOMPATIBLE_COMPRESSED_XZ indicates that the file includes DATA objects
[all …]
DARCHITECTURE.md26 implement the public shared objects we provide (`sd-bus`, `sd-login`,
28 `pam_systemd`), must be located in `src/basic` (those objects are not allowed
DUSER_RECORD.md114 3. A number of fields are located in objects inside the `perMachine` section
593 `perMachine` → An array of objects, which contain the `perMachine` section of
597 to objects that contain the `binding` section of the user record,
602 objects that contain the `status` section of the user record, i.e. additional
606 `signature` → An array of objects, which contain cryptographic signatures of
636 `pkcs11EncryptedKey` → An array of objects. Each element of the array should be
653 `fido2HmacSalt` → An array of objects, implementing authentication support with
672 `recoveryKey`→ An array of objects, each defining a recovery key. The object
698 The `perMachine` field in the top-level object is an array of objects. When
707 multiple per-machine objects the one specified later in the array wins (and
[all …]
DCODING_STYLE.md145 objects), or we disable caching for any thread that is not the main
155 mutable objects, and call-by-reference return parameters. Input parameters
312 half-initialized objects, too.
511 important for objects that unprivileged users may allocate, but also matters
574 i.e. file system objects that are supposed to be regular files whose paths
576 file system objects. This is a good idea so that we don't end up blocking on
DGROUP_RECORD.md58 objects/arrays for the other six group record sections. These are organized the
DCOREDUMP_PACKAGE_METADATA.md81 these JSON objects are thus permitted to encode numeric values from these
DJOURNAL_NATIVE_PROTOCOL.md119 with multiple suitable objects of the same type at once. This should only be
DHOME_DIRECTORY.md23 record into 'normalized' form (i.e. all objects should contain their fields
DUSER_GROUP_API.md48 but as soon as potentially many and large objects shall be transferred,
DCGROUP_DELEGATION.md158 processes forked off by something else, i.e. existing runtime objects, and
/systemd-251/src/shared/
Dpkcs11-util.c357 CK_OBJECT_HANDLE objects[2]; in pkcs11_token_find_x509_certificate() local
439 rv = m->C_FindObjects(session, objects, ELEMENTSOF(objects), &n_objects); in pkcs11_token_find_x509_certificate()
454 *ret_object = objects[0]; in pkcs11_token_find_x509_certificate()
521 CK_OBJECT_HANDLE objects[2]; in pkcs11_token_find_private_key() local
629 rv = m->C_FindObjects(session, objects, ELEMENTSOF(objects), &n_objects); in pkcs11_token_find_private_key()
644 *ret_object = objects[0]; in pkcs11_token_find_private_key()
/systemd-251/shell-completion/zsh/
D_busctl96 local -a objects
98 objects=($(__busctl --list tree $name ))
99 echo $objects
/systemd-251/src/libsystemd/
Dmeson.build110 'sd-bus/bus-objects.c',
111 'sd-bus/bus-objects.h',
257 [files('sd-bus/test-bus-objects.c'),
/systemd-251/
DNEWS401 * udevadm info --tree will now show a tree of objects (i.e. devices and
1755 objects systemd manages, in order to simplify integration with
1759 Link bus objects. This is exposed via "networkctl --json=".
3901 sockets and other file system objects are generated taking the new
3962 D-Bus message object as "sensitive". Those objects are erased from
5524 exports two new properties on its Manager D-Bus objects indicating
5570 * Unit objects on D-Bus gained a new "Refs" property that lists all
5865 byte threshold value. All journal objects larger than this threshold
6035 objects and set their description string already during allocation.
6043 sd_event_source, sd_bus_slot, and sd_bus_track objects. For this new
[all …]
DTODO383 * doc: prep a document explaining resolved's internal objects, i.e. Query
1213 * libsystemd-journal, libsystemd-login, libudev: add calls to easily attach these objects to sd-eve…
1359 - add API to clone sd_bus_message objects
1448 - expose "Locked" property on logind session objects
Dmeson.build1288 # libidn is used for both libidn and libidn2 objects