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.c947 M_FILEDESC, M_WAITOK); in fdexpand()
949 M_FILEDESC, M_WAITOK); in fdexpand()
977 free(fdp->fd_himap, M_FILEDESC, in fdexpand()
979 free(fdp->fd_lomap, M_FILEDESC, in fdexpand()
994 free(oldofile, M_FILEDESC, oldnfiles * OFILESIZE); in fdexpand()
1133 newfdp->fd_ofiles = mallocarray(i, OFILESIZE, M_FILEDESC, in fdcopy()
1140 sizeof(u_int), M_FILEDESC, M_WAITOK | M_ZERO); in fdcopy()
1142 sizeof(u_int), M_FILEDESC, M_WAITOK | M_ZERO); in fdcopy()
1202 free(fdp->fd_ofiles, M_FILEDESC, fdp->fd_nfiles * OFILESIZE); in fdfree()
1204 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