Searched defs:hin (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c299 static SLPBoolean foreach_server(SLPHandle hin, const char *u, argument
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c84 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/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c442 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/boot/sys/boot/efi/loader/
H A Dmain.c108 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/lib/libscf/common/
H A Dmidlevel.c1650 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 785 milliseconds