Searched defs:lsb (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dleb128.c213 uint_t lsb; local
219 lsb = 1;
221 lsb = 0;
256 if (lsb) {
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c152 unsigned int portid, lsb, ch, leaf; local
159 lsb = OPL_ADDR_TO_LSB(phi);
163 portid = OPL_IO_PORTID(lsb, ch, leaf);
204 unsigned int portid, lsb, ch; local
218 lsb = OPL_IO_PORTID_TO_LSB(portid);
220 hi = OPL_ADDR_HI(lsb, ch);
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c135 int a, lsb, psb; local
146 lsb = OPL_MC_LSB(a);
153 lsb_to_psb[lsb] = psb;
306 int a, lsb, hb, rc; local
315 lsb = OPL_PX_LSB(a);
319 if (lsb >= 0 && lsb <= OPL_IOB_MAX) {
320 psb = lsb_to_psb[lsb];
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c454 struct stat64 lsb; local
462 bzero(&lsb, sizeof (lsb));
463 lsb.st_dev = vattr.va_fsid;
464 lsb.st_ino = vattr.va_nodeid;
465 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode;
466 lsb.st_nlink = vattr.va_nlink;
467 lsb.st_uid = vattr.va_uid;
468 lsb.st_gid = vattr.va_gid;
469 lsb
565 struct stat64_32 lsb; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c100 static uint64_t print_opl_memory_line(int lsb, struct cs_status *cs_stat,
571 print_opl_memory_line(int lsb, struct cs_status *cs_stat, int ngrps, argument
617 log_printf(" %02d ", lsb, 0);
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_lan_hmc.c698 u16 lsb; member in struct:i40e_context_ele
772 shift_width = ce_info->lsb % 8;
783 dest = hmc_bits + (ce_info->lsb / 8);
813 shift_width = ce_info->lsb % 8;
827 dest = hmc_bits + (ce_info->lsb / 8);
857 shift_width = ce_info->lsb % 8;
879 dest = hmc_bits + (ce_info->lsb / 8);
909 shift_width = ce_info->lsb % 8;
931 dest = hmc_bits + (ce_info->lsb / 8);
957 shift_width = ce_info->lsb
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c1716 int lsb; local
1719 lsb = ddi_prop_get_int(DDI_DEV_T_ANY, cmuch_dip, 0, MSU_BOARD_PROP,
1721 if (lsb == FAILURE) {
1722 return (lsb);
1750 upath->ser_devcb.lsb = lsb;
2165 altn_upath->ser_devcb.lsb);
2338 if (upath->ser_devcb.lsb == msu_tty_port) {
2340 (void) prom_opl_switch_console(upath->ser_devcb.lsb);
2378 altn_upath->ser_devcb.lsb);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h118 uint8_t lsb; member in struct:ql_rpt_lun
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c296 #define OPL_HWD_BASE(lsb) \
297 (0x4081F1322000LL | (((uint64_t)(lsb)) << 40))
1981 int lsb, ch, leaf; local
1996 lsb = OPL_IO_PORTID_TO_LSB(portid);
1999 ASSERT(OPL_IO_PORTID(lsb, ch, leaf) == portid);
2002 if ((hwd_h = (hwd_header_t *)opl_boards[lsb].cfg_hwd) == NULL) {
2081 " over 4 >> h# 1f and ( mid ch# lsb# ) "
2082 " 1 d# 46 << ( mid ch# lsb# pa ) "
2100 " over 4 >> h# 1f and ( mid ch# lsb# ) "
2101 " 1 d# 46 << ( mid ch# lsb# p
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h195 int lsb; /* LSB number */ member in struct:serial_devcb
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c351 * two bytes indicating the lsb and msb of the field to be updated, and
366 #define JTSO_XTRACT 0x40 /* extract & merge [lsb, msb] */
379 static u_int jtag_bf_extract(u_char *s, int lsb, int msb);
380 static void jtag_bf_insert(u_char *s, int lsb, int msb, int value);
1743 jtag_bf_extract(u_char *s, int lsb, int msb) argument
1750 * lsb and msb are assumed to be within string,
1753 for (; msb >= lsb; msb--) {
1766 jtag_bf_insert(u_char *s, int lsb, int msb, int value) argument
1771 * lsb and msb are assumed to be within string,
1775 for (; msb >= lsb; ls
1846 u_int flags, lsb, msb, patch; local
1931 u_int lsb, msb; local
2498 u_int lsb, msb; local
[all...]

Completed in 88 milliseconds