Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c69 size_t txc_count; member
188 int count = data->txc_count; in tx_process_cmds()
498 data->txc_count = count; in tx_commit_data_new()
527 assert(cmd_no < tx_data->txc_count); in tx_cmd_action()
528 if (cmd_no >= tx_data->txc_count) in tx_cmd_action()
542 return (tx_data->txc_count); in tx_cmd_count()
559 if (cmd_no >= tx_data->txc_count) in tx_cmd_nvalues()
580 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop()
601 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop_type()
628 if (cmd_no >= tx_data->txc_count) in tx_cmd_value()
[all …]