Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c527 assert(cmd_no < tx_data->txc_count); in tx_cmd_action()
528 if (cmd_no >= tx_data->txc_count) in tx_cmd_action()
531 cur = &tx_data->txc_cmds[cmd_no]; in tx_cmd_action()
559 if (cmd_no >= tx_data->txc_count) in tx_cmd_nvalues()
562 cur = &tx_data->txc_cmds[cmd_no]; in tx_cmd_nvalues()
580 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop()
583 cur = &tx_data->txc_cmds[cmd_no]; in tx_cmd_prop()
601 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop_type()
604 cur = &tx_data->txc_cmds[cmd_no]; in tx_cmd_prop_type()
628 if (cmd_no >= tx_data->txc_count) in tx_cmd_value()
[all …]
H A Drc_node.c3634 size_t cmd_no) in special_property_event() argument
3655 if ((*found->api_event_func)(tx_data, cmd_no, in special_property_event()
3671 generate_value_list(tx_commit_data_t *tx_data, size_t cmd_no) in generate_value_list() argument
3695 if (tx_cmd_value(tx_data, cmd_no, i, &cur_value) != in generate_value_list()
3711 if (tx_cmd_value(tx_data, cmd_no, i, &cur_value) != in generate_value_list()
3755 size_t cmd_no; in generate_property_events() local
3799 for (cmd_no = 0; cmd_no < count; cmd_no++) { in generate_property_events()
3802 if (tx_cmd_prop(tx_data, cmd_no, &prop_name) != in generate_property_events()
3818 auth_status, auth_ret_value, tx_data, cmd_no); in generate_property_events()
3821 if (tx_cmd_prop_type(tx_data, cmd_no, &ptype) != in generate_property_events()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l31 int cmd_no = 1; variable
41 \n { cmd_no++; return NL; }
133 cmd_no, yytext);