Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_descrip.c916 u_int *newhimap, *newlomap; in fdexpand() local
937 newhimap = mallocarray(NDHISLOTS(nfiles), sizeof(u_int), in fdexpand()
958 memcpy(newhimap, fdp->fd_himap, copylen); in fdexpand()
959 memset((char *)newhimap + copylen, 0, in fdexpand()
973 fdp->fd_himap = newhimap; in fdexpand()