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

123456789

/haiku/src/system/kernel/device_manager/
H A DIORequest.h247 void** _cookie = NULL) const;
H A Ddevice_manager.cpp1257 Device::Control(void* _cookie, int32 op, void* buffer, size_t length) argument
1273 return AbstractModuleDevice::Control(_cookie, op, buffer, length);;
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddriver.cpp671 get_next_radeon_hd(int32* _cookie, pci_info &info, uint32 &type) argument
673 int32 index = *_cookie;
689 *_cookie = index + 1;
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp313 get_next_agp_device(uint32 *_cookie, pci_info &info, agp_device_info &device) argument
315 uint32 index = *_cookie;
342 *_cookie = index + 1;
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp1384 long* _cookie, fssh_off_t* _blockNumber, void** _data,
1387 cached_block* block = (cached_block*)*_cookie;
1423 *_cookie = (fssh_addr_t)block;
1383 fssh_cache_next_block_in_transaction(void* _cache, int32_t id, bool mainOnly, long* _cookie, fssh_off_t* _blockNumber, void** _data, void** _unchangedData) argument
H A Dvfs.cpp2324 vfs_get_cookie_from_fd(int fd, void **_cookie) argument
2332 *_cookie = descriptor->cookie;
4978 fs_next_device(int32_t *_cookie) argument
4981 fssh_dev_t device = *_cookie;
4996 *_cookie = device;
5141 _kern_next_device(int32_t *_cookie) argument
5143 return fs_next_device(_cookie);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp556 socket_get_next_stat(uint32* _cookie, int family, struct net_stat* stat) argument
562 uint32 cookie = *_cookie;
578 *_cookie = count + 1;
/haiku/src/system/kernel/
H A Dport.cpp1262 _get_next_port_info(team_id teamID, int32* _cookie, struct port_info* info, argument
1267 if (info == NULL || size != sizeof(port_info) || _cookie == NULL
1283 int32 stopIndex = *_cookie;
1308 *_cookie = stopIndex + 1;
H A Dmodule.cpp2146 get_next_loaded_module_name(uint32* _cookie, char* buffer, size_t* _bufferSize) argument
2155 if (_cookie == NULL || buffer == NULL || _bufferSize == NULL)
2159 uint32 offset = *_cookie;
2169 *_cookie = i + 1;
H A Dthread.cpp3210 _get_next_thread_info(team_id teamID, int32 *_cookie, thread_info *info,
3216 int32 lastID = *_cookie;
3248 *_cookie = lastID;
/haiku/headers/private/system/
H A Dsyscalls.h263 extern dev_t _kern_next_device(int32 *_cookie);
353 extern status_t _kern_get_next_fd_info(team_id team, uint32 *_cookie,
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp792 .open = [](void *deviceCookie, const char *path, int openMode, void **_cookie) {
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4153 vfs_get_cookie_from_fd(int fd, void** _cookie) argument
4161 *_cookie = descriptor->cookie;
8020 fs_next_device(int32* _cookie) argument
8023 dev_t device = *_cookie;
8038 *_cookie = device;
8214 _kern_next_device(int32* _cookie) argument
8216 return fs_next_device(_cookie);
8221 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info, argument
8237 uint32 slot = *_cookie;
8260 *_cookie
[all...]
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3819 get_next_argument_gcc3(uint32* _cookie, const char* mangledName, char* name, argument
3824 int result = demangler.GetParameterInfo(mangledName, *_cookie, name,
3987 ++*_cookie;
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1885 port_id port, uint32 token, void **_cookie)
1887 OVERLAY_VOLUME_CALL(open_query, query, flags, port, token, _cookie)
1884 overlay_open_query(fs_volume *volume, const char *query, uint32 flags, port_id port, uint32 token, void **_cookie) argument
/haiku/src/system/kernel/debug/
H A Ddebug.cpp2210 debug_get_next_demangled_argument(uint32* _cookie, const char* symbol, argument
2214 return sDemangleModule->get_next_argument(_cookie, symbol, name,
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1399 tty_create_cookie(struct tty* tty, struct tty* otherTTY, uint32 openMode, tty_cookie** _cookie) argument
1433 *_cookie = cookie;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c1004 init_module(device_node_handle node, void *user_cookie, void **_cookie) argument
/haiku/src/system/boot/loader/
H A Dvfs.cpp101 Node::Open(void **_cookie, int mode) argument
/haiku/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/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4682 Volume::_IterativeFDIOGetVecs(void* _cookie, io_request* ioRequest, argument
4685 IterativeFDIOCookie* cookie = (IterativeFDIOCookie*)_cookie;
4768 Volume::_IterativeFDIOFinished(void* _cookie, io_request* ioRequest, argument
4771 IterativeFDIOCookie* cookie = (IterativeFDIOCookie*)_cookie;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3298 long* _cookie, off_t* _blockNumber, void** _data, void** _unchangedData)
3300 cached_block* block = (cached_block*)*_cookie;
3335 *_cookie = (addr_t)block;
3297 cache_next_block_in_transaction(void* _cache, int32 id, bool mainOnly, long* _cookie, off_t* _blockNumber, void** _data, void** _unchangedData) argument

Completed in 247 milliseconds

123456789