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
116 elem = bsearch(prop_name, data->txc_cmds, data->txc_count, in tx_process_property()
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()
558 assert(cmd_no < tx_data->txc_count); in tx_cmd_nvalues()
559 if (cmd_no >= tx_data->txc_count) in tx_cmd_nvalues()
579 assert(cmd_no < tx_data->txc_count); in tx_cmd_prop()
[all …]