Searched refs:_count (Results 1 - 25 of 98) sorted by path

1234

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex259 \item{\code{rh\_resource\_count}:
352 \code{rh\_resource\_count} member of the resources header. Since the entries
567 \item{\code{rh\_resource\_count} may be unreliable. The resource index table
/haiku/headers/cpp/std/
H A Dbastring.cc479 _IO_size_t _count = 0; local
488 is.setstate (_count == 0
494 ++_count;
510 // is._gcount = _count;
/haiku/headers/os/interface/
H A DScreen.h65 uint32* _count);
/haiku/headers/os/media/
H A DBufferGroup.h40 status_t CountBuffers(int32* _count);
H A DBufferProducer.h222 int16* data, int maxCount, int* _count);
/haiku/headers/os/translation/
H A DTranslator.h27 virtual const translation_format* InputFormats(int32* _count) const = 0;
28 virtual const translation_format* OutputFormats(int32* _count) const = 0;
H A DTranslatorRoster.h65 int32* _count);
/haiku/headers/private/graphics/common/
H A Dcreate_display_modes.h24 check_display_mode_hook hook, display_mode** _modes, uint32* _count);
/haiku/headers/private/interface/
H A DPrivateScreen.h69 uint32* _count);
/haiku/headers/private/media/
H A DWriterPlugin.h68 size_t* _count) = 0;
/haiku/headers/private/storage/
H A DDriverSettings.h82 virtual const driver_parameter* GetParametersAndCount(int32& _count) const
102 virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
137 virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
/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/add-ons/kernel/file_systems/netfs/client/
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/packagefs/nodes/
H A DAttributeDirectoryCookie.h21 uint32* _count) = 0;
H A DAutoPackageAttributeDirectoryCookie.cpp27 struct dirent* buffer, size_t bufferSize, uint32* _count)
29 uint32 maxCount = *_count;
85 *_count = count;
26 Read(dev_t volumeID, ino_t nodeID, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
H A DAutoPackageAttributeDirectoryCookie.h29 uint32* _count);
H A DEmptyAttributeDirectoryCookie.cpp12 struct dirent* buffer, size_t bufferSize, uint32* _count)
14 *_count = 0;
11 Read(dev_t volumeID, ino_t nodeID, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
H A DEmptyAttributeDirectoryCookie.h16 uint32* _count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h292 size_t* _count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp214 size_t size, struct file_io_vec* vecs, size_t* _count)
213 IterativeIOGetVecs(void* cookie, int32 requestID, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
H A DVolume.h66 struct file_io_vec* vecs, size_t* _count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp445 off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count)
457 offset, size, vecs, _count);
444 IterativeIOGetVecs(void* _cookie, int32 requestID, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
H A DHaikuKernelVolume.h73 struct file_io_vec* vecs, size_t* _count);
H A Dhaiku_kernel_emu.cpp473 struct file_io_vec *vecs, size_t *_count)
477 return node->volume->GetFileMap(node, offset, size, vecs, _count);
472 vfs_get_file_map(struct vnode *vnode, off_t offset, size_t size, struct file_io_vec *vecs, size_t *_count) argument

Completed in 171 milliseconds

1234