HomeSort by: relevance | last modified time | path
    Searched refs:M_PTYFSTMP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 69 MALLOC_JUSTDEFINE(M_PTYFSTMP, "ptyfs temp", "ptyfs temporary structures");
242 malloc_type_attach(M_PTYFSTMP);
257 malloc_type_detach(M_PTYFSTMP);
ptyfs_vnops.c 109 MALLOC_DECLARE(M_PTYFSTMP);
672 dp = malloc(sizeof(struct dirent), M_PTYFSTMP, M_WAITOK | M_ZERO);
738 free(dp, M_PTYFSTMP);

Completed in 12 milliseconds