Searched defs:pos (Results 201 - 225 of 366) sorted by relevance

1234567891011>>

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp60 GetLetterAt(const char* str, int pos) argument
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp736 Disk::ReadAt(off_t pos, void *buffer, size_t size) argument
743 Disk::WriteAt(off_t pos, const void *buffer, size_t size) argument
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c557 static status_t et6000ReadHook(void* dev, off_t pos, void* buf, size_t* len) argument
567 static status_t et6000WriteHook(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp435 device_read(void* dev, off_t pos, void* buf, size_t* len) argument
448 device_write(void* dev, off_t pos, const void* buf, size_t* len) argument
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp593 const char* pos = (char*)buffer; local
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, argument
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp351 fs_read_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
362 fs_write_attr(int fd, const char* attribute, uint32 type, off_t pos, argument
H A Dfs_attr_generic.cpp542 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, argument
567 fs_write_attr(int fd, const char *attribute, uint32 type, off_t pos, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_rx.c355 uint8_t pos = 0x27; /* initial value */ local
372 uint8_t pos; local
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c126 caddr_t pos; local
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_elantech.cpp653 elantech_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
661 elantech_write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
H A Dps2_keyboard.cpp460 keyboard_read(void *cookie, off_t pos, void *buffer, size_t *_length) argument
469 keyboard_write(void *cookie, off_t pos, const void *buffer, size_t *_length) argument
/haiku/src/preferences/mail/
H A DDNSQuery.cpp126 BRawNetBuffer::_ReadStringAt(BString& string, off_t pos) argument
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h381 off_t pos; member in struct:fuse_buf
/haiku/src/apps/expander/
H A DExpanderWindow.cpp404 float max, pos; local
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c523 device_read(void* cookie, off_t pos, void* buf, size_t* count) argument
618 device_write(void *cookie, off_t pos, const void *buf, size_t *count) argument
/haiku/src/apps/serialconnect/
H A DTermView.cpp63 VTermPos pos; local
425 _GetCell(VTermPos pos, VTermScreenCell& cell) argument
462 _MoveCursor(VTermPos pos, VTermPos oldPos, int visible) argument
559 _MoveCursor(VTermPos pos, VTermPos oldPos, int visible, void* user) argument
[all...]
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp473 of_seek(intptr_t handle, off_t pos) argument
485 intptr_t pos; member in struct:__anon23
/haiku/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp355 virtio_input_read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
362 virtio_input_write(void* cookie, off_t pos, const void* buffer, argument
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp418 vfs_asynchronous_read_pages(struct vnode* vnode, void* cookie, off_t pos, argument
444 vfs_asynchronous_write_pages(struct vnode* vnode, void* cookie, off_t pos, argument
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp450 BAdapterIO::_EvaluateWait(off_t pos, off_t size) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
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
/haiku/headers/cpp/
H A Dstl_hashtable.h163 const unsigned long* pos = lower_bound(__first, __last, __n); local
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp457 char *pos = name; local

Completed in 479 milliseconds

1234567891011>>