Symbol: FRAMESIZE
sys/arch/amd64/stand/prekern/prekern.c
224
stkva = pkargs.lwp0uarea + (USPACE - FRAMESIZE);
sys/arch/cobalt/stand/boot/tlp.c
248
rxd[i].xd1 = htole32(R1_RCH|FRAMESIZE);
sys/arch/cobalt/stand/boot/tlp.c
366
inv(ptr, FRAMESIZE);
sys/arch/sandpoint/stand/altboot/fxp.c
127
uint8_t store[sizeof(struct rxdesc) + FRAMESIZE];
sys/arch/sandpoint/stand/altboot/kse.c
105
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/kse.c
168
rxd[0].xd1 = htole32(FRAMESIZE);
sys/arch/sandpoint/stand/altboot/kse.c
172
rxd[1].xd1 = htole32(R1_RER | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/nvt.c
144
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/nvt.c
216
rxd[0].xd1 = htole32(FRAMESIZE << 16);
sys/arch/sandpoint/stand/altboot/nvt.c
221
rxd[1].xd2 = htole32(FRAMESIZE << 16);
sys/arch/sandpoint/stand/altboot/pcn.c
121
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/pcn.c
185
rxd[0].xd1 = htole32(R1_OWN | R1_ONES | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/pcn.c
187
rxd[1].xd1 = htole32(R1_OWN | R1_ONES | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/rge.c
121
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/rge.c
209
rxd[0].xd0 = htole32(R0_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/rge.c
211
rxd[1].xd0 = htole32(R0_OWN | R0_EOR | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/rge.c
220
CSR_WRITE_2(l, RGE_RMS, FRAMESIZE);
sys/arch/sandpoint/stand/altboot/rge.c
295
rxd->xd0 |= htole32(R0_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/rge.c
307
rxd->xd0 |= htole32(R0_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sip.c
103
uint8_t store[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/sip.c
198
rxd[0].xd1 = htole32(XD1_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sip.c
201
rxd[1].xd1 = htole32(XD1_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sip.c
280
rxd->xd1 = htole32(XD1_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sip.c
292
rxd->xd1 = htole32(XD1_OWN | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/skg.c
179
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/skg.c
295
rxd[0].xd0 = htole32(FRAMESIZE|CTL_DEFOPC|CTL_LS|CTL_FS|CTL_OWN);
sys/arch/sandpoint/stand/altboot/skg.c
298
rxd[1].xd0 = htole32(FRAMESIZE|CTL_DEFOPC|CTL_LS|CTL_FS|CTL_OWN);
sys/arch/sandpoint/stand/altboot/skg.c
381
rxd->xd0 = htole32(FRAMESIZE|CTL_DEFOPC|CTL_LS|CTL_FS|CTL_OWN);
sys/arch/sandpoint/stand/altboot/skg.c
392
rxd->xd0 = htole32(FRAMESIZE|CTL_DEFOPC|CTL_LS|CTL_FS|CTL_OWN);
sys/arch/sandpoint/stand/altboot/sme.c
159
rxd[0].xd1 = htole32(R1_RCH | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sme.c
163
rxd[1].xd1 = htole32(R1_RER | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/sme.c
96
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/stg.c
129
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/stg.c
225
((uint64_t)FRAMESIZE << 48));
sys/arch/sandpoint/stand/altboot/stg.c
228
((uint64_t)FRAMESIZE << 48));
sys/arch/sandpoint/stand/altboot/stg.c
238
CSR_WRITE_2(l, STGE_MaxFrameSize, FRAMESIZE);
sys/arch/sandpoint/stand/altboot/tlp.c
105
uint8_t rxstore[2][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/tlp.c
182
rxd[0].xd1 = htole32(FRAMESIZE);
sys/arch/sandpoint/stand/altboot/tlp.c
185
rxd[1].xd1 = htole32(R1_RER | FRAMESIZE);
sys/arch/sandpoint/stand/altboot/vge.c
191
uint8_t rxstore[NRXDESC][FRAMESIZE];
sys/arch/sandpoint/stand/altboot/vge.c
270
rxd[i].r3 = htole32(FRAMESIZE << 16);
sys/arch/sandpoint/stand/altboot/wm.c
109
uint8_t rxstore[2][FRAMESIZE];
usr.bin/tip/cmds.c
173
if ((cnt = (p-buffer)) == number(value(FRAMESIZE))) {