Lines Matching refs:Devices
70 static char *Devices[64]; /* list of Devices files */ variable
135 return (access(Devices[ndevices], R_OK)); in sysaccess()
141 return (eaccess(Devices[ndevices], R_OK)); in sysaccess()
175 tptr = Devices; in scansys()
210 if (Devices[0] == NULL) { in scansys()
211 Devices[0] = strsave(DEVICES); in scansys()
212 ASSERT(Devices[0] != NULL, "Ct_ALLOCATE", "scansys: Devices", in scansys()
214 Devices[1] = NULL; in scansys()
362 setfile(Devices, equals); in nameparse()
534 if (Devices[0] == NULL) in getdevline()
561 for (; Devices[ndevices] != NULL; ndevices++) in nextdevices()
562 if ((fdevices = fopen(Devices[ndevices], "rF")) != NULL) in nextdevices()
711 return (Devices[ndevices]); in currdev()