Searched refs:hb (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A DMakefile.com30 include $(SRC)/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_div_ix.c95 int hb, hc, hd, hw, i, j; local
109 hb = bb.i[0] & ~0x80000000;
144 if (hb >= 0x7fff0000) { /* a is inf or nan */
161 hb = (hb - 0x3fff0000) >> 16;
162 _Q_scl(&b, -hb);
164 hb -= (hw + hw);
169 hc += hb;
174 hd += hb;
H A D_D_cplx_div_ix.c103 int hb, hc, hd, hw, i, j; local
115 hb = bb.i[0] & ~0x80000000;
164 if (hb >= 0x7ff00000) { /* a is inf or nan */
179 hb = (hb - 0x38000000) >> 28;
180 b = (b * scl[hb + 4].d) / r;
181 hb -= (hw + hw);
185 hc += hb;
189 hd += hb;
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; local
110 hb = bb.i[0] & ~0x80000000;
111 hz = (ha > hb)? ha : hb;
H A D_Q_cplx_div.c100 int ha, hb, hc, hd, hz, hw, hs, i, j; local
117 hb = bb.i[0] & ~0x80000000;
118 hz = (ha > hb)? ha : hb;
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c38 tnode_t *hb; local
43 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL)
46 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
47 topo_node_unbind(hb);
57 tnode_t *hb; local
63 if ((hb = pciexhostbridge_declare(mod, ptn, bn, hbi)) == NULL)
65 if ((rc = pciexrc_declare(mod, hb, bn, hbi)) == NULL)
69 topo_node_unbind(hb);
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c153 tnode_t *hb; local
155 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL)
157 if (topo_mod_enumerate(mod, hb, PCI_BUS, PCI_BUS, bi, bi, hbdid) == 0)
158 return (hb);
160 topo_node_unbind(hb);
208 tnode_t **hb; local
215 if ((hb = topo_mod_zalloc(mod, nhb * sizeof (tnode_t *))) == NULL)
222 topo_mod_free(mod, hb, nhb * sizeof (tnode_t *));
236 if (hb[br] == NULL) {
237 hb[b
300 tnode_t **hb; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A DMakefile.com30 include $(SRC)/lib/fm/topo/modules/sun4/hostbridge/Makefile.hb
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_hostbridge.c262 int hb; local
278 for (hb = 0; hb < OPL_HB_MAX; hb++) {
282 p = iob->rcs[hb][rc];
291 brd, hb, rc);
298 hbnode = opl_hb_node_create(mp, ion, hb);
H A Dopl_ioboard.c305 int a, lsb, hb, rc; local
315 hb = OPL_PX_HB(a);
324 ioboard_list[psb].rcs[hb][rc] = pnode;
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c426 HelperData *hb = (HelperData *)user_data; local
456 hb->cb(hb->d, exitt, return_code,
457 (gchar **)error->data, hb->data1, hb->data2);
459 g_object_unref (hb->d);
469 hb->cb(hb->d, HALD_RUN_FAILED, return_code, NULL, hb->data1, hb
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D32_defer_misc.t143 my ($a, $b, $ha, $hb) = @_;
145 $hb = 'second hash' unless defined $hb;
152 print ctrlfix("# Key $k is in $ha but not $hb"), "\n";
155 print ctrlfix("# Key $k is <$a->{$k}> in $ha but <$b->{$k}> in $hb"), "\n";
165 print ctrlfix("# Key $k is in $hb but not $ha"), "\n";
H A D30_defer.t263 my ($a, $b, $ha, $hb) = @_;
265 $hb = 'second hash' unless defined $hb;
272 print ctrlfix("# Key $k is in $ha but not $hb"), "\n";
275 print ctrlfix("# Key $k is <$a->{$k}> in $ha but <$b->{$k}> in $hb"), "\n";
285 print ctrlfix("# Key $k is in $hb but not $ha"), "\n";
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard_hostbridge.c244 int hb; local
260 hb = rc = brd;
265 "pciexrc=%d\n", brd, hb, rc);
268 hbnode = cpuboard_hb_node_create(mp, cpubn, hb);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c140 grub_mm_header_t hb = (grub_mm_header_t) (rb + 1); local
148 if ((hb->size << GRUB_MM_ALIGN_LOG2) >= newreg_start
151 grub_mm_header_t newhnext = hb->next;
152 grub_size_t newhsize = ((hb->size << GRUB_MM_ALIGN_LOG2)
156 if (newhnext == hb)
164 new_header = hb->next;
165 if (new_header == hb)
173 if (newregfirst == hb)
186 newreg, newreg->first, h, hp, hb);
191 newreg, newreg->first, h, hp, hb);
202 allocate_inreg(grub_phys_addr_t paddr, grub_size_t size, grub_mm_header_t hb, grub_mm_header_t hbp, grub_mm_region_t rb) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c322 tnode_t *hb; local
338 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin))
345 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) {
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c596 int c1, vb, hb, nr1, nc1; local
600 hb = data->hs * 8;
602 nc1 = (data->image_width + hb - 1) / hb;
605 data->r1++, data->bitmap_ptr += (vb * data->image_width - hb * nc1) * 3)
607 c1++, rst--, data->bitmap_ptr += hb * 3)
623 nc2 = (c1 == nc1 - 1) ? (data->image_width - c1 * hb) : hb;
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c637 int rc, hb; local
647 hb = topo_node_instance(hbtn);
649 hb = rc;
659 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL)
662 retval = pci_children_instantiate(mp, ptn, pdn, 0, hb, rc,
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c261 uchar_t *binsid, b, hb; local
346 hb = (b >> 4) & 0xF;
347 *ecp++ = (hb <= 0x9 ? hb + '0' : hb - 10 + 'A');
348 hb = b & 0xF;
349 *ecp++ = (hb <= 0x9 ? hb + '0' : hb - 10 + 'A');
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem.c821 int hb, flist, resv; local
881 hb = highbit(size);
882 if ((vmp->vm_freemap >> hb) == 0 ||
883 hb == VMEM_FREELISTS ||
885 hb--;
886 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
1069 int hb; local
1098 else if ((hb = highbit(size)) < VMEM_FREELISTS)
1099 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h1357 PERL_CALLCONV void Perl_hv_clear_placeholders(pTHX_ HV* hb);

Completed in 121 milliseconds