HomeSort by: relevance | last modified time | path
    Searched refs:lastfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
scan.l 63 const char *lastfile;
617 lastfile = yyfile;
sem.c 173 extern const char *lastfile;
253 lastfile, dev->d_name);
  /src/sys/kern/
kern_descrip.c 1431 int i, j, numfiles, lastfile, newlast; local
1460 lastfile = fdp->fd_lastfile;
1468 if (lastfile < NDFILE) {
1479 while (i >= 2 * NDEXTENT && i > lastfile * 2) {
1506 for (i = 0; i <= lastfile; i++, ffp++, nffp++) {

Completed in 15 milliseconds