Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libscf/inc/
H A Dlibscf.h64 typedef struct scf_simple_app_props scf_simple_app_props_t; typedef
793 scf_simple_app_props_t *scf_simple_app_props_get(scf_handle_t *, const char *);
794 void scf_simple_app_props_free(scf_simple_app_props_t *);
796 const scf_simple_app_props_t *, scf_simple_prop_t *);
798 const scf_simple_app_props_t *, const char *, const char *);
/titanic_41/usr/src/lib/libscf/common/
H A Dmidlevel.c1784 scf_simple_app_props_t *
1791 scf_simple_app_props_t *ret = NULL; in scf_simple_app_props_get()
2136 scf_simple_app_props_free(scf_simple_app_props_t *propblock) in scf_simple_app_props_free()
2164 scf_simple_app_props_next(const scf_simple_app_props_t *propblock, in scf_simple_app_props_next()
2229 scf_simple_app_props_search(const scf_simple_app_props_t *propblock, in scf_simple_app_props_search()
/titanic_41/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c349 scf_simple_app_props_t *props = NULL; in smbclnt_config_load()