Home
last modified time | relevance | path

Searched refs:onfiles (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_descrip.c1896 int nnfiles, onfiles; in fdgrowtable() local
1902 onfiles = fdp->fd_nfiles; in fdgrowtable()
1908 if (nnfiles <= onfiles) in fdgrowtable()
1926 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()
1933 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()
1937 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap)); in fdgrowtable()
1961 if (onfiles > NDFILE) { in fdgrowtable()
1970 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
1981 if (NDSLOTS(onfiles) > NDSLOTS(NDFILE)) in fdgrowtable()