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

12

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A DMakefile32 include ../../sun4/hostbridge/Makefile.hb
/opensolaris-onvv-gate/usr/src/cmd/tcpd/
H A Dscaffold.c51 struct hostent_block *hb; local
59 if ((hb = (struct hostent_block *) malloc(sizeof(struct hostent_block)
64 memset((char *) &hb->host, 0, sizeof(hb->host));
65 hb->host.h_addrtype = hp->h_addrtype;;
66 hb->host.h_length = hp->h_length;
67 hb->host.h_addr_list = hb->addr_list;
68 hb->host.h_addr_list[count] = 0;
69 data = (char *) (hb
[all...]
/opensolaris-onvv-gate/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;
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dmatrix.c37 int nrow, ncol, i, j, k, hb, b, val[100]; local
48 hb = b = 0;
51 hb = max(hb, eht[lp[j]]-ebase[lp[j]]);
55 if (dbg) printf(".\trow %d: b=%d, hb=%d\n", k, b, hb);
59 eht[lp[j]] = b + hb;
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A Dhb_i86pc.c39 tnode_t *hb; local
44 if ((hb = pcihostbridge_declare(mod, ptn, bn, hbi)) == NULL)
47 hb, PCI_BUS, PCI_BUS, 0, MAX_HB_BUSES, (void *)hbdid) < 0) {
48 topo_node_unbind(hb);
58 tnode_t *hb; local
64 if ((hb = pciexhostbridge_declare(mod, ptn, bn, hbi)) == NULL)
66 if ((rc = pciexrc_declare(mod, hb, bn, hbi)) == NULL)
70 topo_node_unbind(hb);
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A DMakefile32 include ../../sun4/hostbridge/Makefile.hb
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c263 int hb; local
279 for (hb = 0; hb < OPL_HB_MAX; hb++) {
283 p = iob->rcs[hb][rc];
292 brd, hb, rc);
299 hbnode = opl_hb_node_create(mp, ion, hb);
H A Dopl_ioboard.c306 int a, lsb, hb, rc; local
316 hb = OPL_PX_HB(a);
325 ioboard_list[psb].rcs[hb][rc] = pnode;
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/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";
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A Dcpuboard_hostbridge.c245 int hb; local
261 hb = rc = brd;
266 "pciexrc=%d\n", brd, hb, rc);
269 hbnode = cpuboard_hb_node_create(mp, cpubn, hb);
/opensolaris-onvv-gate/usr/src/cmd/fm/dicts/
H A DSUN4.dict47 fault.io.fire.hb.sw-config=16
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/perlasm/
H A Dx86ms.pl17 %hb=( 'eax', 'ah',
40 (defined($hb{$_[0]})) || die "$_[0] does not have a 'high byte'\n";
41 return($hb{$_[0]});
H A Dx86nasm.pl18 %hb=( 'eax', 'ah',
49 (defined($hb{$_[0]})) || die "$_[0] does not have a 'high byte'\n";
50 return($hb{$_[0]});
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c320 tnode_t *hb; local
336 if ((hb = pcihostbridge_declare(mod, pn, did_dinode(didp), imin))
343 hb, PCI_BUS, PCI_BUS, bus, bus, didp) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Doberon.esc116 event fault.io.fire.hb.sw-config@hostbridge/pciexrc, retire=0, response=0,
119 prop fault.io.fire.hb.sw-config@hostbridge/pciexrc (0)->
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A DMakefile65 LINTFLAGS= -hb
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dtrailer77 mimehb, use=mime-hb,
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c622 int rc, hb; local
632 hb = topo_node_instance(hbtn);
634 hb = rc;
644 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL)
647 retval = pci_children_instantiate(mp, ptn, pdn, 0, hb, rc,
/opensolaris-onvv-gate/usr/src/uts/common/ipp/
H A Dippconf.c2136 int hb; local
2155 hb = hash(modname);
2156 rp = ipp_mod_byname[hb];
2195 int hb; local
2206 hb = hash(modname);
2207 rpp = &ipp_mod_byname[hb];
2280 int hb; local
2288 hb = hash(imp->ippm_name);
2289 rpp = &ipp_mod_byname[hb];
2818 int hb; local
2877 int hb; local
2971 int hb; local
[all...]

Completed in 285 milliseconds

12