Home
last modified time | relevance | path

Searched refs:TX_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c324 v = (uint32_t *)((caddr_t)str + TX_SIZE(*v)); in tx_process_cmds()
382 len = TX_SIZE(len); in tx_check_and_setup()
407 len = TX_SIZE(len); in tx_check_and_setup()
481 sz = TX_SIZE(sz); in tx_commit_data_new()
641 bp += sizeof (uint32_t) + TX_SIZE(value_len); in tx_cmd_value()
H A Drc_node.c6842 sz = TX_SIZE(sz); in tx_allow_value()
6913 sz = TX_SIZE(sz); in tx_modifies_action()
6951 sz = TX_SIZE(sz); in tx_only_enabled()
/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h765 #define TX_SIZE(x) P2ROUNDUP((x), sizeof (uint32_t)) macro
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c4053 len = TX_SIZE(len + 1); in commit_process()
4073 len = TX_SIZE(len); in commit_process()
4116 assert(TX_SIZE(size) == size); in scf_transaction_commit()