Symbol: rdesc
games/adventure/io.c
226
rdesc(1);
games/adventure/io.c
229
rdesc(2);
games/adventure/io.c
238
rdesc(5);
games/adventure/io.c
241
rdesc(6);
games/adventure/io.c
253
rdesc(10);
games/adventure/io.c
259
rdesc(12);
games/adventure/io.c
56
static void rdesc(int);
sys/arch/sandpoint/stand/altboot/vge.c
190
struct rdesc rxd[NRXDESC];
sys/arch/sandpoint/stand/altboot/vge.c
221
struct rdesc *rxd;
sys/arch/sandpoint/stand/altboot/vge.c
348
volatile struct rdesc *rxd;
sys/arch/sandpoint/stand/altboot/vge.c
357
inv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/vge.c
369
wbinv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/vge.c
389
wbinv(rxd, NRXDESC * sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/wm.c
108
struct rdesc rxd[2];
sys/arch/sandpoint/stand/altboot/wm.c
141
struct rdesc *rxd;
sys/arch/sandpoint/stand/altboot/wm.c
254
volatile struct rdesc *rxd;
sys/arch/sandpoint/stand/altboot/wm.c
263
inv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/wm.c
276
wbinv(rxd, sizeof(struct rdesc));
sys/arch/sandpoint/stand/altboot/wm.c
289
wbinv(rxd, sizeof(struct rdesc));
sys/arch/vax/boot/boot/if_le.c
173
rdesc = (struct buffdesc *)
sys/arch/vax/boot/boot/if_le.c
175
initblock->ib_rdr = (RLEN << 29) | (int)rdesc;
sys/arch/vax/boot/boot/if_le.c
187
rdesc[i].bd_adrflg = QW_ALLOC(BUFSIZE) | BR_OWN;
sys/arch/vax/boot/boot/if_le.c
189
rdesc[i].bd_adrflg -= (int)initblock;
sys/arch/vax/boot/boot/if_le.c
190
rdesc[i].bd_bcnt = -BUFSIZE;
sys/arch/vax/boot/boot/if_le.c
191
rdesc[i].bd_mcnt = 0;
sys/arch/vax/boot/boot/if_le.c
194
copyout((void *)rdesc, (int)rdesc - (int)initblock,
sys/arch/vax/boot/boot/if_le.c
249
copyin((int)&rdesc[next_rdesc] - (int)initblock,
sys/arch/vax/boot/boot/if_le.c
250
(void *)&rdesc[next_rdesc], sizeof(struct buffdesc));
sys/arch/vax/boot/boot/if_le.c
251
if (rdesc[next_rdesc].bd_adrflg & BR_OWN)
sys/arch/vax/boot/boot/if_le.c
254
if (rdesc[next_rdesc].bd_adrflg & BR_ERR)
sys/arch/vax/boot/boot/if_le.c
257
if ((len = rdesc[next_rdesc].bd_mcnt - 4) > maxlen)
sys/arch/vax/boot/boot/if_le.c
261
copyin((rdesc[next_rdesc].bd_adrflg&0xffffff),
sys/arch/vax/boot/boot/if_le.c
265
(char *)(rdesc[next_rdesc].bd_adrflg&0xffffff) +
sys/arch/vax/boot/boot/if_le.c
269
rdesc[next_rdesc].bd_mcnt = 0;
sys/arch/vax/boot/boot/if_le.c
270
rdesc[next_rdesc].bd_adrflg |= BR_OWN;
sys/arch/vax/boot/boot/if_le.c
272
copyout((void *)&rdesc[next_rdesc], (int)&rdesc[next_rdesc] -
sys/arch/vax/boot/boot/if_le.c
97
} *rdesc, *tdesc;