Searched refs:_count (Results 26 - 50 of 98) sorted by relevance

1234

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.h38 size_t& _count);
/haiku/src/kits/storage/
H A DDriverSettings.cpp442 BDriverSettings::GetParametersAndCount(int32& _count) const
447 _count = fSettings->parameter_count;
564 BDriverParameter::GetParametersAndCount(int32& _count) const
569 _count = fParameter->parameter_count;
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.h38 uint32* _count);
H A DDWindowHWInterface.h43 uint32* _count);
/haiku/src/kits/app/
H A DMessageRunner.cpp116 int32 _count; local
117 if (reply.FindInt32("count", &_count) == B_OK) {
119 *count = _count;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp678 int32 _count = *count; local
680 bufferSize, _count, &_count);
681 *count = _count;
779 int32 _count = *count; local
781 bufferSize, _count, &_count);
782 *count = _count;
944 int32 _count = *count; local
946 _count,
[all...]
H A DShareAttrDir.cpp418 Attribute**& _attributes, int32& _count)
465 _count = count;
417 _GetAttributes(const AttrDirInfo& dirInfo, Attribute**& _attributes, int32& _count) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp58 size_t size, struct file_io_vec* vecs, size_t* _count)
62 return file_map_translate(inode->Map(), offset, size, vecs, _count,
338 size_t size, struct file_io_vec* vecs, size_t* _count)
342 size_t index = 0, max = *_count;
357 *_count = index;
371 *_count = index;
57 iterative_io_get_vecs_hook(void* cookie, io_request* request, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
337 exfat_get_file_map(fs_volume* _volume, fs_vnode* _node, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.h27 uint32 *_count = NULL);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.h37 size_t reqLen, struct file_io_vec *vecs, size_t *_count);
/haiku/src/tools/fs_shell/
H A Dfd.h37 uint32_t *_count);
H A Dvfs.h86 fssh_size_t *_count);
/haiku/headers/private/interface/
H A DPrivateScreen.h69 uint32* _count);
/haiku/headers/os/interface/
H A DScreen.h65 uint32* _count);
/haiku/headers/private/kernel/fs/
H A Dfd.h40 size_t bufferSize, uint32 *_count);
/haiku/src/servers/media/
H A DNodeManager.h101 int32* _count, int32 maxCount);
137 int32* _count, const media_format* hasInput,
/haiku/src/kits/interface/
H A DScreen.cpp217 BScreen::GetModeList(display_mode** _modeList, uint32* _count) argument
220 return fScreen->GetModeList(_modeList, _count);
/haiku/src/kits/media/
H A DBufferGroup.cpp210 BBufferGroup::CountBuffers(int32* _count) argument
216 *_count = fBufferCount;
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h70 int32* _count);
/haiku/headers/os/translation/
H A DTranslatorRoster.h65 int32* _count);
/haiku/headers/os/drivers/
H A Dfs_cache.h103 struct file_io_vec *vecs, size_t *_count, size_t align);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h126 fssh_size_t *_count, fssh_size_t align);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.h47 uint32* _count);
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp23 #define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp570 struct dirent* buffer, size_t bufferSize, uint32* _count)
583 uint32 maxCount = *_count;
628 *_count = count;
710 struct dirent* buffer, size_t bufferSize, uint32* _count)
721 return cookie->Read(volume->ID(), node->ID(), buffer, bufferSize, _count);
569 packagefs_read_dir(fs_volume* fsVolume, fs_vnode* fsNode, void* _cookie, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
709 packagefs_read_attr_dir(fs_volume* fsVolume, fs_vnode* fsNode, void* _cookie, struct dirent* buffer, size_t bufferSize, uint32* _count) argument

Completed in 133 milliseconds

1234