Searched defs:_node (Results 1 - 25 of 63) sorted by relevance

123

/haiku/src/kits/debugger/value/type_handlers/
H A DBListTypeHandler.cpp40 CreateValueNode(ValueNodeChild* nodeChild, Type* type, ValueNode*& _node) argument
H A DBMessageTypeHandler.cpp39 CreateValueNode(ValueNodeChild* nodeChild, Type* type, ValueNode*& _node) argument
H A DCStringTypeHandler.cpp71 CreateValueNode(ValueNodeChild* nodeChild, Type* type, ValueNode*& _node) argument
/haiku/src/apps/cortex/RouteApp/
H A DNodeKey.h106 NodeKey( const char* _key, media_node_id _node) argument
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp101 RootFileSystem::GetNextNode(void *_cookie, Node **_node) argument
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp110 Directory::GetNextNode(void *cookie, Node **_node) argument
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp134 Directory::GetNextNode(void *cookie, Node **_node) argument
/haiku/src/apps/mail/
H A DPeople.cpp164 GroupList::EntryCreated(QueryList& source, const entry_ref& ref, ino_t _node) argument
/haiku/src/kits/debugger/value/
H A DValueNode.cpp164 ValueNodeChild::CreateInternalNode(ValueNode*& _node) argument
H A DTypeHandlerRoster.cpp55 CreateValueNode(ValueNodeChild* nodeChild, Type* type, ValueNode*& _node) argument
255 CreateValueNode(ValueNodeChild* nodeChild, Type* type, TypeHandler* handler, ValueNode*& _node) argument
/haiku/src/bin/
H A Dsettype.cpp182 BNode _node; local
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp136 MultiAudioAddOn::GetConfigurationFor(BMediaNode* _node, BMessage* message) argument
168 MultiAudioAddOn::AutoStart(int count, BMediaNode** _node, int32* _internalID, argument
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DCall.cpp45 acpi_call_init_device(void* _node, void** _cookie) argument
/haiku/src/kits/shared/
H A DColorQuantizer.cpp151 BColorQuantizer::_AddColor(Node** _node, uint8 r, uint8 g, uint8 b, uint8 a, argument
246 _DeleteTree(Node** _node) argument
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp265 Volume::GetNode(uint64 blockIndex, Node*& _node) argument
293 Volume::ReadNode(uint64 blockIndex, Node*& _node) argument
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp370 InternalArrayValueNodeChild::CreateInternalNode(ValueNode*& _node) argument
H A DBMessageValueNode.cpp763 CreateInternalNode( ValueNode*& _node) argument
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h400 Insert(const Key& key, const Value& value, Node** _node) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp262 reiserfs_write_vnode(fs_volume *fs, fs_vnode *_node, bool reenter) argument
286 reiserfs_read_symlink(fs_volume *fs, fs_vnode *_node, char *buffer, argument
306 reiserfs_access(fs_volume *fs, fs_vnode *_node, int mode) argument
326 reiserfs_read_stat(fs_volume *fs, fs_vnode *_node, struct stat *st) argument
355 reiserfs_open(fs_volume *fs, fs_vnode *_node, int openMode, void **cookie) argument
386 reiserfs_close(fs_volume *fs, fs_vnode *_node, void *cookie) argument
399 reiserfs_free_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
414 reiserfs_read(fs_volume *fs, fs_vnode *_node, void *cookie, off_t pos, void *buffer, size_t *bufferSize) argument
476 reiserfs_open_dir(fs_volume *fs, fs_vnode *_node, void **cookie) argument
517 reiserfs_close_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
530 reiserfs_free_dir_cookie(fs_volume *fs, fs_vnode *_node, void *cookie) argument
545 reiserfs_read_dir(fs_volume *fs, fs_vnode *_node, void *cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
644 reiserfs_rewind_dir(fs_volume *fs, fs_vnode *_node, void *cookie) argument
[all...]
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp87 DatabaseLocation::OpenWritableType(const char* type, BNode& _node, bool create, argument
749 _OpenType(const char* type, BNode& _node, int32& _index) const argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp337 netfs_write_vnode(void *ns, void *_node, char reenter) argument
354 netfs_remove_vnode(void *ns, void *_node, char reenter) argument
386 netfs_read_stat(void *ns, void *_node, struct stat *st) argument
398 netfs_write_stat(void *ns, void *_node, struct stat *st, long mask) argument
410 netfs_access(void *ns, void *_node, int mode) argument
441 netfs_open(void *ns, void *_node, int openMode, void **cookie) argument
453 netfs_close(void *ns, void *_node, void *cookie) argument
465 netfs_free_cookie(void *ns, void *_node, void *cookie) argument
477 netfs_read(void *ns, void *_node, void *cookie, off_t pos, void *buffer, size_t *bufferSize) argument
492 netfs_write(void *ns, void *_node, void *cookie, off_t pos, const void *buffer, size_t *bufferSize) argument
507 netfs_ioctl(void *ns, void *_node, void *cookie, int cmd, void *buffer, size_t bufferSize) argument
537 netfs_link(void *ns, void *_dir, const char *name, void *_node) argument
574 netfs_read_link(void *ns, void *_node, char *buffer, size_t *bufferSize) argument
636 netfs_open_dir(void *ns, void *_node, void **cookie) argument
648 netfs_close_dir(void *ns, void *_node, void *cookie) argument
660 netfs_free_dir_cookie(void *ns, void *_node, void *cookie) argument
672 netfs_read_dir(void *ns, void *_node, void *cookie, long *count, struct dirent *buffer, size_t bufferSize) argument
707 netfs_rewind_dir(void *ns, void *_node, void *cookie) argument
737 netfs_open_attrdir(void *ns, void *_node, void **cookie) argument
749 netfs_close_attrdir(void *ns, void *_node, void *cookie) argument
761 netfs_free_attrdir_cookie(void *ns, void *_node, void *cookie) argument
773 netfs_read_attrdir(void *ns, void *_node, void *cookie, long *count, struct dirent *buffer, size_t bufferSize) argument
790 netfs_rewind_attrdir(void *ns, void *_node, void *cookie) argument
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
834 netfs_remove_attr(void *ns, void *_node, const char *name) argument
846 netfs_rename_attr(void *ns, void *_node, const char *oldName, const char *newName) argument
860 netfs_stat_attr(void *ns, void *_node, const char *name, struct attr_info *attrInfo) argument
[all...]
/haiku/src/kits/media/
H A DSoundPlayer.cpp646 BSoundPlayer::GetVolumeInfo(media_node* _node, int32* _parameterID, argument
H A DMediaAddOn.cpp555 BMediaAddOn::AutoStart(int count, BMediaNode **_node, int32 *_internalID, argument
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp428 TarFS::Directory::GetNextNode(void* _cookie, Node** _node) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp222 exfat_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
249 exfat_put_vnode(fs_volume* _volume, fs_vnode* _node, bool reenter) argument
257 exfat_can_page(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
264 exfat_read_pages(fs_volume* _volume, fs_vnode* _node, void* _cookie, argument
308 exfat_io(fs_volume* _volume, fs_vnode* _node, void* _cookie, argument
337 exfat_get_file_map(fs_volume* _volume, fs_vnode* _node, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
414 exfat_ioctl(fs_volume* _volume, fs_vnode* _node, void* _cookie, uint32 cmd, void* buffer, size_t bufferLength) argument
425 exfat_read_stat(fs_volume* _volume, fs_vnode* _node, struct stat* stat) argument
452 exfat_open(fs_volume* , fs_vnode* _node, int openMode, void** _cookie) argument
492 exfat_read(fs_volume* _volume, fs_vnode* _node, void* _cookie, off_t pos, void* buffer, size_t* _length) argument
507 exfat_close(fs_volume *_volume, fs_vnode *_node, void *_cookie) argument
514 exfat_free_cookie(fs_volume* _volume, fs_vnode* _node, void* _cookie) argument
529 exfat_access(fs_volume* _volume, fs_vnode* _node, int accessMode) argument
537 exfat_read_link(fs_volume *_volume, fs_vnode *_node, char *buffer, size_t *_bufferSize) argument
560 exfat_open_dir(fs_volume* , fs_vnode* _node, void** _cookie) argument
582 exfat_read_dir(fs_volume *_volume, fs_vnode *_node, void *_cookie, struct dirent *dirent, size_t bufferSize, uint32 *_num) argument
640 exfat_free_dir_cookie(fs_volume *_volume, fs_vnode *_node, void *_cookie) argument
[all...]

Completed in 132 milliseconds

123