Searched refs:pos (Results 251 - 275 of 520) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.h46 status_t LockT(LockType type, uint64 pos,
65 uint64 pos, uint32 len);
79 const void* buffer, uint64 pos,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c192 * @pos: position in device to read from
196 * This function will read @count bytes from device @dev at position @pos into
208 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) argument
213 ntfs_log_trace("pos %lld, count %lld\n",(long long)pos,(long long)count);
215 if (!b || count < 0 || pos < 0) {
225 br = dops->pread(dev, (char*)b + total, count, pos + total);
242 * @pos: position in file descriptor to write to
247 * at position @pos.
258 s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s6 argument
332 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument
389 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument
[all...]
H A Dattrib.c989 static s64 ntfs_attr_pread_i(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
1001 return ntfs_compressed_attr_pread(na, pos, count, b);
1038 if (pos + count > max_read) {
1039 if (pos >= max_read)
1041 count = max_read - pos;
1065 memcpy(b, val + pos, count);
1071 if (pos + count > max_init) {
1072 if (pos >= max_init) {
1076 total2 = pos + count - max_init;
1088 ((pos
1218 ntfs_attr_pread(ntfs_attr *na, const s64 pos, s64 count, void *b) argument
1240 ntfs_attr_fill_zero(ntfs_attr *na, s64 pos, s64 count) argument
1517 split_compressed_hole(ntfs_attr *na, runlist_element **prl, s64 pos, s64 count, VCN *update_from) argument
1679 borrow_from_hole(ntfs_attr *na, runlist_element **prl, s64 pos, s64 count, VCN *update_from, BOOL wasnonresident) argument
1847 ntfs_attr_pwrite_i(ntfs_attr *na, const s64 pos, s64 count, const void *b) argument
2393 ntfs_attr_pwrite(ntfs_attr *na, const s64 pos, s64 count, const void *b) argument
2652 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, const u32 bk_size, void *dst) argument
2710 ntfs_attr_mst_pwrite(ntfs_attr *na, const s64 pos, s64 bk_cnt, const u32 bk_size, void *src) argument
4040 ntfs_make_room_for_attr(MFT_RECORD *m, u8 *pos, u32 size) argument
6877 stuff_hole(ntfs_attr *na, const s64 pos) argument
[all...]
H A Ddir.h106 const int name_len, const int name_type, const s64 pos,
109 extern int ntfs_readdir(ntfs_inode *dir_ni, s64 *pos,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_wep.c356 uint8_t *pos; local
381 pos = mtod(m, uint8_t *) + off;
388 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
392 *pos++ ^= S[(S[i] + S[j]) & 0xff];
407 pos = mtod(m, uint8_t *);
439 uint8_t *pos; local
464 pos = mtod(m, uint8_t *) + off;
474 *pos ^= S[(S[i] + S[j]) & 0xff];
475 crc = crc32_table[(crc ^ *pos) & 0xff] ^ (crc >> 8);
476 pos
[all...]
/haiku/src/add-ons/media/plugins/dvd_streamer/
H A DDVDMediaIO.cpp205 uint32_t pos, len; local
208 dvdnav_get_position(fDvdNav, &pos, &len);
212 "the feature\n", 100 * (double)pos / (double)len);
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp23 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize);
24 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize);
67 Console::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
76 Console::WriteAt(void *cookie, off_t /*pos*/, const void *buffer, size_t bufferSize)
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp166 int32 pos; local
194 pos = fPan->Value();
195 fSound->SetPan(pos / 100.0, ramp);
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h182 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user);
183 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
235 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
277 int vterm_screen_get_attrs_extent(const VTermScreen *screen, VTermRect *extent, VTermPos pos, VTermAttrMask attrs);
279 int vterm_screen_get_cell(const VTermScreen *screen, VTermPos pos, VTermScreenCell *cell);
281 int vterm_screen_is_eol(const VTermScreen *screen, VTermPos pos);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h116 typedef int beos_op_read(void *ns, void *node, void *cookie, off_t pos,
118 typedef int beos_op_write(void *ns, void *node, void *cookie, off_t pos,
120 typedef int beos_op_readv(void *ns, void *node, void *cookie, off_t pos,
122 typedef int beos_op_writev(void *ns, void *node, void *cookie, off_t pos,
158 const void *buf, size_t *len, off_t pos);
160 void *buf, size_t *len, off_t pos);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h102 typedef int op_read(void *ns, void *node, void *cookie, off_t pos, void *buf,
104 typedef int op_write(void *ns, void *node, void *cookie, off_t pos,
106 typedef int op_readv(void *ns, void *node, void *cookie, off_t pos, const iovec *vec,
108 typedef int op_writev(void *ns, void *node, void *cookie, off_t pos, const iovec *vec,
144 const void *buf, size_t *len, off_t pos);
146 void *buf, size_t *len, off_t pos);
/haiku/headers/private/kernel/boot/net/
H A DiSCSITarget.h84 virtual ssize_t ReadAt(void* cookie, off_t pos, void* buffer,
86 virtual ssize_t WriteAt(void* cookie, off_t pos, const void* buffer,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.h40 virtual ssize_t ReadAt(off_t pos, void *buffer, size_t size);
46 virtual ssize_t WriteAt(off_t pos, const void *buffer, size_t size);
/haiku/src/tools/fs_shell/
H A Dvfs.h78 fssh_status_t vfs_read_pages(void *vnode, void *cookie, fssh_off_t pos,
82 fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count,
/haiku/headers/private/device/
H A Djoystick_driver.h170 status_t (*read_hook)(void * cookie, off_t pos, void * data, size_t * len);
171 status_t (*write_hook)(void * cookie, off_t pos, const void * data, size_t * len);
/haiku/src/build/libroot/
H A Dremapped_functions.h52 off_t pos, void *buffer, size_t readBytes);
54 off_t pos, const void *buffer, size_t readBytes);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h50 status_t _AllocateBestEntryInBlock(uint8 nameLength, uint16& pos,
54 uint16 newLength, uint16 pos,
/haiku/src/kits/locale/
H A DTimeUnitFormat.cpp135 FieldPosition pos(FieldPosition::DONT_CARE);
137 fFormatter->format(formattable, unicodeResult, pos, icuStatus);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_rx.c355 uint8_t pos = 0x27; /* initial value */ local
361 pos ^= (mask >> (i * 8 + j - 1));
363 pos &= 0x3f;
365 return (pos);
372 uint8_t pos; local
374 pos = rtwn_get_multi_pos(LLADDR(sdl));
375 mfilt[pos / 32] |= (1 << (pos % 32));
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp168 LeafAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length) argument
172 if(pos < 0)
190 if (pos + *length > valuelen)
191 lengthToRead = valuelen - pos;
205 if (pos + *length > valuelen)
206 lengthToRead = valuelen - pos;
216 pos += sizeof(AttrRemoteHeader);
218 readPos += pos;
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp525 virtual ssize_t ReadAt(void* cookie, off_t pos, void* buffer, argument
529 if (pos < 0 || pos > size)
531 if (pos + (off_t)bufferSize > size)
532 bufferSize = size - pos;
537 status_t error = dataReader->ReadData(pos, buffer, bufferSize);
545 virtual ssize_t WriteAt(void* cookie, off_t pos, const void *buffer, argument
619 virtual ssize_t ReadAt(void* cookie, off_t pos, void* buffer, argument
625 virtual ssize_t WriteAt(void* cookie, off_t pos, const void *buffer, argument
690 virtual ssize_t ReadAt(void* cookie, off_t pos, voi argument
696 WriteAt(void* cookie, off_t pos, const void *buffer, size_t bufferSize) argument
[all...]
/haiku/headers/private/kernel/
H A Dvfs.h101 status_t vfs_read_pages(struct vnode *vnode, void *cookie, off_t pos,
104 status_t vfs_write_pages(struct vnode *vnode, void *cookie, off_t pos,
193 off_t _user_seek(int fd, off_t pos, int seekType);
218 ssize_t _user_read_attr(int fd, const char *attribute, off_t pos,
221 off_t pos, const void *buffer, size_t readBytes);
242 ssize_t _user_read(int fd, off_t pos, void *buffer, size_t bufferSize);
243 ssize_t _user_readv(int fd, off_t pos, const iovec *vecs, size_t count);
244 ssize_t _user_write(int fd, off_t pos, const void *buffer,
246 ssize_t _user_writev(int fd, off_t pos, const iovec *vecs, size_t count);
322 off_t pos, cons
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp360 dosfs_read(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
378 " (vnode id %" B_PRIdINO ")\n", *len, pos, node->vnid));
382 result = file_cache_read(node->cache, cookie, pos, buf, len);
395 dosfs_write(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, argument
416 " from buffer at %p (vnode id %" B_PRIdINO ")\n", *len, pos, buf,
425 if (pos < 0) pos = 0;
428 pos = node->st_size;
431 if (pos >= MAX_FILE_SIZE) {
437 if (pos
1213 dosfs_read_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
1255 dosfs_write_pages(fs_volume *_vol, fs_vnode *_node, void *_cookie, off_t pos, const iovec *vecs, size_t count, size_t *_numBytes) argument
[all...]
/haiku/headers/cpp/
H A Dbuiltinbuf.h51 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dindstream.h71 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);

Completed in 142 milliseconds

<<11121314151617181920>>