HomeSort by: relevance | last modified time | path
    Searched defs:DEVS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
Makefile 9 DEVS= hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c if_de.c if_ni.c
11 consio.c consio2.S str.S ${DEVS} findcpu.c
  /src/usr.bin/fstat/
fstat.c 123 typedef struct devs { struct
124 struct devs *next;
128 } DEVS;
129 static DEVS *devs; variable in typeref:typename:DEVS *
650 DEVS *d;
655 for (d = devs; d != NULL; d = d->next) {
1366 DEVS *cur;
1375 cur->next = devs;
1376 devs = cur
    [all...]

Completed in 26 milliseconds