Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_descrip.c1897 struct fdescenttbl *otable; in fdgrowtable() local
1905 otable = fdp->fd_files; in fdgrowtable()
1927 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()
1970 free(otable, M_FILEDESC); in fdgrowtable()
1972 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
1974 ft->ft_table = otable; in fdgrowtable()