/systemd-251/src/home/ |
D | homed-operation.c | 7 Operation *o; in operation_new() local 27 static Operation *operation_free(Operation *o) { in operation_free() 63 void operation_result(Operation *o, int ret, const sd_bus_error *error) { in operation_result()
|
D | homed-operation.h | 57 static inline Operation* operation_result_unref(Operation *o, int ret, const sd_bus_error *error) { in operation_result_unref()
|
D | homed-home.c | 2687 static int home_dispatch_acquire(Home *h, Operation *o) { in home_dispatch_acquire() 2747 static int home_dispatch_release(Home *h, Operation *o) { in home_dispatch_release() 2794 static int home_dispatch_lock_all(Home *h, Operation *o) { in home_dispatch_lock_all() 2839 static int home_dispatch_deactivate_all(Home *h, Operation *o) { in home_dispatch_deactivate_all() 2884 static int home_dispatch_pipe_eof(Home *h, Operation *o) { in home_dispatch_pipe_eof() 2928 static int home_dispatch_deactivate_force(Home *h, Operation *o) { in home_dispatch_deactivate_force() 2971 Operation *o; in on_pending() local 3009 int home_schedule_operation(Home *h, Operation *o, sd_bus_error *error) { in home_schedule_operation()
|
/systemd-251/src/portable/ |
D | portabled-operation.c | 12 Operation *o = userdata; in operation_done() local 72 Operation *o; in operation_new() local 110 Operation *operation_free(Operation *o) { in operation_free()
|
/systemd-251/src/machine/ |
D | operation.c | 13 Operation *o = userdata; in operation_done() local 73 Operation *o; in operation_new() local 116 Operation *operation_free(Operation *o) { in operation_free()
|
D | machined-dbus.c | 924 _cleanup_free_ char *o = NULL; in method_map_to_machine_user() local 983 _cleanup_free_ char *o = NULL; in method_map_to_machine_group() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.c | 634 static uint64_t minimum_header_size(Object *o) { in minimum_header_size() 654 static int journal_file_check_object(JournalFile *f, uint64_t offset, Object *o) { in journal_file_check_object() 803 Object *o; in journal_file_move_to_object() local 870 Object o; in journal_file_read_object_header() local 978 Object *o; in journal_file_append_object() local 1022 Object *o; in journal_file_setup_data_hash_table() local 1056 Object *o; in journal_file_setup_field_hash_table() local 1137 Object *o, in journal_file_link_field() 1182 Object *o, in journal_file_link_data() 1287 Object *o; in journal_file_find_field_object_with_hash() local [all …]
|
D | journal-verify.c | 113 static int hash_payload(JournalFile *f, Object *o, uint64_t offset, const uint8_t *src, uint64_t si… in hash_payload() 142 static int journal_file_object_verify(JournalFile *f, uint64_t offset, Object *o) { in journal_file_object_verify() 428 Object *o, uint64_t p, in verify_data() 561 Object *o; in verify_data_hash_table() local 621 Object *o; in data_object_in_hash_table() local 638 Object *o, uint64_t p, in verify_entry() 710 Object *o; in verify_entry_array() local 772 … Object *o, uint64_t p, uint64_t *n_hash_tables, uint64_t header_offset, uint64_t header_size) { in verify_hash_table() 814 Object *o; in journal_file_verify() local
|
D | sd-journal.c | 114 static void init_location(Location *l, LocationType type, JournalFile *f, Object *o) { in init_location() 134 static void set_location(sd_journal *j, JournalFile *f, Object *o) { in set_location() 823 Object *o; in real_journal_next() local 924 Object *o; in sd_journal_get_cursor() local 1052 Object *o; in sd_journal_test_cursor() local 2178 Object *o; in sd_journal_get_realtime_usec() local 2202 Object *o; in sd_journal_get_monotonic_usec() local 2272 Object *o; in sd_journal_get_data() local 2367 Object *o, in return_data() 2423 Object *o; in sd_journal_enumerate_data() local [all …]
|
D | journal-authenticate.c | 28 Object *o; in journal_file_append_tag() local 223 int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p) { in journal_file_hmac_put_object()
|
D | journal-file.h | 265 static inline Compression COMPRESSION_FROM_OBJECT(const Object *o) { in COMPRESSION_FROM_OBJECT()
|
/systemd-251/src/journal/ |
D | test-journal.c | 32 Object *o, *d; in TEST() local 167 Object *o; in check_compressed() local
|
D | test-journal-flush.c | 44 Object *o; in main() local
|
D | managed-journal-file.c | 41 Object o; in managed_journal_file_entry_array_punch_hole() local 131 Object o; in managed_journal_file_punch_holes() local
|
/systemd-251/src/test/ |
D | test-strxcpyx.c | 160 int o, r; in TEST() local
|
D | test-varlink.c | 146 JsonVariant *o = NULL; in thread() local
|
/systemd-251/src/systemd/ |
D | sd-id128.h | 112 #define SD_ID128_MAKE_STR(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) \ argument 115 #define SD_ID128_MAKE_UUID_STR(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) \ argument
|
/systemd-251/src/core/ |
D | dbus-util.c | 182 _cleanup_free_ MountOptions *o = NULL; in bus_read_mount_options() local
|
D | transaction.c | 447 Job *o; in transaction_verify_order_one() local
|
/systemd-251/src/sysctl/ |
D | sysctl.c | 40 static Option *option_free(Option *o) { in option_free()
|
/systemd-251/src/shared/ |
D | dissect-image.c | 378 _cleanup_free_ char *t = NULL, *n = NULL, *o = NULL; in dissect_image() local 783 _cleanup_free_ char *t = NULL, *n = NULL, *o = NULL, *l = NULL; in dissect_image() local 861 _cleanup_free_ char *n = NULL, *o = NULL; in dissect_image() local 1062 _cleanup_free_ char *o = NULL; in dissect_image() local
|
/systemd-251/src/delta/ |
D | delta.c | 438 char *o; in process_suffix() local
|
/systemd-251/src/basic/ |
D | virt.c | 641 _cleanup_free_ char *m = NULL, *o = NULL, *p = NULL; in detect_container() local
|
/systemd-251/src/login/ |
D | logind-core.c | 466 unsigned o; in config_parse_n_autovts() local
|
/systemd-251/src/fstab-generator/ |
D | fstab-generator.c | 67 _cleanup_free_ char *o = NULL; in write_options() local
|