Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_descrip.c1896 struct fdescenttbl *otable; in fdgrowtable()
1904 otable = fdp->fd_files; in fdgrowtable()
1926 memcpy(ntable->fdt_ofiles, otable->fdt_ofiles, in fdgrowtable()
1969 free(otable, M_FILEDESC); in fdgrowtable()
1971 ft = (struct freetable *)&otable->fdt_ofiles[onfiles]; in fdgrowtable()
1973 ft->ft_table = otable; in fdgrowtable()
1895 struct fdescenttbl *otable; fdgrowtable() local