Searched defs:_cookie (Results 1 - 25 of 167) sorted by last modified time

1234567

/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
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp877 ramfs_open(fs_volume* _volume, fs_vnode* _node, int openMode, void** _cookie) argument
943 ramfs_free_cookie(fs_volume* /*fs*/, fs_vnode* /*_node*/, void* _cookie) argument
954 ramfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
991 ramfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
783 ramfs_create(fs_volume* _volume, fs_vnode* _dir, const char *name, int openMode, int mode, void** _cookie, ino_t *vnid) argument
1228 ramfs_open_dir(fs_volume* , fs_vnode* _node, void** _cookie) argument
1265 ramfs_close_dir(fs_volume* , fs_vnode* DARG(_node), void* _cookie) argument
1279 ramfs_free_dir_cookie(fs_volume* , fs_vnode* , void* _cookie) argument
1290 ramfs_read_dir(fs_volume* _volume, fs_vnode* DARG(_node), void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1336 ramfs_rewind_dir(fs_volume* , fs_vnode* , void* _cookie) argument
1353 ramfs_open_attr_dir(fs_volume* _volume, fs_vnode* _node, void** _cookie) argument
1385 ramfs_close_attr_dir(fs_volume* , fs_vnode* , void* _cookie) argument
1398 ramfs_free_attr_dir_cookie(fs_volume* , fs_vnode* , void* _cookie) argument
1412 ramfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1455 ramfs_rewind_attr_dir(fs_volume* , fs_vnode* , void* _cookie) argument
1510 ramfs_create_attr(fs_volume* _volume, fs_vnode* _node, const char *name, uint32 type, int openMode, void** _cookie) argument
1581 ramfs_open_attr(fs_volume* _volume, fs_vnode* _node, const char *name, int openMode, void** _cookie) argument
1641 ramfs_close_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
1661 ramfs_free_attr_cookie(fs_volume* , fs_vnode* , void* _cookie) argument
1672 ramfs_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void *buffer, size_t *bufferSize) argument
1704 ramfs_write_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void *buffer, size_t *bufferSize) argument
1753 ramfs_read_attr_stat(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct stat *st) argument
1844 ramfs_open_index_dir(fs_volume* _volume, void** _cookie) argument
1876 ramfs_free_index_dir_cookie(fs_volume* , void* _cookie) argument
1887 ramfs_read_index_dir(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1926 ramfs_rewind_index_dir(fs_volume* , void* _cookie) argument
2036 ramfs_open_query(fs_volume* _volume, const char *queryString, uint32 flags, port_id port, uint32 token, void** _cookie) argument
2074 ramfs_free_query_cookie(fs_volume* _volume, void* _cookie) argument
2094 ramfs_read_query(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp42 ShortAttribute::Open(const char* name, int openMode, attr_cookie** _cookie) argument
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2324 vfs_get_cookie_from_fd(int fd, void **_cookie) argument
4978 fs_next_device(int32_t *_cookie) argument
5141 _kern_next_device(int32_t *_cookie) argument
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1657 AVFormatReader::AllocateCookie(int32 streamIndex, void** _cookie) argument
1713 AVFormatReader::FreeCookie(void *_cookie) argument
1734 AVFormatReader::GetStreamInfo(void* _cookie, int64* frameCount, argument
1745 AVFormatReader::GetStreamMetaData(void* _cookie, BMessage* _data) argument
1753 AVFormatReader::Seek(void* _cookie, uint3 argument
1762 FindKeyFrame(void* _cookie, uint32 flags, int64* frame, bigtime_t* time) argument
1771 GetNextChunk(void* _cookie, const void** chunkBuffer, size_t* chunkSize, media_header* mediaHeader) argument
[all...]
H A DAVFormatWriter.cpp530 AVFormatWriter::AllocateCookie(void** _cookie, media_format* format, argument
558 AVFormatWriter::FreeCookie(void* _cookie) argument
582 AVFormatWriter::AddTrackInfo(void* _cookie, uint32 code, argument
597 AVFormatWriter::WriteChunk(void* _cookie, const void* chunkBuffer, argument
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1257 Device::Control(void* _cookie, int32 op, void* buffer, size_t length) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp80 btrfs_identify_partition(int fd, partition_data* partition, void** _cookie) argument
96 btrfs_scan_partition(int fd, partition_data* partition, void* _cookie) argument
113 btrfs_free_identify_partition_cookie(partition_data* partition, void* _cookie) argument
249 btrfs_can_page(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
256 btrfs_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, argument
300 btrfs_io(fs_volume* _volume, fs_vnode* _node, void* _cookie, argument
403 btrfs_ioctl(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint3 argument
534 btrfs_open(fs_volume* , fs_vnode* _node, int openMode, void** _cookie) argument
574 btrfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void* buffer, size_t* _length) argument
594 btrfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
610 btrfs_close(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
617 btrfs_free_cookie(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
796 btrfs_open_dir(fs_volume* , fs_vnode* _node, void** _cookie) argument
818 btrfs_read_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
862 btrfs_rewind_dir(fs_volume* , fs_vnode* , void* _cookie) argument
879 btrfs_free_dir_cookie(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
887 btrfs_open_attr_dir(fs_volume* _volume, fs_vnode* _node, void** _cookie) argument
916 btrfs_free_attr_dir_cookie(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
925 btrfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
951 btrfs_rewind_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
960 btrfs_create_attr(fs_volume* _volume, fs_vnode* _node, const char* name, uint32 type, int openMode, void** _cookie) argument
968 btrfs_open_attr(fs_volume* _volume, fs_vnode* _node, const char* name, int openMode, void** _cookie) argument
998 btrfs_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
1021 btrfs_read_attr_stat(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct stat* stat) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4153 vfs_get_cookie_from_fd(int fd, void** _cookie) argument
8020 fs_next_device(int32* _cookie) argument
8214 _kern_next_device(int32* _cookie) argument
8221 _kern_get_next_fd_info(team_id teamID, uint32* _cookie, fd_info* info, argument
[all...]
H A Dvfs_request_io.cpp138 do_iterative_fd_io_iterate(void* _cookie, io_request* request, argument
261 do_iterative_fd_io_finish(void* _cookie, io_request* request, status_t status, argument
H A Dsocket.cpp1240 _user_get_next_socket_stat(int family, uint32 *_cookie, struct net_stat *_stat) argument
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp154 nvme_disk_init_device(void* _info, void** _cookie) argument
331 nvme_disk_uninit_device(void* _cookie) argument
350 nvme_disk_open(void* _info, const char* path, int openMode, void** _cookie) argument
1067 nvme_disk_uninit_driver(void* _cookie) argument
1077 nvme_disk_register_child_devices(void* _cookie) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_device.cpp25 pci_device_init_driver(device_node* node, void** _cookie) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c68 acpi_thermal_open(void* _cookie, const char* path, int flags, void** cookie) argument
81 acpi_thermal_read(void* _cookie, off_t position, void* buf, size_t* num_bytes) argument
156 acpi_thermal_control(void* _cookie, uint32 op, void* arg, size_t len) argument
280 acpi_thermal_register_child_devices(void* _cookie) argument
300 acpi_thermal_init_device(void* _cookie, voi argument
323 acpi_thermal_uninit_device(void* _cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp99 acpi_lid_uninit_device(void *_cookie) argument
106 acpi_lid_open(void *_cookie, const char *path, int flags, void** cookie) argument
115 acpi_lid_read(void* _cookie, off_t position, void *buf, size_t* num_bytes) argument
143 acpi_lid_control(void* _cookie, uint32 op, void* arg, size_t len) argument
150 acpi_lid_select(void *_cookie, uint8 event, selectsync *sync) argument
173 acpi_lid_deselect(void *_cookie, uint8 event, selectsync *sync) argument
293 acpi_lid_register_child_devices(void *_cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp89 acpi_ac_uninit_device(void *_cookie) argument
96 acpi_ac_open(void *_cookie, const char *path, int flags, void** cookie) argument
105 acpi_ac_read(void* _cookie, off_t position, void *buf, size_t* num_bytes) argument
132 acpi_ac_control(void* _cookie, uint32 op, void* arg, size_t len) argument
/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp93 tunnel_open(const char* name, uint32 flags, void** _cookie) argument
115 tunnel_close(void* _cookie) argument
127 tunnel_free(void* _cookie) argument
137 tunnel_control(void* _cookie, uint32 op, void* data, size_t len) argument
155 tunnel_read(void* _cookie, off_t position, void* data, size_t* _length) argument
177 tunnel_write(void* _cookie, off_t position, const void* data, size_t* _length) argument
230 tunnel_select(void* _cookie, uint8 event, uint32 ref, selectsync* sync) argument
254 tunnel_deselect(void* _cookie, uint8 event, selectsync* sync) argument
[all...]
/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
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1020 FUSEVolume::DoIO(void* _node, void* _cookie, const IORequestInfo& requestInfo) argument
1101 FUSEVolume::SetFlags(void* _node, void* _cookie, int flags) argument
1720 FUSEVolume::Open(void* _node, int openMode, void** _cookie) argument
1850 FUSEVolume::Close(void* _node, void* _cookie) argument
1633 Create(void* _dir, const char* name, int openMode, int mode, void** _cookie, ino_t* _vnid) argument
1896 FreeCookie(void* _node, void* _cookie) argument
1937 Read(void* _node, void* _cookie, off_t pos, void* buffer, size_t bufferSize, size_t* _bytesRead) argument
1967 Write(void* _node, void* _cookie, off_t pos, const void* buffer, size_t bufferSize, size_t* _bytesWritten) argument
2116 OpenDir(void* _node, void** _cookie) argument
2169 CloseDir(void* node, void* _cookie) argument
2176 FreeDirCookie(void* _node, void* _cookie) argument
2218 ReadDir(void* _node, void* _cookie, void* buffer, size_t bufferSize, uint32 count, uint32* _countRead) argument
2330 RewindDir(void* _node, void* _cookie) argument
2354 OpenAttrDir(void* _node, void** _cookie) argument
2377 FreeAttrDirCookie(void* _node, void* _cookie) argument
2386 ReadAttrDir(void* _node, void* _cookie, void* buffer, size_t bufferSize, uint32 count, uint32* _countRead) argument
2469 RewindAttrDir(void* _node, void* _cookie) argument
2485 OpenAttr(void* _node, const char* name, int openMode, void** _cookie) argument
2561 CloseAttr(void* _node, void* _cookie) argument
2568 FreeAttrCookie(void* _node, void* _cookie) argument
2576 ReadAttr(void* _node, void* _cookie, off_t pos, void* buffer, size_t bufferSize, size_t* bytesRead) argument
2593 ReadAttrStat(void* _node, void* _cookie, struct stat* st) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp470 virtio_gpu_init_device(void* _info, void** _cookie) argument
540 virtio_gpu_uninit_device(void* _cookie) argument
556 virtio_gpu_open(void* _info, const char* path, int openMode, void** _cookie) argument
816 virtio_gpu_uninit_driver(void* _cookie) argument
825 virtio_gpu_register_child_devices(void* _cookie) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1412 usb_disk_init_device(void* _info, void** _cookie) argument
1421 usb_disk_uninit_device(void* _cookie) argument
1428 usb_disk_open(void *deviceCookie, const char *path, int flags, void **_cookie) argument
2014 usb_disk_uninit_driver(void *_cookie) argument
2022 usb_disk_register_child_devices(void* _cookie) argument
/haiku/src/add-ons/kernel/busses/random/virtio/
H A Dvirtio_rng.cpp67 virtio_rng_init_driver(device_node *node, void **_cookie) argument
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp309 acpi_battery_uninit_device(void *_cookie) argument
340 acpi_battery_read(void* _cookie, off_t position, void *buffer, size_t* numBytes) argument
414 acpi_battery_control(void* _cookie, uint32 op, void* arg, size_t len) argument
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp293 mmc_disk_uninit_driver(void* _cookie) argument
305 mmc_disk_register_child_devices(void* _cookie) argument
329 mmc_block_init_device(void* _info, void** _cookie) argument
345 mmc_block_uninit_device(void* _cookie) argument
355 mmc_block_open(void* _info, const char* path, int openMode, void** _cookie) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp304 dosfs_open(fs_volume *_vol, fs_vnode *_node, int omode, void **_cookie) argument
360 dosfs_read(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
395 dosfs_write(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
477 dosfs_close(fs_volume *_vol, fs_vnode *_node, void *_cookie) argument
496 dosfs_free_cookie(fs_volume *_vol, fs_vnode *_node, void *_cookie) argument
513 dosfs_create(fs_volume *_vol, fs_vnode *_dir, const char *name, int omode, int perms, void **_cookie, ino_t *vnid) argument
1205 dosfs_can_page(fs_volume *_vol, fs_vnode *_node, void *_cookie) argument
1213 dosfs_read_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
1255 dosfs_write_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
[all...]

Completed in 165 milliseconds

1234567