Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c80 tx_commit_data_t *data = data_arg; in tx_check_genid()
105 tx_commit_data_t *data = data_arg; in tx_process_property()
184 tx_process_cmds(tx_commit_data_t *data) in tx_process_cmds()
352 tx_check_and_setup(tx_commit_data_t *data, const void *cmds_arg, in tx_check_and_setup()
428 tx_commit_data_free(tx_commit_data_t *tx_data) in tx_commit_data_free()
455 tx_commit_data_t **tx_data) in tx_commit_data_new()
458 tx_commit_data_t *data; in tx_commit_data_new()
522 tx_cmd_action(tx_commit_data_t *tx_data, size_t cmd_no, in tx_cmd_action()
540 tx_cmd_count(tx_commit_data_t *tx_data) in tx_cmd_count()
575 tx_cmd_prop(tx_commit_data_t *tx_data, size_t cmd_no, const char **pname) in tx_cmd_prop()
[all …]
H A Dconfigd.h402 typedef struct tx_commit_data tx_commit_data_t; typedef
755 int object_tx_commit(rc_node_lookup_t *, tx_commit_data_t *, uint32_t *);
758 int tx_cmd_action(tx_commit_data_t *, size_t,
760 size_t tx_cmd_count(tx_commit_data_t *);
761 int tx_cmd_nvalues(tx_commit_data_t *, size_t, uint32_t *);
762 int tx_cmd_prop(tx_commit_data_t *, size_t, const char **);
763 int tx_cmd_prop_type(tx_commit_data_t *, size_t, uint32_t *);
764 int tx_cmd_value(tx_commit_data_t *, size_t, uint32_t, const char **);
765 void tx_commit_data_free(tx_commit_data_t *);
766 int tx_commit_data_new(const void *, size_t, tx_commit_data_t **);
H A Drc_node.c486 typedef int (*spc_getid_fn_t)(tx_commit_data_t *, size_t, const char *,
488 static int general_enable_id(tx_commit_data_t *, size_t, const char *,
2287 general_enable_id(tx_commit_data_t *tx_data, size_t cmd_no, const char *pg, in general_enable_id()
3633 char *pg_name, int status, int return_val, tx_commit_data_t *tx_data, in special_property_event()
3671 generate_value_list(tx_commit_data_t *tx_data, size_t cmd_no) in generate_value_list()
3745 tx_commit_data_t *tx_data, in generate_property_events()
6983 tx_commit_data_t *tx_data = NULL; in rc_tx_commit()