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

/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp39 struct identify_cookie { struct
78 identify_cookie *cookie = new identify_cookie;
89 identify_cookie *cookie = (identify_cookie *)_cookie;
106 delete (identify_cookie*)_cookie;
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp37 struct identify_cookie { struct
76 identify_cookie *cookie = new identify_cookie;
87 identify_cookie *cookie = (identify_cookie *)_cookie;
106 delete (identify_cookie*)_cookie;
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.c688 typedef struct identify_cookie { struct
692 } identify_cookie; typedef in typeref:struct:identify_cookie
707 identify_cookie *cookie;
768 cookie = (identify_cookie *)malloc(sizeof(identify_cookie));
785 identify_cookie *cookie = (identify_cookie *)_cookie;
801 identify_cookie *cookie = (identify_cookie *)_cookie;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.c49 typedef struct identify_cookie { struct
52 } identify_cookie; typedef in typeref:struct:identify_cookie
231 identify_cookie *cookie = NULL;
254 // allocate identify_cookie
255 cookie = (identify_cookie *)malloc(sizeof(identify_cookie));
284 identify_cookie *cookie = (identify_cookie *)_cookie;
298 identify_cookie *cookie = (identify_cookie *)_cooki
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp41 struct identify_cookie { struct
80 identify_cookie *cookie = new identify_cookie;
91 identify_cookie *cookie = (identify_cookie *)_cookie;
111 delete (identify_cookie*)_cookie;
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp28 struct identify_cookie { struct
119 identify_cookie* cookie = new(std::nothrow) identify_cookie;
133 identify_cookie* cookie = (identify_cookie*)_cookie;
151 identify_cookie* cookie = (identify_cookie*)_cookie;
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp53 struct identify_cookie { struct

Completed in 167 milliseconds