Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c75 } ndmp_scfhandle_t; typedef
78 static ndmp_scfhandle_t *ndmp_smf_scf_init(const char *);
79 static void ndmp_smf_scf_fini(ndmp_scfhandle_t *);
80 static int ndmp_smf_start_transaction(ndmp_scfhandle_t *);
112 ndmp_scfhandle_t *handle; in ndmp_get_prop()
148 ndmp_scfhandle_t *handle; in ndmp_set_prop()
239 ndmp_smf_scf_fini(ndmp_scfhandle_t *handle) in ndmp_smf_scf_fini()
257 static ndmp_scfhandle_t *
260 ndmp_scfhandle_t *handle; in ndmp_smf_scf_init()
262 handle = (ndmp_scfhandle_t *)calloc(1, sizeof (ndmp_scfhandle_t)); in ndmp_smf_scf_init()
[all …]