Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/shared/
Dfirewall-util-nft.c858 sd_netlink_message *transaction[NFT_MASQ_MSGS] = {}; in fw_nftables_add_masquerade_internal() local
868 r = sd_nfnl_message_batch_begin(ctx->nfnl, &transaction[0]); in fw_nftables_add_masquerade_internal()
873 …r = sd_nfnl_nft_message_new_setelems_begin(ctx->nfnl, &transaction[tsize], af, NFT_SYSTEMD_TABLE_N… in fw_nftables_add_masquerade_internal()
875 …r = sd_nfnl_nft_message_del_setelems_begin(ctx->nfnl, &transaction[tsize], af, NFT_SYSTEMD_TABLE_N… in fw_nftables_add_masquerade_internal()
880 r = nft_message_add_setelem_iprange(transaction[tsize], source, source_prefixlen); in fw_nftables_add_masquerade_internal()
882 r = nft_message_add_setelem_ip6range(transaction[tsize], source, source_prefixlen); in fw_nftables_add_masquerade_internal()
888 r = sd_nfnl_message_batch_end(ctx->nfnl, &transaction[tsize]); in fw_nftables_add_masquerade_internal()
893 r = nfnl_netlink_sendv(ctx->nfnl, transaction, tsize); in fw_nftables_add_masquerade_internal()
897 sd_netlink_message_unref(transaction[--tsize]); in fw_nftables_add_masquerade_internal()
953 sd_netlink_message *transaction[NFT_DNAT_MSGS] = {}; in fw_nftables_add_local_dnat_internal() local
[all …]
/systemd-251/src/core/
Dtransaction.c149 LIST_FOREACH(transaction, j, job) in delete_one_unmergeable_job()
150 LIST_FOREACH(transaction, k, j->transaction_next) { in delete_one_unmergeable_job()
227 LIST_FOREACH(transaction, k, j->transaction_next) { in transaction_merge_jobs()
257 LIST_FOREACH(transaction, k, j->transaction_next) in transaction_merge_jobs()
292 LIST_FOREACH(transaction, k, j) in transaction_drop_redundant()
319 LIST_FOREACH(transaction, j, job) in unit_matters_to_anchor()
565 LIST_FOREACH(transaction, j, head) { in transaction_minimize_impact()
802 LIST_FOREACH(transaction, i, f) { in transaction_add_one_job()
821 LIST_PREPEND(transaction, f, j); in transaction_add_one_job()
824 LIST_REMOVE(transaction, f, j); in transaction_add_one_job()
Dmeson.build126 transaction.c
127 transaction.h
Djob.h120 LIST_FIELDS(Job, transaction);
/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-benchmark.c64 static void transaction(sd_bus *b, size_t sz, const char *server_name) { in transaction() function
117 transaction(b, csize, server_name); in client_bisect()
127 transaction(b, csize, server_name); in client_bisect()
193 transaction(b, csize, server_name); in client_chart()
/systemd-251/src/resolve/
Dmeson.build44 'resolved-dns-transaction.c',
45 'resolved-dns-transaction.h',
/systemd-251/test/units/
Dtestsuite-03.sh36 systemctl --show-transaction stop systemd-importd
/systemd-251/docs/
DDISTRO_PORTING.md33 print the initial transaction it would execute during boot-up.
DAUTOMATIC_BOOT_ASSESSMENT.md124 `systemd-bless-boot.service` into the initial transaction.
128 transaction.
DUIDS-GIDS.md318 is pulled into the initial transaction only if there's at least one service
DJOURNAL_FILE_FORMAT.md345 generated. Note that this is not used as a transaction scheme (it doesn't
/systemd-251/
DTODO1119 * add a job mode that will fail if a transaction would mean stopping
1182 they run added to the initial transaction and thus confuse Type=idle.
1248 * dot output for --test showing the 'initial transaction'
1690 - add systemctl switch to dump transaction without executing it
DNEWS4089 as a dependency in another transaction. Affected services included
4928 --show-transaction option. If specified brief information about all
6157 once at the end of the transaction.
8067 the same rpm transaction as systemd, systemd will be installed before