Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c340 EFI_HANDLE *hin; in efipart_inithandles() local
349 status = efi_get_protocol_handles(&gEfiBlockIoProtocolGuid, &nin, &hin); in efipart_inithandles()
362 if ((devpath = efi_lookup_devpath(hin[i])) == NULL) in efipart_inithandles()
365 status = OpenProtocolByHandle(hin[i], &gEfiBlockIoProtocolGuid, in efipart_inithandles()
372 if (efipart_ignore_device(hin[i], blkio, devpath)) in efipart_inithandles()
378 free(hin); in efipart_inithandles()
383 pd->pd_handle = hin[i]; in efipart_inithandles()
395 free(hin); in efipart_inithandles()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c440 list_callback(scf_handle_t *hin, scf_instance_t *inst, void *buf) in list_callback() argument
460 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
478 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, in list_callback()
486 if (((prop2 = scf_simple_prop_get(hin, inst_name, SCF_PG_RESTARTER, in list_callback()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c154 EFI_HANDLE *hin; in has_keyboard() local
163 &nhandles, &hin); in has_keyboard()
174 status = OpenProtocolByHandle(hin[i], in has_keyboard()
227 free(hin); in has_keyboard()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c1710 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, in scf_simple_prop_get() argument
1722 if (hin != NULL) { in scf_simple_prop_get()
1723 h = hin; in scf_simple_prop_get()
1845 scf_simple_app_props_get(scf_handle_t *hin, const char *inst_fmri) in scf_simple_app_props_get() argument
1863 if (hin != NULL) { in scf_simple_app_props_get()
1864 h = hin; in scf_simple_app_props_get()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c301 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server() argument