Searched defs:_type (Results 26 - 50 of 57) sorted by path

123

/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.cpp912 dosfs_read_vnode(fs_volume *_vol, ino_t vnid, fs_vnode *_node, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp349 fs_read_vnode(fs_volume* _volume, ino_t vnodeID, fs_vnode* _node, int* _type, uint32* _flags, bool reenter) argument
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1784 overlay_get_vnode(fs_volume *volume, ino_t id, fs_vnode *vnode, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp2347 overlay_get_vnode(fs_volume *volume, ino_t id, fs_vnode *vnode, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c818 fs_read_vnode(fs_volume *_volume, ino_t vnid, fs_vnode *_node, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp240 nfs4_get_vnode(fs_volume* volume, ino_t id, fs_vnode* vnode, int* _type, argument
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp371 fs_get_vnode(fs_volume* _volume, ino_t nid, fs_vnode* _node, int* _type, argument
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp178 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp179 packagefs_get_vnode(fs_volume* fsVolume, ino_t vnid, fs_vnode* fsNode, int* _type, uint32* _flags, bool reenter) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp245 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument
H A Dkernel_interface.cpp234 ramfs_get_vnode(fs_volume* _volume, ino_t vnid, fs_vnode* node, int* _type, argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp236 reiserfs_read_vnode(fs_volume *fs, ino_t vnid, fs_vnode *node, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp173 udf_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *node, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp137 ufs2_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *_node, int *_type, argument
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c264 static status_t websearchfs_read_vnode(fs_volume *_volume, ino_t vnid, fs_vnode *_node, int* _type, uint32* _flags, bool reenter) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp124 xfs_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *_node, int *_type, argument
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp176 family::family(int _type) argument
233 chain::chain(int _family, int _type, int _protocol) argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp716 pm_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
1764 ep_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp843 match_endpoint_name_type(const char* _name, media_type _type) : argument
863 match_endpoint_type(media_type _type) : argument
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp468 GetType(GlobalTypeCache* cache, const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
H A DDwarfTypeFactory.cpp191 static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type) argument
300 DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type) argument
379 _CreateTypeInternal(const BString& name, DIEType* typeEntry, DwarfType*& _type) argument
466 _CreateCompoundType(const BString& name, DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type) argument
618 _CreatePrimitiveType(const BString& name, DIEBaseType* typeEntry, DwarfType*& _type) argument
729 _CreateAddressType(const BString& name, DIEAddressingType* typeEntry, address_type_kind addressKind, DwarfType*& _type) argument
768 _CreateModifiedType(const BString& name, DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type) argument
860 _CreateTypedefType(const BString& name, DIETypedef* typeEntry, DwarfType*& _type) argument
887 _CreateArrayType(const BString& name, DIEArrayType* typeEntry, DwarfType*& _type) argument
957 _CreateEnumerationType(const BString& name, DIEEnumerationType* typeEntry, DwarfType*& _type) argument
1024 _CreateSubrangeType(const BString& name, DIESubrangeType* typeEntry, DwarfType*& _type) argument
1159 _CreateUnspecifiedType(const BString& name, DIEUnspecifiedType* typeEntry, DwarfType*& _type) argument
1172 _CreateFunctionType(const BString& name, DIESubroutineType* typeEntry, DwarfType*& _type) argument
1246 _CreatePointerToMemberType(const BString& name, DIEPointerToMemberType* typeEntry, DwarfType*& _type) argument
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp864 EvaluateDynamicValue(CompilationUnit* unit, uint8 addressSize, bool isBigEndian, DIESubprogram* subprogramEntry, const DynamicAttributeValue* value, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, BVariant& _result, DIEType** _type) argument
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp394 _GetTypeForTypeCode(TeamTypeInformation* info, type_code type, Type*& _type) argument
/haiku/src/kits/package/
H A DPackageInfoParser.h137 Token(TokenType _type, const char* _pos, int length = 0, argument
/haiku/src/servers/input/
H A DInputServer.cpp1191 InputServer::GetDeviceInfo(const char* name, input_device_type *_type, argument

Completed in 377 milliseconds

123