Searched refs:M_DEVFS (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c55 MALLOC_DEFINE(M_DEVFS, "DEVFS", "DEVFS data");
126 fmp = malloc(sizeof *fmp, M_DEVFS, M_WAITOK | M_ZERO);
149 free(fmp, M_DEVFS);
171 free(fmp, M_DEVFS);
H A Ddevfs.h124 MALLOC_DECLARE(M_DEVFS); variable
H A Ddevfs_devs.c416 free(de->de_symlink, M_DEVFS);
623 de->de_symlink = malloc(j, M_DEVFS, M_WAITOK);
H A Ddevfs_vnops.c1873 de->de_symlink = malloc(i, M_DEVFS, M_WAITOK);

Completed in 96 milliseconds