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

12

/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A DMakefile32 include ../../sun4/hostbridge/Makefile.hb
/illumos-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...]
/illumos-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;
/illumos-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;
/illumos-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);
/illumos-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...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A DMakefile32 include ../../sun4/hostbridge/Makefile.hb
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
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.c306 int a, lsb, hb, rc; local
316 hb = OPL_PX_HB(a);
325 ioboard_list[psb].rcs[hb][rc] = pnode;
/illumos-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...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
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);
/illumos-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) {
/illumos-gate/usr/src/cmd/mailx/
H A DMakefile71 LINTFLAGS= -hb
/illumos-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)->
/illumos-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,
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c2134 int hb; local
2153 hb = hash(modname);
2154 rp = ipp_mod_byname[hb];
2193 int hb; local
2204 hb = hash(modname);
2205 rpp = &ipp_mod_byname[hb];
2278 int hb; local
2286 hb = hash(imp->ippm_name);
2287 rpp = &ipp_mod_byname[hb];
2816 int hb; local
2875 int hb; local
2969 int hb; local
[all...]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c260 uchar_t *binsid, b, hb; local
345 hb = (b >> 4) & 0xF;
346 *ecp++ = (hb <= 0x9 ? hb + '0' : hb - 10 + 'A');
347 hb = b & 0xF;
348 *ecp++ = (hb <= 0x9 ? hb + '0' : hb - 10 + 'A');
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c919 int hb; local
925 else if ((hb = highbit(size)) < VMEM_FREELISTS)
926 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
946 int hb, flist, resv; local
999 hb = highbit(size);
1000 if ((vmp->vm_freemap >> hb) == 0 ||
1001 hb == VMEM_FREELISTS ||
1003 hb--;
1004 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
1267 int hb; local
[all...]
/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem.c822 int hb, flist, resv; local
882 hb = highbit(size);
883 if ((vmp->vm_freemap >> hb) == 0 ||
884 hb == VMEM_FREELISTS ||
886 hb--;
887 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
1070 int hb; local
1100 else if ((hb = highbit(size)) < VMEM_FREELISTS)
1101 flist = lowbit(P2ALIGN(vmp->vm_freemap, 1UL << hb));
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c615 sv_dev_t **hb, *next, *svp; local
634 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]);
642 for (svp = *hb; svp; svp = next) {
671 sv_dev_t **hb, **insert, *svp; local
682 hb = &(maj->sm_hash[SV_MINOR_HASH(umin)]);
686 insert = hb;
688 for (svp = *hb; svp; svp = svp->sv_hash) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1912 display_hash_bucket(_sd_hash_bucket_t *addr, _sd_hash_bucket_t *hb) argument
1918 (uintptr_t)hb->hb_lock)) == -1)
1919 mdb_warn("failed to read bucket lock at %p", hb->hb_lock);
1924 hb->hb_head, hb->hb_tail,
1925 (rc == -1) ? hb->hb_lock : lock._opaque[0],
1927 mdb_printf("inlist %d seq %d\n", hb->hb_inlist, hb->hb_seq);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c1358 int hb; local
1370 hb = zap_hashbits(zc->zc_zap);
1371 zc->zc_hash = zc->zc_serialized << (64 - hb);
1372 zc->zc_cd += zc->zc_serialized >> hb;

Completed in 141 milliseconds

12