Searched refs:identify_cookie (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp28 struct identify_cookie struct
44 identify_cookie* cookie = new identify_cookie;
55 identify_cookie* cookie = (identify_cookie*)_cookie;
73 identify_cookie* cookie = (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp49 struct identify_cookie { struct
89 identify_cookie* cookie = new (std::nothrow)identify_cookie;
133 identify_cookie* cookie = (identify_cookie*)_cookie;
149 delete (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp46 struct identify_cookie { struct
95 identify_cookie *cookie = new(std::nothrow) identify_cookie;
109 identify_cookie *cookie = (identify_cookie *)_cookie;
131 delete (identify_cookie *)cookie;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp662 typedef struct identify_cookie { struct
666 } identify_cookie; typedef in typeref:struct:identify_cookie
679 identify_cookie *cookie;
738 cookie = (identify_cookie *)malloc(sizeof(identify_cookie));
755 identify_cookie *cookie = (identify_cookie *)_cookie;
771 identify_cookie *cookie = (identify_cookie *)_cookie;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp41 struct identify_cookie { struct
71 identify_cookie* cookie = new identify_cookie;
90 identify_cookie *cookie = (identify_cookie*)_cookie;
121 delete (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp48 struct identify_cookie { struct
87 identify_cookie* cookie = new identify_cookie;
98 identify_cookie* cookie = (identify_cookie*)_cookie;
115 delete (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp43 struct identify_cookie { struct
62 identify_cookie *cookie = new identify_cookie;
73 identify_cookie *cookie = (identify_cookie *)_cookie;
93 delete (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp40 struct identify_cookie { struct
131 identify_cookie* cookie = new(std::nothrow) identify_cookie;
145 identify_cookie* cookie = (identify_cookie*)_cookie;
163 identify_cookie* cookie = (identify_cookie*)_cookie;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp20 struct identify_cookie { struct
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp54 struct identify_cookie { struct

Completed in 210 milliseconds