Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dobject.c82 tx_commit_data_t *data = data_arg; in tx_check_genid()
107 tx_commit_data_t *data = data_arg; in tx_process_property()
186 tx_process_cmds(tx_commit_data_t *data) in tx_process_cmds()
354 tx_check_and_setup(tx_commit_data_t *data, const void *cmds_arg, in tx_check_and_setup()
430 tx_commit_data_free(tx_commit_data_t *tx_data) in tx_commit_data_free()
457 tx_commit_data_t **tx_data) in tx_commit_data_new()
460 tx_commit_data_t *data; in tx_commit_data_new()
524 tx_cmd_action(tx_commit_data_t *tx_data, size_t cmd_no, in tx_cmd_action()
542 tx_cmd_count(tx_commit_data_t *tx_data) in tx_cmd_count()
556 tx_cmd_nvalues(tx_commit_data_t *tx_data, size_t cmd_no, uint32_t *nvalues) in tx_cmd_nvalues()
[all …]
H A Dconfigd.h403 typedef struct tx_commit_data tx_commit_data_t; typedef
756 int object_tx_commit(rc_node_lookup_t *, tx_commit_data_t *, uint32_t *);
759 int tx_cmd_action(tx_commit_data_t *, size_t,
761 size_t tx_cmd_count(tx_commit_data_t *);
762 int tx_cmd_nvalues(tx_commit_data_t *, size_t, uint32_t *);
763 int tx_cmd_prop(tx_commit_data_t *, size_t, const char **);
764 int tx_cmd_prop_type(tx_commit_data_t *, size_t, uint32_t *);
765 int tx_cmd_value(tx_commit_data_t *, size_t, uint32_t, const char **);
766 void tx_commit_data_free(tx_commit_data_t *);
767 int tx_commit_data_new(const void *, size_t, tx_commit_data_t **);
H A Drc_node.c496 typedef int (*spc_getid_fn_t)(tx_commit_data_t *, size_t, const char *,
498 static int general_enable_id(tx_commit_data_t *, size_t, const char *,
2297 general_enable_id(tx_commit_data_t *tx_data, size_t cmd_no, const char *pg, in general_enable_id()
3639 char *pg_name, int status, int return_val, tx_commit_data_t *tx_data, in special_property_event()
3677 generate_value_list(tx_commit_data_t *tx_data, size_t cmd_no) in generate_value_list()
3751 tx_commit_data_t *tx_data, in generate_property_events()
6989 tx_commit_data_t *tx_data = NULL; in rc_tx_commit()