Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dobject.c71 size_t txc_count; member
118 elem = bsearch(prop_name, data->txc_cmds, data->txc_count, in tx_process_property()
190 int count = data->txc_count; in tx_process_cmds()
500 data->txc_count = count; in tx_commit_data_new()
529 assert(cmd_no < tx_data->txc_count); in tx_cmd_action()
530 if (cmd_no >= tx_data->txc_count) in tx_cmd_action()
544 return (tx_data->txc_count); in tx_cmd_count()
560 assert(cmd_no < tx_data->txc_count); in tx_cmd_nvalues()
561 if (cmd_no >= tx_data->txc_count) in tx_cmd_nvalues()
581 assert(cmd_no < tx_data->txc_count); in tx_cmd_prop()
[all …]