Searched defs:size (Results 176 - 200 of 1596) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmst.c41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count) argument
65 int ntfs_mst_post_read_fixup_warn(NTFS_RECORD *b, const u32 size, argument
144 ntfs_mst_post_read_fixup(NTFS_RECORD *b, const u32 size) argument
169 ntfs_mst_pre_write_fixup(NTFS_RECORD *b, const u32 size) argument
[all...]
H A Dunistr.c562 int i, size, ret = -1; local
1161 int size; local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DSizeIndex.cpp27 SizeIndexPrimaryKey(Node* node, off_t size) argument
41 SizeIndexPrimaryKey(off_t size) argument
49 off_t size; member in class:SizeIndexPrimaryKey
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp41 off_t size; local
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DVersion.cpp180 size_t size = strlcpy(buffer, major, bufferSize); local
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp352 uint32 size = (const uint8*)(GetChilds() + (CountItems() + 1)) local
426 uint32 size = GetItemSpaceOffset(); local
[all...]
H A DSettings.h119 contains(const char **array, size_t size, const char *value) argument
H A DSuperBlock.cpp58 size_t size = sizeof(super_block_t); local
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw() argument
32 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1087 void set_logical_block_size(uint32 size) { _logical_block_size = B_HOST_TO_LENDIAN_INT32(size); } argument
1275 void set_sparing_table_size(uint32 size) { argument
1341 set_allocation_unit_size(uint32 size) argument
1346 set_alignment_unit_size(uint32 size) argument
2071 set_object_size(uint64 size) argument
2195 set_object_size(uint64 size) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp671 size_t size = request->size; local
715 size_t size = 0; local
783 size_t size = request->size; local
[all...]
H A DSettings.cpp72 contains(const char **array, size_t size, const char *value) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DAreaSupport.cpp7 UserlandFSUtil::get_area_for_address(void* address, int32 size, area_id* area, argument
H A DPort.cpp23 Port::Port(int32 size) argument
153 Send(const void* message, int32 size) argument
[all...]
H A DRequest.cpp17 Address::SetTo(area_id area, int32 offset, int32 size) argument
H A DRequestPort.cpp25 RequestPort::RequestPort(int32 size) argument
H A DRequests.cpp444 int32 size = address->GetSize(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp213 IterativeIOGetVecs(void* cookie, int32 requestID, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
233 IOCtl(void* node, void* cookie, uint32 command, void *buffer, size_t size) argument
H A Dkernel_emu.cpp578 file_cache_create(dev_t mountID, ino_t vnodeID, off_t size) argument
684 file_cache_set_size(dev_t mountID, ino_t vnodeID, off_t size) argument
898 read_from_io_request(dev_t volumeID, int32 requestID, void* buffer, size_t size) argument
944 write_to_io_request(dev_t volumeID, int32 requestID, const void* buffer, size_t size) argument
1118 dump_block(const char *buffer, int size, const char *prefix) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp230 IOCtl(void* node, void* cookie, uint32 command, void* buffer, size_t size) argument
H A Dfs_interface.h68 off_t size; member in struct:beos_attr_info
73 off_t size; member in struct:beos_index_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp252 HaikuKernelVolume::GetFileMap(void* _node, off_t offset, size_t size, argument
444 IterativeIOGetVecs(void* _cookie, int32 requestID, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
499 IOCtl(void* _node, void* cookie, uint32 command, void* buffer, size_t size) argument
H A Dhaiku_kernel_emu.cpp385 read_from_io_request(io_request* _request, void* buffer, size_t size) argument
396 write_to_io_request(io_request* _request, const void* buffer, size_t size) argument
472 vfs_get_file_map(struct vnode *vnode, off_t offset, size_t size, argument
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c32 int size; member in struct:__anon5
/haiku/src/add-ons/kernel/generic/tty/
H A Dline_buffer.cpp23 init_line_buffer(struct line_buffer &buffer, size_t size) argument
55 size_t size = buffer.in; local
[all...]

Completed in 160 milliseconds

1234567891011>>