Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h70 typedef struct scf_simple_app_props scf_simple_app_props_t; typedef
829 scf_simple_app_props_t *scf_simple_app_props_get(scf_handle_t *, const char *);
830 void scf_simple_app_props_free(scf_simple_app_props_t *);
832 const scf_simple_app_props_t *, scf_simple_prop_t *);
834 const scf_simple_app_props_t *, const char *, const char *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1844 scf_simple_app_props_t *
1851 scf_simple_app_props_t *ret = NULL; in scf_simple_app_props_get()
2196 scf_simple_app_props_free(scf_simple_app_props_t *propblock) in scf_simple_app_props_free()
2224 scf_simple_app_props_next(const scf_simple_app_props_t *propblock, in scf_simple_app_props_next()
2289 scf_simple_app_props_search(const scf_simple_app_props_t *propblock, in scf_simple_app_props_search()
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c370 scf_simple_app_props_t *props = NULL; in smbclnt_config_load()