/src/games/adventure/ |
io.c | 56 static void rdesc(int); 226 rdesc(1); 229 rdesc(2); 238 rdesc(5); 241 rdesc(6); 253 rdesc(10); 259 rdesc(12); 293 rdesc(int sect) function in typeref:typename:void 336 errx(1,"rdesc called with bad section");
|
/src/sys/arch/vax/boot/boot/ |
if_le.c | 97 } *rdesc, *tdesc; variable in typeref:typename:volatile struct buffdesc * 173 rdesc = (struct buffdesc *) 175 initblock->ib_rdr = (RLEN << 29) | (int)rdesc; 187 rdesc[i].bd_adrflg = QW_ALLOC(BUFSIZE) | BR_OWN; 189 rdesc[i].bd_adrflg -= (int)initblock; 190 rdesc[i].bd_bcnt = -BUFSIZE; 191 rdesc[i].bd_mcnt = 0; 194 copyout((void *)rdesc, (int)rdesc - (int)initblock, 249 copyin((int)&rdesc[next_rdesc] - (int)initblock [all...] |
/src/sys/arch/sandpoint/stand/altboot/ |
wm.c | 64 struct rdesc { struct 108 struct rdesc rxd[2]; 141 struct rdesc *rxd; 254 volatile struct rdesc *rxd; 263 inv(rxd, sizeof(struct rdesc)); 276 wbinv(rxd, sizeof(struct rdesc)); 289 wbinv(rxd, sizeof(struct rdesc));
|
vge.c | 67 struct rdesc { struct 190 struct rdesc rxd[NRXDESC]; 221 struct rdesc *rxd; 348 volatile struct rdesc *rxd; 357 inv(rxd, sizeof(struct rdesc)); 369 wbinv(rxd, sizeof(struct rdesc)); 389 wbinv(rxd, NRXDESC * sizeof(struct rdesc));
|