/titanic_41/usr/src/uts/common/syscall/ |
H A D | stat.c | 454 struct stat64 lsb; in cstat64() local 462 bzero(&lsb, sizeof (lsb)); in cstat64() 463 lsb.st_dev = vattr.va_fsid; in cstat64() 464 lsb.st_ino = vattr.va_nodeid; in cstat64() 465 lsb.st_mode = VTTOIF(vattr.va_type) | vattr.va_mode; in cstat64() 466 lsb.st_nlink = vattr.va_nlink; in cstat64() 467 lsb.st_uid = vattr.va_uid; in cstat64() 468 lsb.st_gid = vattr.va_gid; in cstat64() 469 lsb.st_rdev = vattr.va_rdev; in cstat64() 470 lsb.st_size = vattr.va_size; in cstat64() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_ioboard.c | 135 int a, lsb, psb; in opl_map_boards() local 146 lsb = OPL_MC_LSB(a); in opl_map_boards() 153 lsb_to_psb[lsb] = psb; in opl_map_boards() 306 int a, lsb, hb, rc; in opl_iob_enum() local 315 lsb = OPL_PX_LSB(a); in opl_iob_enum() 319 if (lsb >= 0 && lsb <= OPL_IOB_MAX) { in opl_iob_enum() 320 psb = lsb_to_psb[lsb]; in opl_iob_enum()
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | leb128.c | 213 uint_t lsb; in dwarf_ehe_extract() local 219 lsb = 1; in dwarf_ehe_extract() 221 lsb = 0; in dwarf_ehe_extract() 256 if (lsb) { in dwarf_ehe_extract()
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_lan_hmc.c | 698 u16 lsb; member 772 shift_width = ce_info->lsb % 8; in i40e_write_byte() 783 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_byte() 813 shift_width = ce_info->lsb % 8; in i40e_write_word() 827 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_word() 857 shift_width = ce_info->lsb % 8; in i40e_write_dword() 879 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_dword() 909 shift_width = ce_info->lsb % 8; in i40e_write_qword() 931 dest = hmc_bits + (ce_info->lsb / 8); in i40e_write_qword() 957 shift_width = ce_info->lsb % 8; in i40e_read_byte() [all …]
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | opl_cfg.h | 113 #define OPL_IO_PORTID(lsb, ch, leaf) \ argument 114 (((lsb & OPL_LSBID_MASK) << 4) | ((ch & 0x7) << 1) | (leaf & 0x1)) 121 #define OPL_ADDR_HI(lsb, ch) \ argument 122 ((1 << 14) | ((lsb & OPL_LSBID_MASK) << 8) | ((ch & 0x7) << 5))
|
/titanic_41/usr/src/lib/efcode/jupiter/ |
H A D | jupiter.c | 152 unsigned int portid, lsb, ch, leaf; in do_get_io_portid() local 159 lsb = OPL_ADDR_TO_LSB(phi); in do_get_io_portid() 163 portid = OPL_IO_PORTID(lsb, ch, leaf); in do_get_io_portid() 204 unsigned int portid, lsb, ch; in do_decode_unit() local 218 lsb = OPL_IO_PORTID_TO_LSB(portid); in do_decode_unit() 220 hi = OPL_ADDR_HI(lsb, ch); in do_decode_unit()
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | jtag.c | 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) in jtag_bf_extract() argument 1753 for (; msb >= lsb; msb--) { in jtag_bf_extract() 1766 jtag_bf_insert(u_char *s, int lsb, int msb, int value) in jtag_bf_insert() argument 1775 for (; msb >= lsb; lsb++) { in jtag_bf_insert() 1776 s[lsb>>3] = (s[lsb>>3] & ~ (1 << (lsb & 7))) | in jtag_bf_insert() 1777 ((value & 1) << (lsb & 7)); in jtag_bf_insert() 1846 u_int flags, lsb, msb, patch; in jtag_init_chip() local 1849 lsb = *pdesc++; in jtag_init_chip() [all …]
|
/titanic_41/usr/src/lib/libilb/common/ |
H A D | libilb_impl.h | 74 #define INV6_H2N_LSB64(addr, lsb) \ argument 75 (addr)->_S6_un._S6_u32[2] = htonl((lsb) >> 32); \ 76 (addr)->_S6_un._S6_u32[3] = htonl((lsb) & 0xffffffff)
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl.c | 100 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, in print_opl_memory_line() argument 617 log_printf(" %02d ", lsb, 0); in print_opl_memory_line()
|
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 1716 int lsb; in oplmsu_create_upath() local 1719 lsb = ddi_prop_get_int(DDI_DEV_T_ANY, cmuch_dip, 0, MSU_BOARD_PROP, in oplmsu_create_upath() 1721 if (lsb == FAILURE) { in oplmsu_create_upath() 1722 return (lsb); in oplmsu_create_upath() 1750 upath->ser_devcb.lsb = lsb; in oplmsu_create_upath() 2165 altn_upath->ser_devcb.lsb); in oplmsu_config_stop() 2338 if (upath->ser_devcb.lsb == msu_tty_port) { in oplmsu_config_start() 2340 (void) prom_opl_switch_console(upath->ser_devcb.lsb); in oplmsu_config_start() 2378 altn_upath->ser_devcb.lsb); in oplmsu_config_start()
|
H A D | oplmsu_ioctl_lrp.c | 194 (void) prom_opl_switch_console(upath->ser_devcb.lsb); in oplmsu_lrioctl_termios() 734 (void) prom_opl_switch_console(upath->ser_devcb.lsb); in oplmsu_lrdata_xoffxon()
|
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu.h | 195 int lsb; /* LSB number */ member
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 296 #define OPL_HWD_BASE(lsb) \ argument 297 (0x4081F1322000LL | (((uint64_t)(lsb)) << 40)) 1981 int lsb, ch, leaf; in opl_get_hwd_va() local 1996 lsb = OPL_IO_PORTID_TO_LSB(portid); in opl_get_hwd_va() 1999 ASSERT(OPL_IO_PORTID(lsb, ch, leaf) == portid); in opl_get_hwd_va() 2002 if ((hwd_h = (hwd_header_t *)opl_boards[lsb].cfg_hwd) == NULL) { in opl_get_hwd_va()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.h | 118 uint8_t lsb; member
|
H A D | ql_api.h | 1814 #define CHAR_TO_SHORT(lsb, msb) (uint16_t)((uint8_t)msb << 8 | (uint8_t)lsb) argument 1815 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument 1816 (uint32_t)(SHORT_TO_LONG(CHAR_TO_SHORT(lsb, b1), \
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 266 sllx %l4, %l2, %l4 ! mask: 16, 32, 48, 64 0's at lsb
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 43 @ MSG_ELFDATA2LSB_NF "lsb"
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | cpr_wakecode.s | 491 D16 movl $_CONST(COM1+DLL), %edx / divisor latch lsb 512 D16 movl $_CONST(COM2+DLL), %edx / divisor latch lsb
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | mc-opl.c | 95 int mc_set_mem_sid(mc_opl_t *mcp, char *buf, int buflen, int lsb, int bank,
|