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

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dobject.c82 tx_commit_data_t *data = data_arg;
107 tx_commit_data_t *data = data_arg;
186 tx_process_cmds(tx_commit_data_t *data)
354 tx_check_and_setup(tx_commit_data_t *data, const void *cmds_arg,
430 tx_commit_data_free(tx_commit_data_t *tx_data)
438 * tx_commit_data_t structure which is allocated by this function. The
457 tx_commit_data_t **tx_data)
460 tx_commit_data_t *data;
513 * tx_commit_data_t that has been allocated by tx_commit_data_new().
524 tx_cmd_action(tx_commit_data_t *tx_dat
[all...]
H A Dconfigd.h403 typedef struct tx_commit_data tx_commit_data_t; typedef in typeref:struct:tx_commit_data
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 **);
[all...]
H A Drc_node.c307 * structure. rc_tx_commit() obtains a tx_commit_data_t by calling
495 typedef int (*spc_getid_fn_t)(tx_commit_data_t *, size_t, const char *,
497 static int general_enable_id(tx_commit_data_t *, size_t, const char *,
2296 general_enable_id(tx_commit_data_t *tx_data, size_t cmd_no, const char *pg,
3638 char *pg_name, int status, int return_val, tx_commit_data_t *tx_data,
3676 generate_value_list(tx_commit_data_t *tx_data, size_t cmd_no)
3750 tx_commit_data_t *tx_data,
6968 tx_commit_data_t *tx_data = NULL;

Completed in 178 milliseconds