Searched refs:_cookie (Results 201 - 211 of 211) sorted by relevance

123456789

/haiku-fatelf/src/system/boot/loader/
H A Dvfs.cpp86 Node::Open(void **_cookie, int mode) argument
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug.cpp2170 debug_get_next_demangled_argument(uint32* _cookie, const char* symbol, argument
2174 return sDemangleModule->get_next_argument(_cookie, symbol, name,
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp4025 vfs_get_cookie_from_fd(int fd, void** _cookie) argument
4033 *_cookie = descriptor->cookie;
7765 fs_next_device(int32* _cookie) argument
7768 dev_t device = *_cookie;
7783 *_cookie = device;
7946 _kern_next_device(int32* _cookie) argument
7948 return fs_next_device(_cookie);
7953 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info, argument
7969 uint32 slot = *_cookie;
7992 *_cookie
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3710 get_next_argument_gcc3(uint32* _cookie, const char* mangledName, char* name, argument
3715 int result = demangler.GetParameterInfo(mangledName, *_cookie, name,
3876 ++*_cookie;
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp3215 long* _cookie, off_t* _blockNumber, void** _data, void** _unchangedData)
3217 cached_block* block = (cached_block*)*_cookie;
3252 *_cookie = (addr_t)block;
3214 cache_next_block_in_transaction(void* _cache, int32 id, bool mainOnly, long* _cookie, off_t* _blockNumber, void** _data, void** _unchangedData) argument
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp3083 _get_next_thread_info(team_id teamID, int32 *_cookie, thread_info *info,
3089 int32 lastID = *_cookie;
3121 *_cookie = lastID;
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1884 port_id port, uint32 token, void **_cookie)
1886 OVERLAY_VOLUME_CALL(open_query, query, flags, port, token, _cookie)
1883 overlay_open_query(fs_volume *volume, const char *query, uint32 flags, port_id port, uint32 token, void **_cookie) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/vlance/
H A Dvlance.c106 static status_t vlance_open(const char *name, uint32 flags, void **_cookie);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4674 Volume::_IterativeFDIOGetVecs(void* _cookie, io_request* ioRequest, argument
4677 IterativeFDIOCookie* cookie = (IterativeFDIOCookie*)_cookie;
4760 Volume::_IterativeFDIOFinished(void* _cookie, io_request* ioRequest, argument
4763 IterativeFDIOCookie* cookie = (IterativeFDIOCookie*)_cookie;
/haiku-fatelf/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp1204 void **_cookie)
1203 dma_test_open(void *deviceCookie, const char *path, int openMode, void **_cookie) argument
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c1006 init_module(device_node_handle node, void *user_cookie, void **_cookie) argument

Completed in 398 milliseconds

123456789