/titanic_44/usr/src/cmd/mdb/sparc/modules/intr/ |
H A D | intr.c | 266 ih_t ih; in intr_pci_print_items() local 295 if (mdb_vread(&ih, sizeof (ih_t), in intr_pci_print_items() 312 (void) mdb_devinfo2driver((uintptr_t)ih.ih_dip, in intr_pci_print_items() 315 (void) mdb_ddi_pathname((uintptr_t)ih.ih_dip, in intr_pci_print_items() 320 (uintptr_t)ih.ih_dip) == -1) { in intr_pci_print_items() 331 info.inum = ih.ih_inum; in intr_pci_print_items() 334 info.intr_state = ih.ih_intr_state; in intr_pci_print_items() 343 (void) mdb_vread(&ih, sizeof (ih_t), in intr_pci_print_items() 344 (uintptr_t)ih.ih_next); in intr_pci_print_items() 361 px_ih_t ih; in intr_px_print_items() local [all …]
|
/titanic_44/usr/src/uts/sun4v/promif/ |
H A D | promif_io.c | 92 static pnode_t instance_to_package(ihandle_t ih); 107 ihandle_t ih; in promif_instance_to_package() local 110 ih = p1275_cell2ihandle(ci[3]); in promif_instance_to_package() 112 ph = instance_to_package(ih); in promif_instance_to_package() 270 instance_to_package(ihandle_t ih) in instance_to_package() argument 273 ASSERT((ih == istdin) || (ih == istdout)); in instance_to_package() 275 if (ih == istdin) in instance_to_package() 278 if (ih == istdout) in instance_to_package() 316 ihandle_t ih; in promif_instance_to_path() local 325 ih = p1275_cell2ihandle(ci[3]); in promif_instance_to_path() [all …]
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | __rem_pio2m.c | 169 int i, j, k, m, q0, ih; in __rem_pio2m() local 214 ih = 0; in __rem_pio2m() 219 ih = iq[jz-1] >> (23 - q0); in __rem_pio2m() 221 ih = iq[jz-1] >> 23; in __rem_pio2m() 223 ih = 2; in __rem_pio2m() 226 if (ih > 0) { /* q > 0.5 */ in __rem_pio2m() 250 if (ih == 2) { in __rem_pio2m() 320 y[0] = (ih == 0)? fw : -fw; in __rem_pio2m() 328 y[0] = (ih == 0)? fw : -fw; in __rem_pio2m() 332 y[1] = (ih == 0)? fw : -fw; in __rem_pio2m() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 192 ipmp_handle_t ih; in main() local 279 if ((err = ipmp_open(&ih)) != IPMP_SUCCESS) in main() 282 if (ipmp_ping_daemon(ih) != IPMP_SUCCESS) in main() 291 probe_output(ih, ofmt); in main() 293 if ((err = ipmp_setqcontext(ih, qcontext)) != IPMP_SUCCESS) { in main() 299 (*walker)(ih, cbfunc, ofmt); in main() 303 ipmp_close(ih); in main() 313 walk_group(ipmp_handle_t ih, ipmpstat_cbfunc_t *cbfunc, void *arg) in walk_group() argument 320 if ((err = ipmp_getgrouplist(ih, &grlistp)) != IPMP_SUCCESS) in walk_group() 324 err = ipmp_getgroupinfo(ih, grlistp->gl_groups[i], &grinfop); in walk_group() [all …]
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 217 #define IH_KEY_OFFSET(ih) ((ih)->ih_version == ITEM_VERSION_1 \ argument 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 \ argument 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; in next_key() local 744 if (ih == &ITEMHEAD[BLOCKHEAD (LEAF)->blk_nr_item]) in next_key() 756 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key; in next_key() 794 ih = ITEMHEAD; in next_key() [all …]
|
/titanic_44/usr/src/uts/sparc/v9/sys/ |
H A D | prom_isa.h | 60 #define p1275_ihandle2cell(ih) ((cell_t)((unsigned int)((ihandle_t)(ih)))) argument 71 #define p1275_cell2ihandle(ih) ((ihandle_t)((cell_t)(ih))) argument
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4u_memlist.c | 91 ihandle_t ih; in fill_memlists() local 93 if ((ih = prom_mmu_ihandle()) == (ihandle_t)-1) in fill_memlists() 95 pmmu = prom_getphandle(ih); in fill_memlists() 97 if ((ih = prom_memory_ihandle()) == (ihandle_t)-1) in fill_memlists() 99 pmem = prom_getphandle(ih); in fill_memlists()
|
/titanic_44/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 138 " mmu" chosen-ph get-int-prop constant mmu-ih 140 " memory" chosen-ph get-int-prop constant mem-ih 143 " claim" mmu-ih $call-method 147 -1 " map" mmu-ih $call-method 151 " claim" mem-ih $call-method 196 : dev-open ( dev$ -- ih | 0 ) 203 : dev-close ( ih -- ) 207 : read-disk ( adr len off ih -- ) 208 dup >r 0 swap cif-seek if ( adr len r: ih )
|
H A D | boot.fth | 38 0 value fs-ih 59 " open-file" fs-ih $call-method 63 " close-file" fs-ih $call-method 67 " size-file" fs-ih $call-method 71 " read-file" fs-ih $call-method 75 " get-rd" fs-ih $call-method 79 " bootprop" fs-ih $call-method 101 then >r 2drop ( r: ih ) 103 /fs-fcode mem-alloc ( adr r: ih ) 111 /fs-fcode mem-free ( r: ih ) [all …]
|
/titanic_44/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_mem.c | 171 ihandle_t ih; in prom_mem_phandle() local 173 if ((ih = prom_memory_ihandle()) == (ihandle_t)-1) in prom_mem_phandle() 175 pmem = prom_getphandle(ih); in prom_mem_phandle()
|
H A D | prom_mmu.c | 225 ihandle_t ih; in prom_mmu_phandle() local 227 if ((ih = prom_mmu_ihandle()) == (ihandle_t)-1) in prom_mmu_phandle() 229 pmmu = prom_getphandle(ih); in prom_mmu_phandle()
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 157 #define boot_ihandle2cell(ih) ((boot_cell_t)((unsigned)((ihandle_t)(ih)))) argument 167 #define boot_cell2ihandle(ih) ((ihandle_t)((boot_cell_t)(ih))) argument
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_inode.c | 302 union ihead *ih = ihead; in ihinit() local 310 for (i = 0, ih = ihead; i < inohsz; i++, ih++) { in ihinit() 311 ih->ih_head[0] = ih; in ihinit() 312 ih->ih_head[1] = ih; in ihinit() 448 union ihead *ih; in ufs_iget_internal() local 470 ih = &ihead[hno]; in ufs_iget_internal() 475 for (ip = ih->ih_chain[0]; ip != (struct inode *)ih; ip = ip->i_forw) { in ufs_iget_internal() 540 for (sp = ih->ih_chain[0]; sp != (struct inode *)ih; sp = sp->i_forw) in ufs_iget_internal() 556 insque(ip, ih); in ufs_iget_internal() 1622 union ihead *ih; /* current hash chain */ in ufs_scan_inodes() local [all …]
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | bootops.c | 122 ihandle_t ih; in bop_open() local 131 ih = afs_ih; in bop_open() 132 fd = prom_fopen(ih, (char *)name); in bop_open() 137 ih = bfs_ih; in bop_open() 138 fd = prom_fopen(ih, (char *)name); in bop_open() 144 prom_ihs[fd] = ih; in bop_open()
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | build_tree.c | 204 instance_t *ih; in build_tree() local 207 ih = open_instance_chain(env, env->current_device, 0); in build_tree() 208 MYSELF = ih; in build_tree() 210 close_instance_chain(env, ih, 0); in build_tree()
|
H A D | upload.c | 47 instance_t *ih; in create_node() local 55 ih = MYSELF; in create_node() 82 MYSELF = ih; in create_node()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 134 union ihead *ih; in ud_search_icache() local 144 ih = &ud_ihead[hno]; in ud_search_icache() 145 for (ip = ih->ih_chain[0]; in ud_search_icache() 146 ip != (struct ud_inode *)ih; in ud_search_icache() 165 union ihead *ih; in ud_iget() local 192 ih = &ud_ihead[hno]; in ud_iget() 193 for (ip = ih->ih_chain[0]; in ud_iget() 194 ip != (struct ud_inode *)ih; in ud_iget() 403 insque(ip, ih); in ud_iget() 1855 union ihead *ih; in ud_iflush() local [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 50 union ihead ih; in inode_walk_init() local 71 if (mdb_vread(&ih, sizeof (union ihead), ihead) == -1) { in inode_walk_init() 81 wsp->walk_addr = (uintptr_t)ih.ih_chain[0]; in inode_walk_init() 92 union ihead ih; in inode_walk_step() local 100 if (mdb_vread(&ih, sizeof (union ihead), iw->iw_ihead) == -1) { in inode_walk_step() 104 addr = (uintptr_t)ih.ih_chain[0]; in inode_walk_step()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | properties.c | 221 instance_t *ih; in get_inherited_prop() local 235 ih = MYSELF; in get_inherited_prop() 236 if (ih) { in get_inherited_prop() 237 for (; ih; ih = ih->parent) { in get_inherited_prop() 238 dev = ih->device; in get_inherited_prop()
|
/titanic_44/usr/src/uts/sun4u/opl/sys/pcicmu/ |
H A D | pcmu_ib.h | 43 typedef struct ih { struct 51 struct ih *ih_next; /* next entry in list */ argument
|
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 683 pkinit_cert_iter_handle ih = NULL; in obtain_all_cert_matching_data() local 703 id_cryptoctx, &ih); in obtain_all_cert_matching_data() 711 retval = crypto_cert_iteration_next(context, ih, &ch); in obtain_all_cert_matching_data() 735 if (ih != NULL) in obtain_all_cert_matching_data() 737 (void) crypto_cert_iteration_end(context, ih); in obtain_all_cert_matching_data()
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 43 0 instance value dev-ih 49 blk>byte dev-ih read-disk 228 dev-ih read-disk 458 then to dev-ih 467 dev-ih dev-close 468 0 to dev-ih 546 rd-offset dev-ih read-disk
|
/titanic_44/usr/src/cmd/nscd/ |
H A D | nscd_selfcred.c | 510 nscd_imhere_t *ih; in _nscd_proc_iamhere() local 626 ih = NSCD_N2N_DOOR_DATA(nscd_imhere_t, buf); in _nscd_proc_iamhere() 627 cslot = ih->slot; in _nscd_proc_iamhere() 776 nscd_imhere_t ih; in _nscd_proc_fork() local 853 ih.slot = slot; in _nscd_proc_fork() 857 &ih, sizeof (ih), NULL); in _nscd_proc_fork()
|
/titanic_44/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 41 0 instance value dev-ih 89 vol-desc /sector vol-desc-sector# /sector * dev-ih read-disk 92 : read-fs-blocks ( adr len fs-blk# -- ) /block * dev-ih read-disk ; 492 then to dev-ih 500 dev-ih dev-close 536 dev-ih read-disk ( #read ) 566 rd-offset dev-ih read-disk
|
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_ib.h | 103 typedef struct ih { struct 111 struct ih *ih_next; /* next entry in list */ argument
|