HomeSort by relevance Sort by last modified time
    Searched defs:bd (Results 1 - 25 of 36) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
BorderPanelShadow.java 172 BorderLayout bd = (BorderLayout)panel.getLayout(); local
174 bd.addLayoutComponent(borderName, comp);
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
plat_ecc_dimm.c 115 int i, bd, p; local
124 bd = i / max_mc_per_bd;
126 cache[i].mcid = plat_make_fru_cpuid(bd, 0, p);
133 plat_populate_sid_cache_one(dimm_sid_cache_t *cache, int bd)
145 ASSERT(domain_dimm_sids[bd].pdsb_valid_bitmap);
148 int index = bd * max_mc_per_bd + i;
160 valid = domain_dimm_sids[bd].pdsb_valid_bitmap >> (i * 8) &
174 domain_dimm_sids[bd].pdsb_dimm_sids[(i * 8) + j],
186 int bd; local
195 bd = i / max_mc_per_bd
292 int bd; local
332 int bd; local
    [all...]
plat_ecc_unum.c 1120 int bd; local
1128 for (bd = 0; bd < plat_max_cpumem_boards(); bd++) {
1129 mutex_init(&domain_dimm_sids[bd].pdsb_lock,
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_dr.c 192 int board, bd; local
211 if (sbdp_get_bd_and_wnode_num(node, &bd, &wnode) < 0)
214 if (bd != board)
217 SBDP_DBG_MISC("%s: board is %d\n", f, bd);
253 if (sbdp_set_cpu_present(wnode, bd,
sbdp_cpu.c 107 int bd, wnode; local
125 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) {
136 bdp = &wnodep->bds[bd];
145 sbdp_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid), 1);
190 int bd, wnode; local
205 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) {
220 if (sbdp_is_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid))) {
228 bdp = &wnodep->bds[bd];
258 sbdp_cpu_in_reset(wnode, bd, SG_CPUID_TO_CPU_UNIT(cpuid), 0);
261 * Refresh the bd inf
    [all...]
ssm.c 675 minor_t minor_num, bd; local
678 for (bd = 0; bd < plat_max_boards(); bd++) {
679 if (SG_BOARD_IS_CPU_TYPE(bd))
680 (void) sprintf(filename, "N%d.SB%d", ssm_nodeid, bd);
682 (void) sprintf(filename, "N%d.IB%d", ssm_nodeid, bd);
684 minor_num = (instance << SSM_INSTANCE_SHIFT) | bd;
sgsbbc_mailbox.c 2289 int bd, ii, impl, nc; local
2318 int bd, procpos, ii, num, ncores, ret; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/schemes/mem/
mem_unum.c 181 const bank_dimm_t *bd; local
187 for (bd = bank_dimm; bd->bd_pat != NULL; bd++) {
192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched);
196 if (bd->bd_subst != NULL) {
197 (void) strlcpy(dimmname+replace, bd->bd_subst,
198 sizeof (dimmname) - strlen(bd->bd_subst));
199 replace += strlen(bd->bd_subst);
206 (void) sscanf(c, bd->bd_reppat, &dimmlen)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/
usb_ah.c 480 usb_ah_repeat_send(usb_ah_state_t *usb_ahd, usb_ah_button_descr_t *bd,
485 bd->mblk = usb_ah_mk_mctl(mctlmsg, buf, len);
487 if (bd->mblk != NULL) {
488 dup_mp = usb_ah_cp_mblk(bd->mblk);
496 usb_ahd->usb_ah_cur_bd = bd;
498 usb_ah_timeout, bd, usb_ah_rpt_tick);
510 usb_ah_button_descr_t *bd; local
514 bd = (usb_ah_button_descr_t *)addr;
515 usb_ahd = (usb_ah_state_t *)bd->uahp;
524 dup_mp = usb_ah_cp_mblk(bd->mblk)
614 usb_ah_button_descr_t *bd; local
688 usb_ah_button_descr_t *bd; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/biosdev/
biosdev.c 119 static int match_edd(biosdev_data_t *bd);
120 static int match_first_block(biosdev_data_t *bd);
364 fn48_t *bd; local
374 bd = &bdata->fn48_dev_params;
376 if (bd->magic != 0xBEDD || bd->pathinfo_len == 0) {
380 bd->magic, bd->pathinfo_len);
385 if (strncmp(bd->bustype, "PCI", 3) != 0) {
387 (void) printf("was not pci %s\n", bd->bustype)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
t10_sbc.c 1017 struct block_descriptor bd; local
1092 bzero(&bd, sizeof (bd));
1093 bd.blksize_hi = lobyte(hiword(d->d_bytes_sect));
1094 bd.blksize_mid = hibyte(loword(d->d_bytes_sect));
1095 bd.blksize_lo = lobyte(loword(d->d_bytes_sect));
1096 bcopy(&bd, io->da_data + sizeof (*mode_hdr), sizeof (bd));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
ypresolv_proc.c 96 struct svc_dg_data *bd = NULL; local
138 if (!bd) { /* just set maxlen and buf once */
140 bd = get_svc_dg_data(transp);
141 bd->su_tudata.addr.maxlen = GETCALLER(transp)->maxlen;
142 bd->su_tudata.addr.buf = GETCALLER(transp)->buf;
144 bd->su_tudata.addr.len = nbuf->len;
  /onnv/onnv-gate/usr/src/uts/sun4u/cherrystone/os/
cherrystone.c 275 int bd, cpu, bank; local
277 for (bd = 0; bd < CHERRYSTONE_SBD_SLOTS; bd++) {
281 uint64_t *slice = slice_table[bd][cpu][bank];
287 return (bd);
  /onnv/onnv-gate/usr/src/uts/sun4u/daktari/os/
daktari.c 267 int bd, cpu, bank; local
269 for (bd = 0; bd < DAK_SBD_SLOTS; bd++) {
272 uint64_t *slice = slice_table[bd][cpu][bank];
278 return (bd);
  /onnv/onnv-gate/usr/src/cmd/eeprom/i386/
benv.c 126 benv_des_t *bd; local
128 bd = (benv_des_t *)malloc(sizeof (benv_des_t));
129 (void) memset(bd, 0, sizeof (benv_des_t));
131 bd->elist = new_list();
133 return (bd);
655 init_benv(benv_des_t *bd, char *file)
665 bd->name = file;
667 bd->name = strcats(boottree, "/solaris/bootenv.rc", NULL);
671 map_benv(benv_des_t *bd)
673 if ((bd->fd = open(bd->name, O_RDONLY)) == -1
1043 benv_des_t *bd; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
TabbedFolder.java 51 private static final int bd = 2; field in class:TabbedFolder
174 insets.left = folderInsets.left + bd + comppadx/2;
175 insets.right = folderInsets.right + bd + comppadx/2;
177 insets.bottom = folderInsets.bottom + bd + comppady/2;
216 if (y < (folderInsets.top+bd) || y > (folderInsets.top+tabH)) {
247 tabx[0] = bd;
249 fontMetrics.stringWidth(tabtext[0]) + tabipadx + 2*bd;
253 int x = bd;
261 tabipadx + 2*bd;
268 tabW = tabx[tabx.length-1] - tabx[0] + 2*bd;
    [all...]
TextView.java 278 int bd = getBD(); local
279 return new Dimension(minWidth + bd, (minrows * lineHeight)
280 + bd);
305 int bd = getBD(); local
306 size.width -= bd;
307 size.height -= bd;
512 int bd = viewBorder + viewIPad; local
525 yoff = lineTop - viewTop + bd;
526 drawLine(g, i, -scrollx+bd, yoff);
620 int bd = getBD() local
660 int bd = getBD(); local
674 int bd = getBD(); local
    [all...]
VJPanel.java 548 int bd = getBD(); local
553 bd + insets.left,
554 bd + insets.bottom,
555 bd + insets.right);
575 int bd = 0; local
577 bd = borderWidth;
578 return bd;
594 int bd = borderWidth; local
595 int top = bd;
603 top += bd;
615 int bd = borderWidth; local
695 int bd = borderWidth; local
    [all...]
WinScrollbar.java 552 int bd = 2; local
560 g.fillRect(x+bd+2*xoff-1, y+bd+(5*yoff/4)-1,
563 p.addPoint(x+bd+xoff-1, y+bd+(3*yoff/2)-1);
564 p.addPoint(x+bd+2*xoff-1, y+bd+yoff-3);
565 p.addPoint(x+bd+2*xoff-1, y+bd+2*yoff+1);
571 g.fillRect(x+bd+(xoff/2)-1, y+bd+(5*yoff/4)-1
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
nii.c 64 int bd; variable
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/sys/
sbdp_priv.h 153 int bd; member in struct:__anon9054
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
rpcb_svc_com.c 708 struct svc_dg_data *bd; local
974 bd = get_svc_dg_data(transp);
975 call_msg.rm_xid = forward_register(bd->su_xid,
1001 bd->su_xid, call_msg.rm_xid);
1474 struct svc_dg_data *bd; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
gunzip.c 526 static int bd; /* lookup bits for td */ variable
741 unsigned ml, md; /* masks for bl and bd bits */
754 md = mask_bits[bd];
797 NEEDBITS ((unsigned) bd);
923 bd = 5;
924 if ((i = huft_build (l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
1066 bd = dbits;
1067 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_bitmap.c 2075 struct net_bdata bd; local
2508 struct net_bdata6 bd; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xnf.c 1342 xnf_buf_t *bd; local
    [all...]

Completed in 600 milliseconds

1 2