Searched refs:_size (Results 26 - 50 of 113) sorted by relevance

12345

/haiku/src/system/boot/platform/next_m68k/
H A Ddebug.cpp73 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/src/system/boot/platform/riscv/
H A Ddebug.cpp59 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/src/kits/storage/
H A DFdIO.cpp114 BFdIO::GetSize(off_t* _size) const
120 *_size = st.st_size;
H A DMime.cpp220 get_device_icon(const char* device, uint8** _data, size_t* _size, argument
223 if (device == NULL || _data == NULL || _size == NULL || _type == NULL)
234 status_t status = get_named_icon(name, _data, _size, _type);
273 *_size = iconData.icon_size;
315 get_named_icon(const char* name, uint8** _data, size_t* _size, type_code* _type) argument
317 if (name == NULL || _data == NULL || _size == NULL || _type == NULL)
361 *_size = size;
H A DFileIO.cpp108 BFileIO::GetSize(off_t* _size) const
120 *_size = size;
H A DResources.cpp265 BResources::LoadResource(type_code type, int32 id, size_t* _size) argument
282 if (_size)
283 *_size = resource->DataSize();
291 BResources::LoadResource(type_code type, const char* name, size_t* _size) argument
308 if (_size)
309 *_size = resource->DataSize();
/haiku/src/system/boot/platform/bios_ia32/
H A Ddebug.cpp219 platform_debug_get_log_buffer(size_t* _size) argument
221 if (_size != NULL)
222 *_size = sizeof(sBuffer);
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h83 size_t& _size);
89 size_t& _size);
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp633 size_t* _size)
635 size_t size = *_size;
663 *_size = *_size - size;
730 size_t* _size, bool doWrite)
740 ref, offset, (void*)buffer, *_size, doWrite ? "write" : "read"));
743 size_t size = *_size;
1299 size_t* _size)
1304 ref, offset, buffer, *_size));
1310 if (offset >= fileSize || *_size
632 write_zeros_to_file(struct vnode* vnode, void* cookie, off_t offset, size_t* _size) argument
729 cache_io(void* _cacheRef, void* cookie, off_t offset, addr_t buffer, size_t* _size, bool doWrite) argument
1298 file_cache_read(void* _cacheRef, void* cookie, off_t offset, void* buffer, size_t* _size) argument
1333 file_cache_write(void* _cacheRef, void* cookie, off_t offset, const void* buffer, size_t* _size) argument
[all...]
/haiku/headers/os/storage/
H A DVolume.h44 status_t GetIcon(uint8** _data, size_t* _size,
H A DResources.h57 size_t* _size);
59 size_t* _size);
H A DMimeType.h100 status_t GetIcon(uint8** _data, size_t* _size) const;
130 size_t* _size) const;
/haiku/src/servers/media/
H A DBufferManager.h30 media_buffer_id bufferID, size_t* _size,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.cpp109 target_size_t& _size, bool& _breakpointAllowed)
124 _size = size;
134 target_addr_t& _address, target_size_t& _size)
148 _size = size;
108 GetNextInstruction(BString& line, target_addr_t& _address, target_size_t& _size, bool& _breakpointAllowed) argument
133 GetPreviousInstruction(target_addr_t nextAddress, target_addr_t& _address, target_size_t& _size) argument
/haiku/headers/private/kernel/boot/
H A Dplatform.h77 extern char* platform_debug_get_log_buffer(size_t* _size);
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp41 parse_size(const char *str, off_t *_size) argument
43 if (!str || !_size)
86 *_size = size * suffix;
88 if (*_size / suffix != size)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp370 BTree::Path::GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size, argument
389 if (_size != NULL)
390 *_size = itemSize;
618 BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size, argument
626 status = path->GetCurrentEntry(&found, _value, _size, _offset);
644 BTree::FindNext(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
647 return _Find(path, key, _value, _size, _offset, BTREE_FORWARD);
652 BTree::FindPrevious(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
655 return _Find(path, key, _value, _size, _offset, BTREE_BACKWARD);
660 BTree::FindExact(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
937 _GetEntry(btree_traversing type, void** _value, uint32* _size, uint32* _offset) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp172 Port::Receive(void** _message, size_t* _size, bigtime_t timeout) argument
224 *_size = bytesRead;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h47 off_t offset, void *bufferBase, size_t *_size);
49 off_t offset, const void *buffer, size_t *_size);
/haiku/headers/os/drivers/
H A Dfs_cache.h92 void *bufferBase, size_t *_size);
94 const void *buffer, size_t *_size);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h111 fssh_size_t *_size);
114 fssh_size_t *_size);
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dlibnvme_haiku.cpp127 uint64_t* _addr, uint64_t* _size)
140 *_size = size;
126 nvme_pcicfg_get_bar_addr_len(void* devhandle, unsigned int bar, uint64_t* _addr, uint64_t* _size) argument
/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu_amcc440.h116 extern void ppc_get_page_table(page_table_entry_group **_pageTable, size_t *_size);
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h44 off_t& _size) = 0;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp246 void* buffer, size_t* _size, int32* _type)
254 error = attr->ReadAt(0, buffer, *_size, _size);
245 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument

Completed in 147 milliseconds

12345