/systemd-251/src/home/ |
D | user-record-sign.c | 109 JsonVariant *array, *e; in user_record_verify() local 166 JsonVariant *array; in user_record_has_signature() local
|
D | user-record-util.c | 629 _cleanup_free_ JsonVariant **array = NULL; in user_record_set_disk_size() local 1406 _cleanup_free_ JsonVariant **array = NULL; in user_record_set_rebalance_weight() local
|
D | homed-manager.c | 1819 _cleanup_free_ Home **array = NULL; in manager_rebalance_calculate() local
|
/systemd-251/src/test/ |
D | test-cpu-set-util.c | 241 _cleanup_free_ uint8_t *array = NULL; in TEST() local
|
D | test-fd-util.c | 492 int array[2] = { -1, -1 }, i = 0; in TEST() local
|
/systemd-251/src/basic/ |
D | alloc-util.h | 135 #define GREEDY_REALLOC(array, need) \ argument 138 #define GREEDY_REALLOC0(array, need) \ argument
|
/systemd-251/src/udev/ |
D | udevadm-info.c | 516 sd_device *const array[], size_t n, in output_tree_device() 543 sd_device *const array[], size_t n, in draw_tree() 610 sd_device **array; in print_tree() local
|
D | udev-builtin-input_id.c | 30 #define test_bit(bit, array) ((array[LONG(bit)] >> OFF(bit)) & 1) argument
|
/systemd-251/src/shared/ |
D | json.c | 527 int json_variant_new_array(JsonVariant **ret, JsonVariant **array, size_t n) { in json_variant_new_array() 669 int json_variant_new_object(JsonVariant **ret, JsonVariant **array, size_t n) { in json_variant_new_object() 834 void json_variant_unref_many(JsonVariant **array, size_t n) { in json_variant_unref_many() 1804 _cleanup_free_ JsonVariant **array = NULL; in json_variant_filter() local 1857 _cleanup_free_ JsonVariant **array = NULL; in json_variant_set_field() local 1981 _cleanup_free_ JsonVariant **array = NULL; in json_variant_merge() local 2061 … _cleanup_free_ JsonVariant **array = new(JsonVariant*, json_variant_elements(*v) + 1); in json_variant_append_array() local 3416 JsonVariant **array; in json_buildv() local 3645 const void *array; in json_buildv() local
|
D | user-record.c | 756 Pkcs11EncryptedKey *array, *k; in dispatch_pkcs11_key() local 822 Fido2HmacCredential *array; in dispatch_fido2_hmac_credential_array() local 883 Fido2HmacSalt *array, *k; in dispatch_fido2_hmac_salt() local 931 RecoveryKey *array, *k; in dispatch_recovery_key() local 1399 JsonVariant *array[ELEMENTSOF(mask_field) * 2]; in user_group_record_mangle() local
|
D | bus-unit-util.c | 483 _cleanup_free_ uint8_t *array = NULL; in bus_append_cgroup_property() local 1338 _cleanup_free_ uint8_t *array = NULL; in bus_append_execute_property() local 1373 _cleanup_free_ uint8_t *array = NULL; in bus_append_execute_property() local
|
D | logs-show.c | 995 JsonVariant **array = NULL; in output_json() local
|
/systemd-251/src/boot/efi/ |
D | random-seed.c | 186 } array[] = { in validate_sha256() local
|
D | bcd.c | 121 #define BAD_ARRAY(type, array, offset, array_len, max) \ argument
|
D | util.c | 470 void **array, in sort_pointer_array()
|
/systemd-251/src/nss-systemd/ |
D | userdb-glue.c | 220 char **array = NULL, *p; in nss_pack_group_record() local
|
/systemd-251/src/core/ |
D | transaction.c | 363 _cleanup_free_ char **array = NULL, *unit_ids = NULL; in transaction_verify_order_one() local
|
D | dbus-execute.c | 258 _cleanup_free_ uint8_t *array = NULL; in property_get_cpu_affinity() local 288 _cleanup_free_ uint8_t *array = NULL; in property_get_numa_mask() local
|
D | dbus-unit.c | 1172 _cleanup_free_ uint8_t *array = NULL; in property_get_cpuset_cpus() local 1195 _cleanup_free_ uint8_t *array = NULL; in property_get_cpuset_mems() local
|
D | dbus-cgroup.c | 94 _cleanup_free_ uint8_t *array = NULL; in property_get_cpuset() local
|
D | unit.c | 2807 Unit **array; in unit_watch_pid() local 2854 Unit **array; in unit_unwatch_pid() local 5917 _cleanup_free_ Unit **array = NULL; in unit_get_dependency_array() local
|
D | manager.c | 2462 Unit *u1, *u2, **array; in manager_dispatch_notify_fd() local 2635 Unit *u1, *u2, **array; in manager_dispatch_sigchld() local
|
/systemd-251/src/cgtop/ |
D | cgtop.c | 603 Group **array; in display() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.c | 2116 uint64_t array; /* the cached array */ member 2126 uint64_t array, in chain_cache_put() 2382 Object *array = NULL; in generic_array_bisect() local
|
/systemd-251/src/libsystemd/sd-login/ |
D | sd-login.c | 359 static int uid_get_array(uid_t uid, const char *variable, char ***array) { in uid_get_array()
|