Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/systemd-251/src/resolve/
Dresolved-dns-transaction.c24 static void dns_transaction_reset_answer(DnsTransaction *t) { in dns_transaction_reset_answer()
37 static void dns_transaction_flush_dnssec_transactions(DnsTransaction *t) { in dns_transaction_flush_dnssec_transactions()
50 DnsTransaction *t, in dns_transaction_close_connection()
87 static void dns_transaction_stop_timeout(DnsTransaction *t) { in dns_transaction_stop_timeout()
93 DnsTransaction* dns_transaction_free(DnsTransaction *t) { in dns_transaction_free()
165 DnsTransaction* dns_transaction_gc(DnsTransaction *t) { in dns_transaction_gc()
319 static void dns_transaction_shuffle_id(DnsTransaction *t) { in dns_transaction_shuffle_id()
335 static void dns_transaction_tentative(DnsTransaction *t, DnsPacket *p) { in dns_transaction_tentative()
382 void dns_transaction_complete(DnsTransaction *t, DnsTransactionState state) { in dns_transaction_complete()
455 static void dns_transaction_complete_errno(DnsTransaction *t, int error) { in dns_transaction_complete_errno()
[all …]
/systemd-251/src/core/
Dtimer.c38 Timer *t = TIMER(u); in timer_init() local
49 void timer_free_values(Timer *t) { in timer_free_values()
62 Timer *t = TIMER(u); in timer_done() local
74 static int timer_verify(Timer *t) { in timer_verify()
84 static int timer_add_default_dependencies(Timer *t) { in timer_add_default_dependencies()
118 static int timer_add_trigger_dependencies(Timer *t) { in timer_add_trigger_dependencies()
134 static int timer_setup_persistent(Timer *t) { in timer_setup_persistent()
174 static uint64_t timer_get_fixed_delay_hash(Timer *t) { in timer_get_fixed_delay_hash()
205 Timer *t = TIMER(u); in timer_load() local
235 Timer *t = TIMER(u); in timer_dump() local
[all …]
Dtarget.c18 static void target_set_state(Target *t, TargetState state) { in target_set_state()
37 static int target_add_default_dependencies(Target *t) { in target_add_default_dependencies()
73 Target *t = TARGET(u); in target_load() local
90 Target *t = TARGET(u); in target_coldplug() local
102 Target *t = TARGET(u); in target_dump() local
113 Target *t = TARGET(u); in target_start() local
128 Target *t = TARGET(u); in target_stop() local
Ddbus-timer.c22 Timer *t = userdata; in property_get_monotonic_timers() local
70 Timer *t = userdata; in property_get_calendar_timers() local
108 Timer *t = userdata; in property_get_next_elapse_monotonic() local
140 Timer *t, in timer_add_one_monotonic_spec()
171 Timer *t, in timer_add_one_calendar_spec()
207 Timer *t, in bus_timer_set_transient_property()
369 Timer *t = TIMER(u); in bus_timer_set_property() local
Dmanager-serialize.c35 static bool manager_timestamp_shall_serialize(ManagerTimestamp t) { in manager_timestamp_shall_serialize()
88 const char *t; in manager_serialize() local
437 usec_t t; in manager_deserialize() local
445 usec_t t; in manager_deserialize() local
453 usec_t t; in manager_deserialize() local
461 usec_t t; in manager_deserialize() local
/systemd-251/src/libsystemd/sd-bus/
Dbus-signature.c30 size_t t; in signature_element_length_internal() local
50 size_t t; in signature_element_length_internal() local
77 size_t t; in signature_element_length_internal() local
106 size_t t; in signature_is_single() local
138 size_t t; in signature_is_valid() local
Dbus-gvariant.c26 char t[n+1]; in bus_gvariant_get_size() local
68 char t[n-1]; in bus_gvariant_get_size() local
146 char t[n]; in bus_gvariant_get_alignment() local
157 char t[n-1]; in bus_gvariant_get_alignment() local
220 char t[n-1]; in bus_gvariant_is_fixed_size() local
Dtest-bus-track.c15 static int track_cb_x(sd_bus_track *t, void *userdata) { in track_cb_x()
29 static int track_cb_y(sd_bus_track *t, void *userdata) { in track_cb_y()
43 static int track_cb_z(sd_bus_track *t, void *userdata) { in track_cb_z()
Dbus-match.c50 static bool BUS_MATCH_IS_COMPARE(enum bus_match_node_type t) { in BUS_MATCH_IS_COMPARE()
54 static bool BUS_MATCH_CAN_HASH(enum bus_match_node_type t) { in BUS_MATCH_CAN_HASH()
428 enum bus_match_node_type t, in bus_match_add_compare_value()
596 enum bus_match_node_type t; in bus_match_node_type_from_string() local
621 enum bus_match_node_type t; in bus_match_node_type_from_string() local
647 enum bus_match_node_type t; in bus_match_node_type_from_string() local
673 enum bus_match_node_type t; in bus_match_node_type_from_string() local
717 enum bus_match_node_type t; in bus_match_parse() local
960 const char* bus_match_node_type_to_string(enum bus_match_node_type t, char buf[], size_t l) { in bus_match_node_type_to_string()
Dtest-bus-gvariant.c149 char *t; in TEST_RET() local
178 char *t; in TEST_RET() local
/systemd-251/src/sysupdate/
Dsysupdate-resource.h30 static inline bool RESOURCE_IS_SOURCE(ResourceType t) { in RESOURCE_IS_SOURCE()
40 static inline bool RESOURCE_IS_TARGET(ResourceType t) { in RESOURCE_IS_TARGET()
50 static inline bool RESOURCE_IS_FILESYSTEM(ResourceType t) { in RESOURCE_IS_FILESYSTEM()
58 static inline bool RESOURCE_IS_TAR(ResourceType t) { in RESOURCE_IS_TAR()
64 static inline bool RESOURCE_IS_URL(ResourceType t) { in RESOURCE_IS_URL()
Dsysupdate-transfer.c35 Transfer *transfer_free(Transfer *t) { in transfer_free()
56 Transfer *t; in transfer_new() local
376 Transfer *t = data; in config_parse_partition_uuid() local
405 Transfer *t = data; in config_parse_partition_flags() local
422 int transfer_read_definition(Transfer *t, const char *path) { in transfer_read_definition()
556 Transfer *t, in transfer_resolve_paths()
580 static void transfer_remove_temporary(Transfer *t) { in transfer_remove_temporary()
630 Transfer *t, in transfer_vacuum()
753 const Transfer *t, in compile_pattern_fields()
813 int transfer_acquire_instance(Transfer *t, Instance *i) { in transfer_acquire_instance()
[all …]
/systemd-251/src/shared/
Dformat-table.c234 Table *table_unref(Table *t) { in table_unref()
416 Table *t, in table_add_cell_full()
481 int table_add_cell_stringf(Table *t, TableCell **ret_cell, const char *format, ...) { in table_add_cell_stringf()
495 int table_fill_empty(Table *t, size_t until_column) { in table_fill_empty()
516 int table_dup_cell(Table *t, TableCell *cell) { in table_dup_cell()
534 static int table_dedup_cell(Table *t, TableCell *cell) { in table_dedup_cell()
584 static TableData *table_get_data(Table *t, TableCell *cell) { in table_get_data()
602 int table_set_minimum_width(Table *t, TableCell *cell, size_t minimum_width) { in table_set_minimum_width()
619 int table_set_maximum_width(Table *t, TableCell *cell, size_t maximum_width) { in table_set_maximum_width()
633 int table_set_weight(Table *t, TableCell *cell, unsigned weight) { in table_set_weight()
[all …]
Dbus-log-control-api.c20 _cleanup_free_ char *t = NULL; in bus_property_get_log_level() local
42 const char *t; in bus_property_set_log_level() local
74 const char *t; in bus_property_set_log_target() local
/systemd-251/src/network/netdev/
Dl2tp-tunnel.c57 static int l2tp_session_new_static(L2tpTunnel *t, const char *filename, unsigned section_line, L2tp… in l2tp_session_new_static()
98 L2tpTunnel *t; in netdev_l2tp_create_message_tunnel() local
249 static int link_get_l2tp_local_address(Link *link, L2tpTunnel *t, union in_addr_union *ret) { in link_get_l2tp_local_address()
282 L2tpTunnel *t; in l2tp_get_local_address() local
407 L2tpTunnel *t; in l2tp_create_tunnel_handler() local
438 L2tpTunnel *t; in l2tp_create_tunnel() local
487 L2tpTunnel *t = userdata; in config_parse_l2tp_tunnel_local_address() local
581 L2tpTunnel *t = userdata; in config_parse_l2tp_tunnel_remote_address() local
675 L2tpTunnel *t = userdata; in config_parse_l2tp_session_id() local
724 L2tpTunnel *t = userdata; in config_parse_l2tp_session_l2spec() local
[all …]
Dtunnel.c190 static int tunnel_get_local_address(Tunnel *t, Link *link, union in_addr_union *ret) { in tunnel_get_local_address()
204 Tunnel *t; in netdev_ipip_sit_fill_message_create() local
300 Tunnel *t; in netdev_gre_erspan_fill_message_create() local
430 Tunnel *t; in netdev_ip6gre_fill_message_create() local
522 Tunnel *t; in netdev_vti_fill_message_create() local
574 Tunnel *t; in netdev_ip6tnl_fill_message_create() local
658 Tunnel *t; in netdev_tunnel_is_ready_to_create() local
673 Tunnel *t; in netdev_tunnel_verify() local
741 static int unset_local(Tunnel *t) { in unset_local()
769 Tunnel *t = userdata; in config_parse_tunnel_local_address() local
[all …]
Dtuntap.c20 TunTap *t; in netdev_fill_tuntap_message() local
50 TunTap *t = NULL; in netdev_tuntap_add() local
115 TunTap *t = NULL; in tuntap_done() local
/systemd-251/src/basic/
Descape.c81 char *r, *t; in cescape_length() local
294 char *t; in cunescape_length_with_prefix() local
365 char *ans, *t, *prev, *prev2; in xescape_full() local
448 char *r, *t; in octescape() local
475 static char* strcpy_backslash_escaped(char *t, const char *s, const char *bad) { in strcpy_backslash_escaped()
491 char *buf, *t; in shell_escape() local
505 char *buf, *t; in shell_maybe_quote() local
553 _cleanup_free_ char *t = NULL; in quote_command_line() local
Dbus-label.c11 char *r, *t; in bus_label_escape() local
48 char *r, *t; in bus_label_unescape_n() local
Dformat-util.h95 static inline char *format_bytes(char *buf, size_t l, uint64_t t) { in format_bytes()
102 #define FORMAT_BYTES(t) format_bytes((char[FORMAT_BYTES_MAX]){}, FORMAT_BYTES_MAX, t) argument
103 #define FORMAT_BYTES_FULL(t, flag) format_bytes_full((char[FORMAT_BYTES_MAX]){}, FORMAT_BYTES_MAX, … argument
105 #define FORMAT_BYTES_CGROUP_PROTECTION(t) (t == CGROUP_LIMIT_MAX ? "infinity" : FORMAT_BYTES(t)) argument
Dalloc-util.h22 #define new(t, n) ((t*) malloc_multiply(sizeof(t), (n))) argument
24 #define new0(t, n) ((t*) calloc((n) ?: 1, sizeof(t))) argument
33 #define newa(t, n) \ argument
40 #define newa0(t, n) \ argument
47 #define newdup(t, p, n) ((t*) memdup_multiply(p, sizeof(t), (n))) argument
49 #define newdup_suffix0(t, p, n) ((t*) memdup_suffix0_multiply(p, sizeof(t), (n))) argument
/systemd-251/src/test/
Dtest-date.c9 usec_t t, q; in test_should_pass() local
28 usec_t t; in test_should_parse() local
36 usec_t t; in test_should_fail() local
Dtest-sd-path.c12 _cleanup_free_ char *t = NULL, *s = NULL; in TEST() local
34 _cleanup_strv_free_ char **t = NULL, **s = NULL; in TEST() local
Dtest-sizeof.c19 #define info_no_sign(t) \ argument
24 #define info(t) \ argument
/systemd-251/src/import/
Dimportd.c114 static Transfer *transfer_unref(Transfer *t) { in transfer_unref()
184 static double transfer_percent_as_double(Transfer *t) { in transfer_percent_as_double()
193 static void transfer_send_log_line(Transfer *t, const char *line) { in transfer_send_log_line()
215 static void transfer_send_logs(Transfer *t, bool flush) { in transfer_send_logs()
270 static int transfer_finalize(Transfer *t, bool success) { in transfer_finalize()
295 static int transfer_cancel(Transfer *t) { in transfer_cancel()
309 Transfer *t = userdata; in transfer_on_pid() local
334 Transfer *t = userdata; in transfer_on_log() local
358 static int transfer_start(Transfer *t) { in transfer_start()
524 Transfer *t; in manager_unref() local
[all …]

12345678910>>...15