Searched refs:_type (Results 1 - 25 of 104) sorted by last modified time

12345

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp234 ramfs_get_vnode(fs_volume* _volume, ino_t vnid, fs_vnode* node, int* _type, argument
H A DQuery.cpp246 void* buffer, size_t* _size, int32* _type)
253 *_type = attr->GetType();
245 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp215 btrfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
233 *_type = inode->Mode();
/haiku/src/kits/package/
H A DPackageInfoParser.h137 Token(TokenType _type, const char* _pos, int length = 0, argument
140 type(_type),
/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h78 int32* _nameLength, int32* _type, void** _location);
80 char** _imagePath, char** _imageName, char** _symbolName, int32* _type,
H A Delf.cpp806 int32 *_nameLength, int32 *_type, void **_location)
842 if (_type != NULL)
843 *_type = type;
861 char** _imagePath, char** _imageName, char** _symbolName, int32* _type,
879 if (_symbolName == NULL && _type == NULL && _location == NULL)
911 if (_type != NULL) {
913 *_type = B_SYMBOL_TYPE_TEXT;
915 *_type = B_SYMBOL_TYPE_DATA;
917 *_type = B_SYMBOL_TYPE_ANY;
805 get_nth_symbol(image_id imageID, int32 num, char *nameBuffer, int32 *_nameLength, int32 *_type, void **_location) argument
860 get_nearest_symbol_at_address(void* address, image_id* _imageID, char** _imagePath, char** _imageName, char** _symbolName, int32* _type, void** _location, bool* _exactMatch) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp176 family::family(int _type) argument
178 type(_type),
233 chain::chain(int _family, int _type, int _protocol) argument
236 type(_type),
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp180 int* _type, uint32* _flags, bool reenter)
201 *_type = node->Mode() & S_IFMT;
179 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/bfs/
H A DInode.cpp2880 AttributeIterator::GetNext(char* name, size_t* _length, uint32* _type, argument
2908 *_type = item->Type();
2955 *_type = attribute->Type();
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h107 BVariant& _result, DIEType** _type = NULL);
H A DDwarfFile.cpp868 BVariant& _result, DIEType** _type)
874 if (_type == NULL)
875 _type = &dummyType;
880 *_type = NULL;
953 *_type = type;
968 *_type = NULL;
864 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/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp201 ext2_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
222 *_type = inode->Mode();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp191 static status_t Create(target_size_t byteSize, bool isSigned, Type*& _type) argument
226 _type = type;
300 DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type) argument
326 _type = globalDwarfType;
342 _type = globalDwarfType;
373 _type = typeReference.Detach();
380 DIEType* typeEntry, DwarfType*& _type)
390 typeEntry->Tag()), _type);
394 dynamic_cast<DIEBaseType*>(typeEntry), _type);
399 DERIVED_TYPE_POINTER, _type);
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...]
H A DDwarfImageDebugInfo.cpp469 const TypeLookupConstraints& constraints, Type*& _type)
531 _type = type;
468 GetType(GlobalTypeCache* cache, const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp288 x86_get_mtrr(uint32 index, uint64* _base, uint64* _length, uint8* _type) argument
292 return sCpuModule->get_mtrr(index, _base, _length, _type);
/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
154 *_type = inode->Mode();
/haiku/src/system/kernel/debug/
H A Ddebug.cpp2211 char* name, size_t nameSize, int32* _type, size_t* _argumentLength)
2215 nameSize, _type, _argumentLength);
2210 debug_get_next_demangled_argument(uint32* _cookie, const char* symbol, char* name, size_t nameSize, int32* _type, size_t* _argumentLength) argument
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp843 match_endpoint_name_type(const char* _name, media_type _type) : argument
844 name(_name), type(_type) {}
863 match_endpoint_type(media_type _type) : argument
864 type(_type) {}
/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
385 *_type = vnode->mode;
/haiku/src/system/kernel/fs/
H A Drootfs.cpp520 rootfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _vnode, int* _type, argument
543 *_type = vnode->stream.type;
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1048 devfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _vnode, int* _type, argument
1066 *_type = vnode->stream.type;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h69 uint32* _sampleOffset, int* _type,
/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
194 *_type = icb->Mode();
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp350 int* _type, uint32* _flags, bool reenter)
388 *_type = newNode->attr.stat[FS_DATA_FORMAT].st_mode
349 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/cdda/
H A Dkernel_interface.cpp1612 cdda_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
1626 *_type = inode->Type();

Completed in 365 milliseconds

12345