Searched refs:onfiles (Results 1 – 1 of 1) sorted by relevance
1803 int nnfiles, onfiles; in fdgrowtable() local1809 onfiles = fdp->fd_nfiles; in fdgrowtable()1815 if (nnfiles <= onfiles) in fdgrowtable()1833 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()1840 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()1844 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap)); in fdgrowtable()1868 if (onfiles > NDFILE) { in fdgrowtable()1877 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()1888 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()