Symbol: ndmp_scfhandle_t
usr/src/lib/libndmp/common/libndmp_prop.c
112
ndmp_scfhandle_t *handle;
usr/src/lib/libndmp/common/libndmp_prop.c
148
ndmp_scfhandle_t *handle;
usr/src/lib/libndmp/common/libndmp_prop.c
183
ndmp_smf_get_pg_name(ndmp_scfhandle_t *h, const char *pname, char **pgname)
usr/src/lib/libndmp/common/libndmp_prop.c
223
ndmp_config_saveenv(ndmp_scfhandle_t *handle, boolean_t commit)
usr/src/lib/libndmp/common/libndmp_prop.c
239
ndmp_smf_scf_fini(ndmp_scfhandle_t *handle)
usr/src/lib/libndmp/common/libndmp_prop.c
257
static ndmp_scfhandle_t *
usr/src/lib/libndmp/common/libndmp_prop.c
260
ndmp_scfhandle_t *handle;
usr/src/lib/libndmp/common/libndmp_prop.c
262
handle = (ndmp_scfhandle_t *)calloc(1, sizeof (ndmp_scfhandle_t));
usr/src/lib/libndmp/common/libndmp_prop.c
309
ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *handle, const char *pgroup)
usr/src/lib/libndmp/common/libndmp_prop.c
354
ndmp_smf_start_transaction(ndmp_scfhandle_t *handle)
usr/src/lib/libndmp/common/libndmp_prop.c
388
ndmp_smf_end_transaction(ndmp_scfhandle_t *handle, boolean_t commit)
usr/src/lib/libndmp/common/libndmp_prop.c
410
ndmp_smf_delete_property(ndmp_scfhandle_t *handle, const char *propname)
usr/src/lib/libndmp/common/libndmp_prop.c
442
ndmp_smf_set_property(ndmp_scfhandle_t *handle, const char *propname,
usr/src/lib/libndmp/common/libndmp_prop.c
521
ndmp_smf_get_property(ndmp_scfhandle_t *handle, const char *propname,
usr/src/lib/libndmp/common/libndmp_prop.c
77
static int ndmp_config_saveenv(ndmp_scfhandle_t *, boolean_t);
usr/src/lib/libndmp/common/libndmp_prop.c
78
static ndmp_scfhandle_t *ndmp_smf_scf_init(const char *);
usr/src/lib/libndmp/common/libndmp_prop.c
79
static void ndmp_smf_scf_fini(ndmp_scfhandle_t *);
usr/src/lib/libndmp/common/libndmp_prop.c
80
static int ndmp_smf_start_transaction(ndmp_scfhandle_t *);
usr/src/lib/libndmp/common/libndmp_prop.c
81
static int ndmp_smf_end_transaction(ndmp_scfhandle_t *, boolean_t);
usr/src/lib/libndmp/common/libndmp_prop.c
82
static int ndmp_smf_set_property(ndmp_scfhandle_t *, const char *,
usr/src/lib/libndmp/common/libndmp_prop.c
84
static int ndmp_smf_get_property(ndmp_scfhandle_t *, const char *, char *,
usr/src/lib/libndmp/common/libndmp_prop.c
86
static int ndmp_smf_create_service_pgroup(ndmp_scfhandle_t *, const char *);
usr/src/lib/libndmp/common/libndmp_prop.c
87
static int ndmp_smf_delete_property(ndmp_scfhandle_t *, const char *);
usr/src/lib/libndmp/common/libndmp_prop.c
88
static int ndmp_smf_get_pg_name(ndmp_scfhandle_t *, const char *, char **);