Searched refs:pos (Results 276 - 300 of 520) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.h56 BRect _ScreenCorner(screen_corner pos,
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmux.c18 static status_t mux_read(void *cookie, off_t pos, void *data, size_t *len);
19 static status_t mux_write(void *cookie, off_t pos, const void *data, size_t *len);
264 off_t pos,
275 off_t pos,
262 mux_read( void * cookie, off_t pos, void * data, size_t * nread) argument
273 mux_write( void * cookie, off_t pos, const void * data, size_t * nwritten) argument
H A Dmixer.c18 static status_t mixer_read(void *cookie, off_t pos, void *data, size_t *len);
19 static status_t mixer_write(void *cookie, off_t pos, const void *data, size_t *len);
292 off_t pos,
303 off_t pos,
290 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/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Ddriver.cpp245 device_read(void * cookie, off_t pos, void * data, size_t * nread) argument
247 return (*gameport->read_hook)(cookie, pos, data, nread);
252 device_write(void * cookie, off_t pos, const void * data, size_t * nwritten) argument
255 return (*gameport->write_hook)(cookie, pos, data, nwritten);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h58 virtual status_t Read(Node* node, void* cookie, off_t pos,
61 virtual status_t Write(Node* node, void* cookie, off_t pos,
104 int type, off_t pos, void* buffer,
107 int type, off_t pos, const void* buffer,
H A DVolume.h92 virtual status_t Read(Node* node, void* cookie, off_t pos,
95 virtual status_t Write(Node* node, void* cookie, off_t pos,
138 int type, off_t pos, void* buffer,
141 int type, off_t pos, const void* buffer,
H A Dnetfs.cpp47 static int netfs_read(void *ns, void *node, void *cookie, off_t pos,
49 static int netfs_write(void *ns, void *node, void *cookie, off_t pos,
84 int type, void *buffer, size_t *bufferSize, off_t pos);
87 int type, const void *buffer, size_t *bufferSize, off_t pos);
477 netfs_read(void *ns, void *_node, void *cookie, off_t pos, void *buffer, argument
482 cookie, pos, buffer, *bufferSize);
483 status_t error = node->GetVolume()->Read(node, cookie, pos, buffer,
492 netfs_write(void *ns, void *_node, void *cookie, off_t pos, argument
497 cookie, pos, buffer, *bufferSize);
498 status_t error = node->GetVolume()->Write(node, cookie, pos, buffe
802 netfs_read_attr(void *ns, void *_node, const char *name, int type, void *buffer, size_t *bufferSize, off_t pos) argument
818 netfs_write_attr(void *ns, void *_node, const char *name, int type, const void *buffer, size_t *bufferSize, off_t pos) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h82 virtual status_t Read(void* node, void* cookie, off_t pos,
86 off_t pos, const void* buffer,
120 off_t pos, void* buffer, size_t bufferSize,
123 off_t pos, const void* buffer,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.cpp57 CamDeframer::ReadAt(off_t pos, void *buffer, size_t size) argument
63 return f->ReadAt(pos, buffer, size);
107 CamDeframer::WriteAt(off_t pos, const void *buffer, size_t size) argument
109 (void)pos;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h82 void LayoutCaption(BView *view, BFont &font, BPoint &pos, BRect &rect);
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h86 int pos; member in class:GIFSave
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp166 Inode::FindBlock(off_t pos, off_t& physical, off_t *_length) argument
169 return stream.FindBlock(pos, physical, _length);
174 Inode::ReadAt(off_t pos, uint8* buffer, size_t* _length) argument
176 return file_cache_read(FileCache(), NULL, pos, buffer, _length);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.h40 uint32 numInodes, uint32& pos, uint32& checksum);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.cpp204 Attribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* _length) argument
210 return fInode->ReadAttribute(cookie->name, 0, pos, buffer, _length);
215 Attribute::Write(Transaction& transaction, attr_cookie* cookie, off_t pos, argument
222 pos, buffer, _length, _created);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfString.cpp216 uint32 pos = 0; local
217 fCs0String[pos++] = '\x10'; // 16-bit unicode
223 fCs0String[pos++] = high;
224 fCs0String[pos++] = low;
/haiku/src/add-ons/translators/raw/
H A DLibRAW.cpp145 int pos = 0; local
147 while (!found && pos < (sz - 1)) {
151 s[pos++] = buffer ;
158 s[pos] = 0;
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp351 fs_read_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
356 return _haiku_build_fs_read_attr(fd, attribute, type, pos, buffer,
362 fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
367 return _haiku_build_fs_write_attr(fd, attribute, type, pos, buffer,
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp27 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer,
29 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer,
74 Console::ReadAt(void */*cookie*/, off_t /*pos*/, void *_buffer,
100 Console::WriteAt(void */*cookie*/, off_t /*pos*/, const void *buffer,
150 int pos = (fStart + fCount) % BUFFER_SIZE; local
151 fReadBuffer[pos] = c;
/haiku/headers/private/storage/
H A DResourceItem.h47 virtual ssize_t WriteAt(off_t pos, const void *buffer, size_t size);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h152 s64 *pos, void *fillctx, ntfs_filldir_t filldir,
H A Dacls.c1617 int pos; local
1632 pos = le16_to_cpu(pacl->size);
1661 pdace = (ACCESS_DENIED_ACE*)&((char*)pacl)[pos];
1684 pos += sidsz + 8;
1712 pdace = (ACCESS_DENIED_ACE*)&((char*)pacl)[pos];
1760 pos += sidsz + 8;
1765 pacl->size = cpu_to_le16(pos);
1779 int pos; local
1791 pos = le16_to_cpu(pacl->size);
1831 pgace = (ACCESS_DENIED_ACE*)&((char*)pacl)[pos];
1861 int pos; local
2122 int pos; local
2453 int pos; local
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp137 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize);
138 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize);
627 BIOSDrive::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
629 uint32 offset = pos % fBlockSize;
630 pos /= fBlockSize;
636 // blocksLeft * fBlockSize, pos * fBlockSize, offset, fDriveID));
653 packet->lba = pos;
671 uint32 sector = pos % fParameters.sectors_per_track + 1;
673 uint32 head = pos / fParameters.sectors_per_track;
717 blocksRead, fDriveID, pos);
741 WriteAt(void* cookie, off_t pos, const void* buffer, size_t bufferSize) argument
[all...]
/haiku/src/apps/deskbar/
H A DResourceSet.cpp298 size_t pos = 0; local
300 while ((amount = data->Read(fStrings + pos, 1024)) == 1024) {
301 pos += amount;
302 fStrings = (char*)realloc(fStrings, pos + 1024);
305 pos += amount;
423 ssize_t pos = 0; local
424 while (pos < len && indexLength > 0) {
425 if (strings[pos] == 0 ) {
426 *resultingIndex++ = (size_t)pos + 1;
429 pos
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp392 int32 pos = nameString.FindLast('.'); local
393 if (pos < 0)
396 BString extensionString(nameString.String() + pos + 1);
400 if (pos > 1) {
401 int32 end = pos;
402 while (pos > 0 && *(nameString.String() + pos - 1) != '.')
403 pos--;
404 language.SetTo(nameString.String() + pos, end - pos);
[all...]
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c130 _IO_size_t pos; local
139 pos = fp->_IO_write_ptr - fp->_IO_write_base;
140 if (pos >= (_IO_size_t) (_IO_blen (fp) + flush_only))
165 memset (new_buf + pos, 0, blen() - pos);

Completed in 211 milliseconds

<<11121314151617181920>>