Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c442 list_callback(scf_handle_t *hin, scf_instance_t *inst, void *buf) in list_callback() argument
462 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
480 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
488 if (((prop2 = scf_simple_prop_get(hin, inst_name, SCF_PG_RESTARTER, in list_callback()
/titanic_50/usr/src/lib/libscf/common/
H A Dmidlevel.c1650 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, in scf_simple_prop_get() argument
1662 if (hin != NULL) { in scf_simple_prop_get()
1663 h = hin; in scf_simple_prop_get()
1785 scf_simple_app_props_get(scf_handle_t *hin, const char *inst_fmri) in scf_simple_app_props_get() argument
1803 if (hin != NULL) { in scf_simple_app_props_get()
1804 h = hin; in scf_simple_app_props_get()
/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c299 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server() argument