Searched refs:v32 (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vtoc.h | 238 #define vtoc32tovtoc(v32, v) \ argument 241 v.v_bootinfo[0] = v32.v_bootinfo[0]; \ 242 v.v_bootinfo[1] = v32.v_bootinfo[1]; \ 243 v.v_bootinfo[2] = v32.v_bootinfo[2]; \ 244 v.v_sanity = v32.v_sanity; \ 245 v.v_version = v32.v_version; \ 246 bcopy(v32.v_volume, v.v_volume, LEN_DKL_VVOL); \ 247 v.v_sectorsz = v32.v_sectorsz; \ 248 v.v_nparts = v32.v_nparts; \ 249 v.v_version = v32.v_version; \ [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 1328 uint32_t v32 = *(uint32_t *)val; in t4_mc_setprop() local 1340 if (v32 < 46 || v32 > MAX_MTU) { in t4_mc_setprop() 1342 } else if (v32 != pi->mtu) { in t4_mc_setprop() 1343 pi->mtu = v32; in t4_mc_setprop() 1344 (void) mac_maxsdu_update(pi->mh, v32); in t4_mc_setprop() 1435 rc = -t4_set_rxmode(sc, sc->mbox, pi->viid, v32, -1, in t4_mc_setprop()
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 70 uint32_t v32; member 78 #define pe_reg_val vv.v32
|
/illumos-gate/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()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 608 i*86v32)
|
/illumos-gate/usr/src/data/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, 21683 # * update xterm-xf86-v32 to match XFree86 3.2A (changes F1-F4) 21688 # * make new entry xterm-xf86-v33, restored xterm-xf86-v32. 21698 # * add cbt to xterm-xf86-v32 21700 # 'xterm' is derived from xterm-xf86-v32, which implements ech and
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.p5m | 2680 file path=usr/share/lib/terminfo/x/xterm-xf86-v32
|