Lines Matching refs:onfiles
2000 int nnfiles, onfiles; in fdgrowtable() local
2006 onfiles = fdp->fd_nfiles; in fdgrowtable()
2012 if (nnfiles <= onfiles) in fdgrowtable()
2030 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()
2037 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()
2041 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap)); in fdgrowtable()
2065 if (onfiles > NDFILE) { in fdgrowtable()
2074 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
2085 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()