fd_lastfile 155 kern/kern_descrip.c if (fd > fdp->fd_lastfile)
fd_lastfile 156 kern/kern_descrip.c fdp->fd_lastfile = fd;
fd_lastfile 172 kern/kern_descrip.c if (fd > fdp->fd_lastfile)
fd_lastfile 175 kern/kern_descrip.c if (fd == fdp->fd_lastfile)
fd_lastfile 176 kern/kern_descrip.c fdp->fd_lastfile = find_last_set(fdp, fd);
fd_lastfile 865 kern/kern_descrip.c newfdp->fd_fd.fd_lastfile = 0;
fd_lastfile 904 kern/kern_descrip.c if (newfdp->fd_lastfile < NDFILE) {
fd_lastfile 916 kern/kern_descrip.c while (i >= 2 * NDEXTENT && i > newfdp->fd_lastfile * 2)
fd_lastfile 943 kern/kern_descrip.c for (i = 0; i <= newfdp->fd_lastfile; i++, fpp++)
fd_lastfile 953 kern/kern_descrip.c for (i = 0; i <= newfdp->fd_lastfile; i++, fpp++)
fd_lastfile 981 kern/kern_descrip.c for (i = fdp->fd_lastfile; i >= 0; i--, fpp++) {
fd_lastfile 1260 kern/kern_descrip.c for (fd = 0; fd <= fdp->fd_lastfile; fd++)
fd_lastfile 1275 kern/kern_descrip.c if (startfd > fdp->fd_lastfile) {
fd_lastfile 1280 kern/kern_descrip.c for (i = startfd; i <= fdp->fd_lastfile; i++)
fd_lastfile 67 sys/filedesc.h int fd_lastfile; /* high-water mark of fd_ofiles */