Searched refs:v32 (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | vtoc.h | 222 #define vtoc32tovtoc(v32, v) \ argument 225 v.v_bootinfo[0] = v32.v_bootinfo[0]; \ 226 v.v_bootinfo[1] = v32.v_bootinfo[1]; \ 227 v.v_bootinfo[2] = v32.v_bootinfo[2]; \ 228 v.v_sanity = v32.v_sanity; \ 229 v.v_version = v32.v_version; \ 230 bcopy(v32.v_volume, v.v_volume, LEN_DKL_VVOL); \ 231 v.v_sectorsz = v32.v_sectorsz; \ 232 v.v_nparts = v32.v_nparts; \ 233 v.v_version = v32.v_version; \ [all …]
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 496 uint32_t v32 = *(uint32_t *)val; in t4_mc_setprop() local 538 if (v32 < 46 || v32 > MAX_MTU) { in t4_mc_setprop() 540 } else if (v32 != pi->mtu) { in t4_mc_setprop() 541 pi->mtu = v32; in t4_mc_setprop() 542 (void) mac_maxsdu_update(pi->mh, v32); in t4_mc_setprop() 640 rc = -t4_set_rxmode(sc, sc->mbox, pi->viid, v32, -1, in t4_mc_setprop()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 1446 uint32_t *v32 = (uint32_t *)&value; in fasttrap_getreg() local 1461 if (fasttrap_fuword32(&fr->fr_local[reg - 16], &v32[1]) != 0) in fasttrap_getreg() 1464 v32[0] = 0; in fasttrap_getreg() 1558 uint32_t v32 = (uint32_t)value; in fasttrap_putreg() local 1567 rwin[i].rw_local[reg - 16] = v32; in fasttrap_putreg() 1573 if (fasttrap_suword32(&fr->fr_local[reg - 16], v32) != 0) { in fasttrap_putreg() 1578 rwin[mpcb->mpcb_wbcnt].rw_local[reg - 16] = v32; in fasttrap_putreg()
|
/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 70 uint32_t v32; member 78 #define pe_reg_val vv.v32
|
/titanic_50/usr/src/uts/intel/io/agpgart/ |
H A D | agpgart.c | 114 #define agpinfo_default_to_32(v, v32) \ argument 116 (v32).agpi32_version = (v).agpi_version; \ 117 (v32).agpi32_devid = (v).agpi_devid; \ 118 (v32).agpi32_mode = (v).agpi_mode; \ 119 (v32).agpi32_aperbase = (uint32_t)(v).agpi_aperbase; \ 120 (v32).agpi32_apersize = (uint32_t)(v).agpi_apersize; \ 121 (v32).agpi32_pgtotal = (v).agpi_pgtotal; \ 122 (v32).agpi32_pgsystem = (v).agpi_pgsystem; \ 123 (v32).agpi32_pgused = (v).agpi_pgused; \
|
/titanic_50/usr/src/uts/common/io/yge/ |
H A D | yge.c | 2126 uint32_t v32; in yge_intr_hwerr() local 2136 v32 = CSR_PCI_READ_4(dev, PEX_UNC_ERR_STAT); in yge_intr_hwerr() 2137 if ((v32 & PEX_UNSUP_REQ) != 0) { in yge_intr_hwerr() 2142 if ((v32 & (PEX_FATAL_ERRORS | PEX_POIS_TLP)) != 0) { in yge_intr_hwerr()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | config.sub | 608 i*86v32)
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 2836 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\ 2858 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm-xf86-v32: 19465 # * update xterm-xf86-v32 to match XFree86 3.2A (changes F1-F4) 19470 # * make new entry xterm-xf86-v33, restored xterm-xf86-v32. 19480 # * add cbt to xterm-xf86-v32 19482 # 'xterm' is derived from xterm-xf86-v32, which implements ech and
|
H A D | terminfo.src | 3200 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System), 3238 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-xf86-v32, 21681 # * update xterm-xf86-v32 to match XFree86 3.2A (changes F1-F4) 21686 # * make new entry xterm-xf86-v33, restored xterm-xf86-v32. 21696 # * add cbt to xterm-xf86-v32 21698 # 'xterm' is derived from xterm-xf86-v32, which implements ech and
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 1664 file path=usr/share/lib/terminfo/x/xterm-xf86-v32
|