Searched defs:bufferSize (Results 176 - 200 of 323) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp133 ReadAt(void * , off_t , void *buffer, size_t bufferSize) argument
143 WriteAt(void * , off_t , const void *buffer, size_t bufferSize) argument
290 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
345 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
460 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
523 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
553 ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
622 WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
[all...]
/haiku/src/kits/mail/
H A DMailContainer.cpp219 ssize_t bufferSize; local
[all...]
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp337 int32 bufferSize = fFormat.u.raw_audio.buffer_size; local
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp156 buffer_allocate(size_t size, size_t align, char*& buffer, size_t& bufferSize) argument
175 copy_passwd_to_buffer(const char* name, const char* password, uid_t uid, gid_t gid, const char* home, const char* shell, const char* realName, passwd* entry, char* buffer, size_t bufferSize) argument
198 copy_passwd_to_buffer(const passwd* from, passwd* entry, char* buffer, size_t bufferSize) argument
244 copy_group_to_buffer(const char* name, const char* password, gid_t gid, const char* const* members, int memberCount, group* entry, char* buffer, size_t bufferSize) argument
275 copy_group_to_buffer(const group* from, group* entry, char* buffer, size_t bufferSize) argument
329 copy_shadow_pwd_to_buffer(const char* name, const char* password, int lastChanged, int min, int max, int warn, int inactive, int expiration, int flags, spwd* entry, char* buffer, size_t bufferSize) argument
352 copy_shadow_pwd_to_buffer(const spwd* from, spwd* entry, char* buffer, size_t bufferSize) argument
[all...]
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp42 status_t Init(size_t bufferSize) argument
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp17 PCL6Writer::PCL6Writer(PCL6WriterStream* stream, uint32 bufferSize) argument
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp532 read_table_of_contents(int fd, uint32 track, uint8 format, uint8 *buffer, size_t bufferSize) argument
691 read_cdda_data(int fd, off_t endFrame, off_t offset, void *data, size_t length, off_t bufferOffset, void *buffer, size_t bufferSize) argument
[all...]
/haiku/src/apps/text_search/
H A DGrepper.cpp507 Grepper::_EscapeSpecialChars(char* buffer, ssize_t bufferSize) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp423 Volume::ReadLink(VNode *node, char *buffer, size_t bufferSize, argument
H A Dkernel_interface.cpp502 set_dirent_name(struct dirent *buffer, size_t bufferSize, argument
286 reiserfs_read_symlink(fs_volume *fs, fs_vnode *_node, char *buffer, size_t *bufferSize) argument
414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, void *buffer, size_t *bufferSize) argument
545 reiserfs_read_dir(fs_volume *fs, fs_vnode *_node, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
[all...]
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp130 UiUtils::ImageTypeToString(image_type type, char* buffer, size_t bufferSize) argument
65 VariantToString(const BVariant& value, char* buffer, size_t bufferSize) argument
102 FunctionNameForFrame(StackFrame* frame, char* buffer, size_t bufferSize) argument
155 AreaLockingFlagsToString(uint32 flags, char* buffer, size_t bufferSize) argument
248 ReportNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument
265 CoreFileNameForTeam(::Team* team, char* buffer, size_t bufferSize) argument
[all...]
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp819 size_t bufferSize = 0; local
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp151 readlinkat(int fd, const char* path, char* buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp66 static ssize_t EntryGetName(Entry* entry, void* buffer, size_t bufferSize) argument
77 EntryGetNameNoCopy(Entry* entry, void* buffer, size_t bufferSize) argument
145 IndexIteratorGetNextEntry(IndexIterator* indexIterator, void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry) argument
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp791 Device::BuildDeviceName(char* string, uint32* index, size_t bufferSize, argument
/haiku/src/apps/terminal/
H A DTermParse.cpp237 int32 bufferSize = 0; local
1333 int32 bufferSize = atomic_add(&fReadBufferSize, -toRead); local
[all...]
/haiku/src/apps/cortex/support/
H A DMediaString.cpp664 forAudioBufferSize( size_t bufferSize) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp56 get_symbol_for_address(void* address, char *imageBuffer, size_t imageBufferSize, char* buffer, size_t bufferSize, int32& offset) argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp355 unix_process_ancillary_data(net_protocol *self, const ancillary_data_header *header, const void *data, void *buffer, size_t bufferSize) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp146 static ssize_t EntryGetName(Entry* entry, void* buffer, size_t bufferSize) argument
157 EntryGetNameNoCopy(Entry* entry, void* buffer, size_t bufferSize) argument
217 IndexIteratorGetNextEntry(IndexIterator* indexIterator, void* value, size_t* _valueLength, size_t bufferSize, Entry** _entry) argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp419 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp532 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp506 arch_debug_gdb_get_registers(char* buffer, size_t bufferSize) argument
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp258 of_instance_to_path(uint32_t instance, char *pathBuffer, intptr_t bufferSize) argument
296 of_getprop(intptr_t package, const char *property, void *buffer, intptr_t bufferSize) argument
378 of_package_to_path(intptr_t package, char *pathBuffer, intptr_t bufferSize) argument
433 of_read(intptr_t handle, void *buffer, intptr_t bufferSize) argument
317 of_setprop(intptr_t package, const char *property, const void *buffer, intptr_t bufferSize) argument
453 of_write(intptr_t handle, const void *buffer, intptr_t bufferSize) argument
[all...]
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp406 virtio_device_read_device_config(virtio_device cookie, uint8 offset, void* buffer, size_t bufferSize) argument
437 virtio_device_write_device_config(virtio_device cookie, uint8 offset, const void* buffer, size_t bufferSize) argument
[all...]

Completed in 150 milliseconds

1234567891011>>