Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_descrip.c938 M_FILEDESC, M_WAITOK); in fdexpand()
940 M_FILEDESC, M_WAITOK); in fdexpand()
968 free(fdp->fd_himap, M_FILEDESC, in fdexpand()
970 free(fdp->fd_lomap, M_FILEDESC, in fdexpand()
985 free(oldofile, M_FILEDESC, oldnfiles * OFILESIZE); in fdexpand()
1124 newfdp->fd_ofiles = mallocarray(i, OFILESIZE, M_FILEDESC, in fdcopy()
1131 sizeof(u_int), M_FILEDESC, M_WAITOK | M_ZERO); in fdcopy()
1133 sizeof(u_int), M_FILEDESC, M_WAITOK | M_ZERO); in fdcopy()
1193 free(fdp->fd_ofiles, M_FILEDESC, fdp->fd_nfiles * OFILESIZE); in fdfree()
1195 free(fdp->fd_himap, M_FILEDESC, in fdfree()
[all …]
/openbsd/sys/sys/
H A Dmalloc.h98 #define M_FILEDESC 39 /* open file descriptor tables */ macro