startfd 1270 kern/kern_descrip.c u_int startfd, i; startfd 1272 kern/kern_descrip.c startfd = SCARG(uap, fd); startfd 1275 kern/kern_descrip.c if (startfd > fdp->fd_lastfile) { startfd 1280 kern/kern_descrip.c for (i = startfd; i <= fdp->fd_lastfile; i++)