Searched refs:hin (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | efipart.c | 84 EFI_HANDLE *hin, *hout, *aliases, handle; local 92 hin = NULL; 95 hin = (EFI_HANDLE *)malloc(sz * 3); 97 hin); 99 free(hin); 106 hout = hin + nin; 116 status = BS->HandleProtocol(hin[n], &devpath_guid, 130 status = BS->HandleProtocol(hin[n], &blkio_guid, 159 aliases[nout] = hin[n]; 161 hout[nout] = hin[ [all...] |
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | main.c | 108 EFI_HANDLE *hin, *hin_end, *walker; local 117 hin = NULL; 120 hin = (EFI_HANDLE *)malloc(sz); 122 hin); 124 free(hin); 135 hin_end = &hin[sz / sizeof(*hin)]; 136 for (walker = hin; walker < hin_end; walker++) { 181 free(hin);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 442 list_callback(scf_handle_t *hin, scf_instance_t *inst, void *buf) argument 462 if ((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, 480 if (((prop = scf_simple_prop_get(hin, inst_name, SCF_PG_GENERAL, 488 if (((prop2 = scf_simple_prop_get(hin, inst_name, SCF_PG_RESTARTER,
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 299 static SLPBoolean foreach_server(SLPHandle hin, const char *u, argument
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1650 scf_simple_prop_get(scf_handle_t *hin, const char *instance, const char *pgname, argument 1662 if (hin != NULL) { 1663 h = hin; 1785 scf_simple_app_props_get(scf_handle_t *hin, const char *inst_fmri) argument 1803 if (hin != NULL) { 1804 h = hin;
|
Completed in 58 milliseconds