Searched refs:augmented (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/home/ |
D | homed-varlink.c | 38 _cleanup_(user_record_unrefp) UserRecord *augmented = NULL; in build_user_json() 51 r = home_augment_status(h, flags, &augmented); in build_user_json() 56 … JSON_BUILD_PAIR("record", JSON_BUILD_VARIANT(augmented->json)), in build_user_json() 57 … JSON_BUILD_PAIR("incomplete", JSON_BUILD_BOOLEAN(augmented->incomplete)))); in build_user_json()
|
D | homed-home-bus.c | 85 _cleanup_(user_record_unrefp) UserRecord *augmented = NULL; in bus_home_get_record_json() 104 r = home_augment_status(h, flags, &augmented); in bus_home_get_record_json() 108 r = json_variant_format(augmented->json, 0, ret); in bus_home_get_record_json() 113 *ret_incomplete = augmented->incomplete; in bus_home_get_record_json()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-creds.h | 13 uint64_t augmented; member
|
D | bus-creds.c | 126 return c->augmented; in sd_bus_creds_get_augmented_mask() 1103 c->augmented = missing & c->mask; in bus_creds_add_more() 1326 n->augmented = c->augmented & n->mask; in bus_creds_extend_by_pid()
|
/systemd-251/docs/ |
D | AUTOMATIC_BOOT_ASSESSMENT.md | 153 Of the stack described above many components may be replaced or augmented. Here
|
D | BUILDING_IMAGES.md | 262 the distribution's file with one augmented with these two additional
|
D | USER_GROUP_API.md | 98 records are automatically converted as needed, and possibly augmented with
|
D | USER_RECORD.md | 144 section is augmented during runtime only, and never persisted to disk. The 200 version of the record on the host, with the same four sections and augmented
|
/systemd-251/ |
D | NEWS | 1872 * The OnFailure= dependency between units is now augmented with a 2093 tables, but may be augmented from a new hwdb database. hostnamectl 3812 block device or augmented with additional partitions. For example, 4878 * The fallback DNS server list was augmented with Cloudflare public DNS
|