Searched refs:_size (Results 1 - 25 of 115) sorted by relevance

12345

/haiku/headers/private/kernel/arch/sparc/
H A Darch_mmu.h26 extern void sparc_get_instruction_tsb(TsbEntry **_pageTable, size_t *_size);
27 extern void sparc_get_data_tsb(TsbEntry **_pageTable, size_t *_size);
/haiku/headers/private/kernel/
H A Dboot_item.h18 extern void *get_boot_item(const char *name, size_t *_size);
/haiku/src/system/kernel/arch/sparc/
H A Darch_mmu.cpp49 extern void sparc_get_instruction_tsb(TsbEntry **_pageTable, size_t *_size) argument
57 *_size = 512 * (1 << (tsbEntry & 3)) * sizeof(TsbEntry);
59 *_size *= 2;
63 extern void sparc_get_data_tsb(TsbEntry **_pageTable, size_t *_size) argument
71 *_size = 512 * (1 << (tsbEntry & 3)) * sizeof(TsbEntry);
73 *_size *= 2;
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDeviceOpener.cpp110 DeviceOpener::GetSize(off_t* _size, uint32* _blockSize) argument
120 if (_size)
121 *_size = stat.st_size;
128 if (_size) {
129 *_size = 1ULL * geometry.head_count * geometry.cylinder_count
/haiku/headers/os/storage/
H A DMime.h49 status_t get_device_icon(const char* device, uint8** _data, size_t* _size,
53 status_t get_named_icon(const char* name, uint8** _data, size_t* _size,
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.h27 target_size_t& _size,
32 target_size_t& _size);
H A DDisassemblerX86.cpp98 target_size_t& _size, bool& _breakpointAllowed)
113 _size = size;
123 target_addr_t& _address, target_size_t& _size)
137 _size = size;
97 GetNextInstruction(BString& line, target_addr_t& _address, target_size_t& _size, bool& _breakpointAllowed) argument
122 GetPreviousInstruction(target_addr_t nextAddress, target_addr_t& _address, target_size_t& _size) argument
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.h28 target_size_t& _size,
33 target_size_t& _size);
/haiku/src/system/kernel/arch/ppc/
H A Darch_mmu.cpp33 ppc_get_page_table(page_table_entry_group **_pageTable, size_t *_size) argument
38 *_size = ((sdr1 & 0x1ff) + 1) << 16;
/haiku/src/tests/system/boot/loader/
H A Dplatform_debug.cpp37 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/src/system/kernel/
H A Dboot_item.cpp47 get_boot_item(const char *name, size_t *_size) argument
57 if (_size != NULL)
58 *_size = item->size;
/haiku/src/system/boot/platform/openfirmware/
H A Ddebug.cpp73 platform_debug_get_log_buffer(size_t* _size) argument
75 if (_size != NULL)
76 *_size = sizeof(sBuffer);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h63 void** _value, uint32* _size = NULL,
66 void** _value, uint32* _size = NULL,
69 void** _value, uint32* _size = NULL,
117 void** _value, uint32* _size,
231 uint32* _size = NULL, uint32* _offset = NULL);
233 uint32* _size = NULL, uint32* _offset = NULL);
290 uint32* _size = NULL,
293 uint32* _size = NULL,
308 uint32* _size, uint32* _offset);
324 BTree::Path::GetCurrentEntry(btrfs_key* _key, void** _value, uint32* _size, argument
335 GetNextEntry(void** _value, uint32* _size, uint32* _offset) argument
342 GetPreviousEntry(void** _value, uint32* _size, uint32* _offset) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dfile_cache.cpp146 fssh_size_t *_size, bool doWrite)
155 ref, offset, (void *)buffer, *_size, doWrite ? "write" : "read"));
159 *_size = 0;
164 fssh_size_t size = *_size;
170 *_size = size;
338 void *bufferBase, fssh_size_t *_size)
343 ref, offset, bufferBase, *_size));
345 return cache_io(ref, cookie, offset, (fssh_addr_t)bufferBase, _size, false);
351 const void *buffer, fssh_size_t *_size)
356 (fssh_addr_t)const_cast<void *>(buffer), _size, tru
145 cache_io(void *_cacheRef, void *cookie, fssh_off_t offset, fssh_addr_t buffer, fssh_size_t *_size, bool doWrite) argument
337 fssh_file_cache_read(void *_cacheRef, void *cookie, fssh_off_t offset, void *bufferBase, fssh_size_t *_size) argument
350 fssh_file_cache_write(void *_cacheRef, void *cookie, fssh_off_t offset, const void *buffer, fssh_size_t *_size) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dfile_cache.cpp152 size_t *_size)
155 cacheRef, cookie, offset, bufferBase, *_size));
160 fileCache->vnodeID, cookie, offset, bufferBase, _size);
166 size_t *_size)
169 cacheRef, cookie, offset, buffer, *_size));
174 fileCache->vnodeID, cookie, offset, buffer, _size);
151 file_cache_read(void *cacheRef, void *cookie, off_t offset, void *bufferBase, size_t *_size) argument
165 file_cache_write(void *cacheRef, void *cookie, off_t offset, const void *buffer, size_t *_size) argument
/haiku/src/system/boot/platform/efi/
H A Ddebug.cpp127 platform_debug_get_log_buffer(size_t *_size) argument
129 if (_size != NULL)
130 *_size = sizeof(sBuffer);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h34 off_t& _size, uint32& _type);
H A DAutoPackageAttributes.cpp106 AutoPackageAttribute attribute, off_t& _size, uint32& _type)
112 _size = strlen(value) + 1;
120 _size = strlen(value) + 1;
105 GetAttributeValue(const Package* package, AutoPackageAttribute attribute, off_t& _size, uint32& _type) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.h46 MessageFlagsAndSize(uint32 _flags, uint32 _size) argument
49 size(_size)
/haiku/headers/private/userlandfs/private/
H A DPort.h44 status_t Receive(void** _message, size_t* _size,
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp85 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/src/system/boot/platform/atari_m68k/
H A Ddebug.cpp72 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/src/system/boot/platform/u-boot/
H A Ddebug.cpp73 platform_debug_get_log_buffer(size_t* _size) argument
/haiku/headers/private/storage/
H A DFdIO.h33 virtual status_t GetSize(off_t* _size) const;
/haiku/headers/private/file_systems/
H A DDeviceOpener.h36 status_t GetSize(off_t* _size,

Completed in 185 milliseconds

12345