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

/freebsd-12-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);
148 free(fmp, M_DEVFS);
169 free(fmp, M_DEVFS);
H A Ddevfs.h124 MALLOC_DECLARE(M_DEVFS); variable
H A Ddevfs_devs.c416 free(de->de_symlink, M_DEVFS);
626 de->de_symlink = malloc(j, M_DEVFS, M_WAITOK);
H A Ddevfs_vnops.c1723 de->de_symlink = malloc(i, M_DEVFS, M_WAITOK);

Completed in 159 milliseconds