Searched refs:v32 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h223 #define vtoc32tovtoc(v32, v) \
226 v.v_bootinfo[0] = v32.v_bootinfo[0]; \
227 v.v_bootinfo[1] = v32.v_bootinfo[1]; \
228 v.v_bootinfo[2] = v32.v_bootinfo[2]; \
229 v.v_sanity = v32.v_sanity; \
230 v.v_version = v32.v_version; \
231 bcopy(v32.v_volume, v.v_volume, LEN_DKL_VVOL); \
232 v.v_sectorsz = v32.v_sectorsz; \
233 v.v_nparts = v32.v_nparts; \
234 v.v_version = v32
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c496 uint32_t v32 = *(uint32_t *)val; local
538 if (v32 < 46 || v32 > MAX_MTU) {
540 } else if (v32 != pi->mtu) {
541 pi->mtu = v32;
542 (void) mac_maxsdu_update(pi->mh, v32);
640 rc = -t4_set_rxmode(sc, sc->mbox, pi->viid, v32, -1,
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c1446 uint32_t *v32 = (uint32_t *)&value; local
1461 if (fasttrap_fuword32(&fr->fr_local[reg - 16], &v32[1]) != 0)
1464 v32[0] = 0;
1558 uint32_t v32 = (uint32_t)value; local
1567 rwin[i].rw_local[reg - 16] = v32;
1573 if (fasttrap_suword32(&fr->fr_local[reg - 16], v32) != 0) {
1578 rwin[mpcb->mpcb_wbcnt].rw_local[reg - 16] = v32;
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dglue.c70 uint32_t v32; member in union:pe_reg::__anon5135
78 #define pe_reg_val vv.v32
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c114 #define agpinfo_default_to_32(v, v32) \
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; \
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c2126 uint32_t v32; local
2136 v32 = CSR_PCI_READ_4(dev, PEX_UNC_ERR_STAT);
2137 if ((v32 & PEX_UNSUP_REQ) != 0) {
2142 if ((v32 & (PEX_FATAL_ERRORS | PEX_POIS_TLP)) != 0) {
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub608 i*86v32)

Completed in 99 milliseconds