Searched defs:ih (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dupload.c47 instance_t *ih; local
55 ih = MYSELF;
82 MYSELF = ih;
H A Dbuild_tree.c204 instance_t *ih; local
207 ih = open_instance_chain(env, env->current_device, 0);
208 MYSELF = ih;
210 close_instance_chain(env, ih, 0);
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_mem.c171 ihandle_t ih; local
173 if ((ih = prom_memory_ihandle()) == (ihandle_t)-1)
175 pmem = prom_getphandle(ih);
H A Dprom_mmu.c225 ihandle_t ih; local
227 if ((ih = prom_mmu_ihandle()) == (ihandle_t)-1)
229 pmmu = prom_getphandle(ih);
/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c132 * ih integer. If >0 it indicats q[] is >= 0.5, hence
169 int i, j, k, m, q0, ih; local
214 ih = 0;
219 ih = iq[jz-1] >> (23 - q0);
221 ih = iq[jz-1] >> 23;
223 ih = 2;
226 if (ih > 0) { /* q > 0.5 */
250 if (ih == 2) {
320 y[0] = (ih == 0)? fw : -fw;
328 y[0] = (ih
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c91 ihandle_t ih; local
93 if ((ih = prom_mmu_ihandle()) == (ihandle_t)-1)
95 pmmu = prom_getphandle(ih);
97 if ((ih = prom_memory_ihandle()) == (ihandle_t)-1)
99 pmem = prom_getphandle(ih);
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c266 ih_t ih; local
295 if (mdb_vread(&ih, sizeof (ih_t),
312 (void) mdb_devinfo2driver((uintptr_t)ih.ih_dip,
315 (void) mdb_ddi_pathname((uintptr_t)ih.ih_dip,
320 (uintptr_t)ih.ih_dip) == -1) {
331 info.inum = ih.ih_inum;
334 info.intr_state = ih.ih_intr_state;
343 (void) mdb_vread(&ih, sizeof (ih_t),
344 (uintptr_t)ih.ih_next);
361 px_ih_t ih; local
[all...]
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c92 static pnode_t instance_to_package(ihandle_t ih);
107 ihandle_t ih; local
110 ih = p1275_cell2ihandle(ci[3]);
112 ph = instance_to_package(ih);
270 instance_to_package(ihandle_t ih) argument
273 ASSERT((ih == istdin) || (ih == istdout));
275 if (ih == istdin)
278 if (ih == istdout)
316 ihandle_t ih; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_ib.h43 typedef struct ih { struct
51 struct ih *ih_next; /* next entry in list */
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c50 union ihead ih; local
71 if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) {
81 wsp->walk_addr = (uintptr_t)ih.ih_chain[0];
92 union ihead ih; local
100 if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) {
104 addr = (uintptr_t)ih.ih_chain[0];
/illumos-gate/usr/src/lib/efcode/engine/
H A Dproperties.c221 instance_t *ih; local
235 ih = MYSELF;
236 if (ih) {
237 for (; ih; ih = ih->parent) {
238 dev = ih->device;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c683 pkinit_cert_iter_handle ih = NULL; local
703 id_cryptoctx, &ih);
711 retval = crypto_cert_iteration_next(context, ih, &ch);
735 if (ih != NULL)
737 (void) crypto_cert_iteration_end(context, ih);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h100 * ih structure: one per every consumer of each ino and pil pair with interrupt
103 typedef struct ih { struct
111 struct ih *ih_next; /* next entry in list */
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c122 ihandle_t ih; local
131 ih = afs_ih;
132 fd = prom_fopen(ih, (char *)name);
137 ih = bfs_ih;
138 fd = prom_fopen(ih, (char *)name);
144 prom_ihs[fd] = ih;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c510 nscd_imhere_t *ih; local
626 ih = NSCD_N2N_DOOR_DATA(nscd_imhere_t, buf);
627 cslot = ih->slot;
776 nscd_imhere_t ih; local
853 ih.slot = slot;
857 &ih, sizeof (ih), NULL);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c302 union ihead *ih = ihead; local
310 for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
311 ih->ih_head[0] = ih;
312 ih->ih_head[1] = ih;
448 union ihead *ih; local
470 ih = &ihead[hno];
475 for (ip = ih
1622 union ihead *ih; /* current hash chain */ local
[all...]
H A Dufs_vfsops.c1383 union ihead *ih; local
1511 for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
1513 for (ip = ih->ih_chain[0];
1514 ip != (struct inode *)ih;
1562 for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
1564 for (inext = 0, ip = ih->ih_chain[0];
1565 ip != (struct inode *)ih;
2126 union ihead *ih; local
[all...]
H A Dufs_subr.c834 union ihead *ih; local
841 for (i = 0, ih = ihead; i < inohsz; i++, ih++) {
843 for (ip = ih->ih_chain[0];
844 ip != (struct inode *)ih;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c134 union ihead *ih; local
144 ih = &ud_ihead[hno];
145 for (ip = ih->ih_chain[0];
146 ip != (struct ud_inode *)ih;
165 union ihead *ih; local
192 ih = &ud_ihead[hno];
193 for (ip = ih->ih_chain[0];
194 ip != (struct ud_inode *)ih;
403 insque(ip, ih);
1855 union ihead *ih; local
2168 union ihead *ih = ud_ihead; local
[all...]
H A Dudf_subr.c811 union ihead *ih; local
816 ih = &ud_ihead[index];
817 for (ip = ih->ih_chain[0];
818 ip != (struct ud_inode *)ih; ip = ip->i_forw) {
840 union ihead *ih; local
849 ih = &ud_ihead[index];
852 for (ip = ih->ih_chain[0], lip = NULL;
853 ip && ip != (struct ud_inode *)ih;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c192 ipmp_handle_t ih; local
279 if ((err = ipmp_open(&ih)) != IPMP_SUCCESS)
282 if (ipmp_ping_daemon(ih) != IPMP_SUCCESS)
291 probe_output(ih, ofmt);
293 if ((err = ipmp_setqcontext(ih, qcontext)) != IPMP_SUCCESS) {
299 (*walker)(ih, cbfunc, ofmt);
303 ipmp_close(ih);
310 * it `ih', the ipmp_groupinfo_t pointer, and `arg'.
313 walk_group(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) argument
320 if ((err = ipmp_getgrouplist(ih,
342 walk_if(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) argument
354 walk_addr(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) argument
365 walk_if_cbfunc(ipmp_handle_t ih, void *infop, void *arg) argument
390 walk_addr_cbfunc(ipmp_handle_t ih, void *infop, void *arg) argument
888 probe_enabled_cbfunc(ipmp_handle_t ih, void *infop, void *arg) argument
898 probe_output(ipmp_handle_t ih, ofmt_handle_t ofmt) argument
1029 info_output_cbfunc(ipmp_handle_t ih, void *infop, void *arg) argument
1035 targinfo_output_cbfunc(ipmp_handle_t ih, void *infop, void *arg) argument
1059 ofmt_output(const ofmt_handle_t ofmt, ipmp_handle_t ih, void *arg) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c1375 xgell_rx_ring_intr_enable(mac_intr_handle_t ih) argument
1377 xgell_rx_ring_t *ring = (xgell_rx_ring_t *)ih;
1387 xgell_rx_ring_intr_disable(mac_intr_handle_t ih) argument
1389 xgell_rx_ring_t *ring = (xgell_rx_ring_t *)ih;
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c996 aggr_pseudo_disable_intr(mac_intr_handle_t ih) argument
998 aggr_pseudo_rx_ring_t *rr_ring = (aggr_pseudo_rx_ring_t *)ih;
1003 aggr_pseudo_enable_intr(mac_intr_handle_t ih) argument
1005 aggr_pseudo_rx_ring_t *rr_ring = (aggr_pseudo_rx_ring_t *)ih;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c217 #define IH_KEY_OFFSET(ih) ((ih)->ih_version == ITEM_VERSION_1 \
218 ? (ih)->ih_key.u.v1.k_offset \
219 : (ih)->ih_key.u.v2.k_offset)
221 #define IH_KEY_ISTYPE(ih, type) ((ih)->ih_version == ITEM_VERSION_1 \
222 ? (ih)->ih_key.u.v1.k_uniqueness == V1_##type \
223 : (ih)->ih_key.u.v2.k_type == V2_##type)
732 struct item_head *ih = INFO->current_ih + 1; local
736 printf ("next_key:\n old ih
827 struct item_head *ih; local
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1674 bge_flag_intr_enable(mac_ring_driver_t ih) argument
1676 recv_ring_t *rrp = (recv_ring_t *)ih;
1687 bge_flag_intr_disable(mac_ring_driver_t ih) argument
1689 recv_ring_t *rrp = (recv_ring_t *)ih;

Completed in 204 milliseconds

12