Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c1897 int nnfiles, onfiles; in fdgrowtable()
1903 onfiles = fdp->fd_nfiles; in fdgrowtable()
1909 if (nnfiles <= onfiles) in fdgrowtable()
1927 onfiles * sizeof(ntable->fdt_ofiles[0])); in fdgrowtable()
1934 if (NDSLOTS(nnfiles) > NDSLOTS(onfiles)) { in fdgrowtable()
1938 memcpy(nmap, omap, NDSLOTS(onfiles) * sizeof(*omap)); in fdgrowtable()
1958 * Note that if onfiles == NDFILE, we're dealing with the original in fdgrowtable()
1962 if (onfiles > NDFILE) { in fdgrowtable()
1971 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
1982 if (NDSLOTS(onfiles) > NDSLOT in fdgrowtable()
1896 int nnfiles, onfiles; fdgrowtable() local
[all...]