Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_descrip.c914 struct file **newofile, **oldofile; in fdexpand() local
931 newofile = mallocarray(nfiles, OFILESIZE, M_FILEDESC, M_WAITOK); in fdexpand()
942 newofileflags = (char *) &newofile[nfiles]; in fdexpand()
949 memcpy(newofile, fdp->fd_ofiles, copylen); in fdexpand()
950 memset((char *)newofile + copylen, 0, in fdexpand()
978 fdp->fd_ofiles = newofile; in fdexpand()