Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c78 static ndmp_scfhandle_t *ndmp_smf_scf_init(const char *);
117 if ((handle = ndmp_smf_scf_init(NDMP_GROUP_FMRI_PREFIX)) == NULL) { in ndmp_get_prop()
152 if ((handle = ndmp_smf_scf_init(NDMP_GROUP_FMRI_PREFIX)) == NULL) in ndmp_set_prop()
258 ndmp_smf_scf_init(const char *svc_name) in ndmp_smf_scf_init() function