Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c1165 char *newofileflags; in fdalloc() local
1225 newofileflags = (char *) &newofiles[numfiles]; in fdalloc()
1236 (void) memcpy(newofileflags, fdp->fd_ofileflags, in fdalloc()
1238 (void) memset(&newofileflags[oldnfiles], 0, in fdalloc()
1243 fdp->fd_ofileflags = newofileflags; in fdalloc()