Searched defs:pos (Results 1 - 25 of 366) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp636 int32 pos = (int32)((point.x - startX) / (fCharacterWidth + fGap)); local
/haiku/src/kits/tracker/
H A DFSUtils.cpp2226 uint32 pos = snprintf(buffer, length, "\n\t(%s ", size.String()); local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp954 ramfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
991 ramfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
1672 ramfs_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
1704 ramfs_write_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const void *buffer, size_t *bufferSize) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp91 ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) argument
H A DInode.cpp406 Inode::GetPtrOffsetIntoRoot(int pos) argument
415 Inode::GetPtrFromRoot(int pos) argument
431 Inode::GetPtrOffsetIntoNode(int pos) argument
441 Inode::GetPtrFromNode(int pos, void* buffer) argument
594 Inode::ReadAt(off_t pos, uint8* buffer, size_t* length) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c1345 pcm_read( void * cookie, off_t pos, void * data, size_t * nread) argument
1449 pcm_write( void * cookie, off_t pos, const void * data, size_t * nwritten) argument
H A Dmixer.c290 mixer_read( void * cookie, off_t pos, void * data, size_t * nread) argument
301 mixer_write( void * cookie, off_t pos, const void * data, size_t * nwritten) argument
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2172 fssh_read_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, argument
2213 fssh_write_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, argument
2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
3196 file_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length) argument
3206 file_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length) argument
3216 file_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType) argument
4131 attr_read(struct file_descriptor *descriptor, fssh_off_t pos, void *buffer, fssh_size_t *length) argument
4144 attr_write(struct file_descriptor *descriptor, fssh_off_t pos, const void *buffer, fssh_size_t *length) argument
4157 attr_seek(struct file_descriptor *descriptor, fssh_off_t pos, int seekType) argument
[all...]
H A Dfssh.cpp758 size_t pos = 0; local
H A Dcommand_cp.cpp201 ReadAttr(const char *name, uint32_t type, fssh_off_t pos, void *buffer, int size) argument
209 WriteAttr(const char *name, uint32_t type, fssh_off_t pos, const void *buffer, int size) argument
585 ReadAttr(const char *name, uint32_t type, fssh_off_t pos, void *buffer, int size) argument
602 WriteAttr(const char *name, uint32_t type, fssh_off_t pos, const void *buffer, int size) argument
1008 fssh_off_t pos = 0; local
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp574 btrfs_write(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
594 btrfs_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, argument
256 btrfs_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, const iovec* vecs, size_t count, size_t* _numBytes) argument
998 btrfs_read_attr(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
1013 btrfs_write_attr(fs_volume* _volume, fs_vnode* _node, void* cookie, off_t pos, const void* buffer, size_t* length) argument
[all...]
H A DInode.cpp173 Inode::FindBlock(off_t pos, off_t& physical, off_t* _length) argument
211 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
[all...]
/haiku/src/kits/package/
H A DPackageInfoParser.h123 const char* pos; member in struct:BPackageKit::BPackageInfo::Parser::ParseError
135 const char* pos; member in struct:BPackageKit::BPackageInfo::Parser::Token
H A DPackageInfoParser.cpp1204 Validate(const BString& urlString, const char* pos) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp600 PagesIOTraceEntry(struct vnode* vnode, void* cookie, off_t pos, argument
658 ReadPages(struct vnode* vnode, void* cookie, off_t pos, argument
678 WritePages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, uint32 count, uint32 flags, generic_size_t bytesRequested, status_t status, generic_size_t bytesTransferred) argument
4637 vfs_read_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
4665 vfs_write_pages(struct vnode* vnode, void* cookie, off_t pos, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
5696 file_read(struct file_descriptor* descriptor, off_t pos, void* buffer, size_t* length) argument
5713 file_write(struct file_descriptor* descriptor, off_t pos, const void* buffer, size_t* length) argument
5733 file_seek(struct file_descriptor* descriptor, off_t pos, int seekType) argument
6864 attr_read(struct file_descriptor* descriptor, off_t pos, void* buffer, size_t* length) argument
6880 attr_write(struct file_descriptor* descriptor, off_t pos, const void* buffer, size_t* length) argument
6896 attr_seek(struct file_descriptor* descriptor, off_t pos, int seekType) argument
8052 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, void *buffer, size_t readBytes) argument
9718 _user_read_attr(int fd, const char* userAttribute, off_t pos, void* userBuffer, size_t readBytes) argument
9743 _user_write_attr(int fd, const char* userAttribute, uint32 type, off_t pos, const void* buffer, size_t writeBytes) argument
[all...]
H A Dfd.cpp685 common_user_io(int fd, off_t pos, void* buffer, size_t length, bool write) argument
736 common_user_vector_io(int fd, off_t pos, const iovec* userVecs, size_t count, bool write) argument
824 _user_read(int fd, off_t pos, void* buffer, size_t length) argument
831 _user_readv(int fd, off_t pos, const iovec* userVecs, size_t count) argument
838 _user_write(int fd, off_t pos, const void* buffer, size_t length) argument
845 _user_writev(int fd, off_t pos, const iovec* userVecs, size_t count) argument
852 _user_seek(int fd, off_t pos, int seekType) argument
990 _kern_read(int fd, off_t pos, void* buffer, size_t length) argument
1030 _kern_readv(int fd, off_t pos, const iovec* vecs, size_t count) argument
1082 _kern_write(int fd, off_t pos, const void* buffer, size_t length) argument
1122 _kern_writev(int fd, off_t pos, const iovec* vecs, size_t count) argument
1174 _kern_seek(int fd, off_t pos, int seekType) argument
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp820 TermPos pos = fView->_ConvertToTerminal(where); local
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h33 int64_t pos; member in struct:avpacket_user_data
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp1552 float pos = startPos; local
1562 float pos = startPos; local
1580 float pos = startPos; local
1590 float pos = startPos; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c6183 uint8_t pos = IWM_PHY_VHT_CTRL_POS_1_BELOW; local
7651 uint8_t *frm, *pos; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c5569 uint8_t pos = IWX_PHY_VHT_CTRL_POS_1_BELOW; local
6893 uint8_t *frm, *pos; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp798 nvme_disk_read(void* cookie, off_t pos, void* buffer, size_t* length) argument
821 nvme_disk_write(void* cookie, off_t pos, const void* buffer, size_t* length) argument
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp1293 float pos = startPos; local
1303 float pos = startPos; local
1321 float pos = startPos; local
1331 float pos = startPos; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp328 void Read(void* buffer, size_t bufferSize, off_t pos, argument
1937 FUSEVolume::Read(void* _node, void* _cookie, off_t pos, void* buffer, argument
1967 FUSEVolume::Write(void* _node, void* _cookie, off_t pos, cons argument
2576 ReadAttr(void* _node, void* _cookie, off_t pos, void* buffer, size_t bufferSize, size_t* bytesRead) argument
3611 _InternalIO(FUSENode* node, FileCookie* cookie, const char* path, off_t pos, char* buffer, size_t& length, bool write) argument
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp692 virtio_gpu_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
700 virtio_gpu_write(void* cookie, off_t pos, const void* buffer, argument

Completed in 316 milliseconds

1234567891011>>