Searched defs:bufferSize (Results 1 - 25 of 323) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DFSUtils.cpp3571 ssize_t bufferSize; local
[all...]
/haiku/src/apps/diskprobe/
H A DProbeView.cpp216 get_type_string(char* buffer, size_t bufferSize, type_code type) argument
581 HeaderView::FormatValue(char* buffer, size_t bufferSize, off_t value) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1414 size_t bufferSize = buffer->size; local
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp428 const size_t bufferSize = current->size; local
H A Dl2cap_address.cpp141 l2cap_print_address_buffer(const sockaddr *_address, char *buffer, size_t bufferSize, bool printPort) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp361 ramfs_read_symlink(fs_volume* _volume, fs_vnode* _node, char *buffer, size_t *bufferSize) argument
954 ramfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void *buffer, size_t *bufferSize) argument
991 ramfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void *buffer, size_t *bufferSize) argument
1290 ramfs_read_dir(fs_volume* _volume, fs_vnode* DARG(_node), void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1412 ramfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) 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
1887 ramfs_read_index_dir(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) 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/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp105 uint32 position, bufferSize; local
277 uint32 bufferSize, alloc; local
[all...]
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp234 get_user_home_path(char* buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1824 const uint32 bufferSize = buffer->size; local
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1157 fssh_size_t bufferSize; local
1347 get_vnode_name(struct vnode *vnode, struct vnode *parent, struct fssh_dirent *buffer, fssh_size_t bufferSize) argument
1436 dir_vnode_to_path(struct vnode *vnode, char *buffer, fssh_size_t bufferSize) argument
2506 vfs_get_module_path(const char *basePath, const char *moduleName, char *pathBuffer, fssh_size_t bufferSize) argument
2608 vfs_normalize_path(const char *path, char *buffer, fssh_size_t bufferSize, bool kernel) argument
3387 dir_read(struct file_descriptor *descriptor, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t *_count) argument
3438 dir_read(struct vnode *vnode, void *cookie, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t *_count) argument
4001 attr_dir_read(struct file_descriptor *descriptor, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t *_count) argument
4362 index_dir_read(struct file_descriptor *descriptor, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t *_count) argument
4526 query_read(struct file_descriptor *descriptor, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t *_count) argument
[all...]
H A Dfssh.cpp1536 read_command_line(char* buffer, int bufferSize) argument
H A Dcommand_cp.cpp339 virtual fssh_ssize_t ReadLink(char *buffer, int bufferSize) argument
707 fssh_size_t bufferSize = _bufferSize; local
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp235 size_t bufferSize = 32768; local
773 StreamBase::_Read(void* cookie, uint8* buffer, int bufferSize) argument
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp427 control_device_manager(const char* subsystem, uint32 function, void* buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp818 btrfs_read_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
925 btrfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent* dirent, size_t bufferSize, uint32* _num) argument
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp123 replace_executable_path_placeholder(const char*& dir, int& dirLength, const char* placeholder, size_t placeholderLength, const char* replacementSubPath, char*& buffer, size_t& bufferSize, status_t& _error) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2214 size_t bufferSize; local
2471 get_vnode_name(struct vnode* vnode, struct vnode* parent, struct dirent* buffer, size_t bufferSize, struct io_context* ioContext) argument
2564 dir_vnode_to_path(struct vnode* vnode, char* buffer, size_t bufferSize, bool kernel) argument
2937 size_t bufferSize = B_PATH_NAME_LENGTH - 1; local
3035 debug_prepend_vnode_name_to_path(char* buffer, size_t& bufferSize, const char* name) argument
3055 debug_prepend_vnode_id_to_path(char* buffer, size_t& bufferSize, dev_t devID, ino_t nodeID) argument
3082 debug_resolve_vnode_path(struct vnode* vnode, char* buffer, size_t bufferSize, bool& _truncated) argument
4364 vfs_get_module_path(const char* basePath, const char* moduleName, char* pathBuffer, size_t bufferSize) argument
4459 vfs_normalize_path(const char* path, char* buffer, size_t bufferSize, bool traverseLink, bool kernel) argument
6014 dir_read(struct io_context* ioContext, struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
6055 dir_read(struct io_context* ioContext, struct vnode* vnode, void* cookie, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
6726 attr_dir_read(struct io_context* ioContext, struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
7093 index_dir_read(struct io_context* ioContext, struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
7296 query_read(struct io_context* ioContext, struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
[all...]
H A Dfd.cpp890 _user_read_dir(int fd, struct dirent* userBuffer, size_t bufferSize, argument
1201 _kern_read_dir(int fd, struct dirent* buffer, size_t bufferSize, argument
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp2028 const size_t bufferSize = 4096; local
/haiku/src/system/kernel/arch/x86/
H A Darch_int.cpp76 exception_name(int number, char* buffer, int32 bufferSize) argument
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp308 read_device_config(void* cookie, uint8 _offset, void* _buffer, size_t bufferSize) argument
352 write_device_config(void* cookie, uint8 _offset, const void* _buffer, size_t bufferSize) argument
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp1308 XHCI::CreateDescriptor(uint32 trbCount, uint32 bufferCount, size_t bufferSize) argument
H A Duhci.cpp2145 UHCI::CreateDescriptor(Pipe *pipe, uint8 direction, size_t bufferSize) argument
2198 CreateDescriptorChain(Pipe *pipe, uhci_td **_firstDescriptor, uhci_td **_lastDescriptor, uint8 direction, size_t bufferSize) argument
2348 size_t bufferSize = uhci_td_actual_length(current); local
2429 size_t bufferSize = isoRequest[i]->buffer_size; local
2448 size_t bufferSize = current->buffer_size; local
[all...]
H A Dohci.cpp1982 OHCI::_CreateGeneralDescriptor(size_t bufferSize) argument
2092 OHCI::_CreateIsochronousDescriptor(size_t bufferSize) argument
2036 _CreateDescriptorChain(ohci_general_td **_firstDescriptor, ohci_general_td **_lastDescriptor, uint32 direction, size_t bufferSize) argument
2405 size_t bufferSize = current->buffer_size; local
2463 size_t bufferSize = current->buffer_size; local
[all...]
H A Dehci.cpp2544 EHCI::CreateDescriptor(size_t bufferSize, uint8 pid) argument
1700 AddPendingIsochronousTransfer(Transfer *transfer, ehci_itd **isoRequest, uint32 lastIndex, bool directionIn, addr_t bufferPhy, void* bufferLog, size_t bufferSize) argument
2596 CreateDescriptorChain(Pipe *pipe, ehci_qtd **_firstDescriptor, ehci_qtd **_lastDescriptor, ehci_qtd *strayDescriptor, size_t bufferSize, uint8 pid) argument
2859 size_t bufferSize = current->buffer_size; local
2961 size_t bufferSize = (itd->token[j] >> EHCI_ITD_TLENGTH_SHIFT) local
[all...]

Completed in 198 milliseconds

1234567891011>>