Searched refs:_type (Results 76 - 100 of 102) sorted by last modified time

12345

/haiku/src/kits/debugger/debug_info/
H A DImageDebugInfo.cpp100 const TypeLookupConstraints& constraints, Type*& _type)
105 _type);
99 GetType(GlobalTypeCache* cache, const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
H A DTeamDebugInfo.cpp379 const TypeLookupConstraints& constraints, Type*& _type)
381 return GetType(fTypeCache, name, constraints, _type);
395 const TypeLookupConstraints& constraints, Type*& _type)
403 _type = type;
426 _type = type;
378 LookupTypeByName(const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
394 GetType(GlobalTypeCache* cache, const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
H A DDebuggerImageDebugInfo.cpp57 Type*& _type)
55 GetType(GlobalTypeCache* cache, const BString& name, const TypeLookupConstraints& constraints, Type*& _type) argument
H A DDebuggerImageDebugInfo.h35 Type*& _type);
/haiku/src/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp39 (const pthread_mutexattr_t *mutexAttr, int *_type),
41 _type));
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_mutexattr.c49 pthread_mutexattr_gettype(const pthread_mutexattr_t *_mutexAttr, int *_type) argument
53 if (_mutexAttr == NULL || (attr = *_mutexAttr) == NULL || _type == NULL)
56 *_type = attr->type;
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h52 Type*& _type);
59 Type*& _type);
H A DGlobalTypeLookup.h71 Type*& _type) = 0;
H A DImageDebugInfo.h46 Type*& _type);
H A DSpecificImageDebugInfo.h53 Type*& _type) = 0;
/haiku/headers/private/debugger/model/
H A DTeamTypeInformation.h24 Type*& _type) = 0;
H A DStackFrameValueInfos.h29 Type** _type, ValueLocation** _location)
34 Type** _type, ValueLocation** _location)
64 Type** _type, ValueLocation** _location) const
66 return GetInfo(variable, &path, _type, _location);
63 GetInfo(ObjectID* variable, const TypeComponentPath& path, Type** _type, ValueLocation** _location) const argument
/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp133 const TypeComponentPath* path, Type** _type,
141 if (_type != NULL) {
143 *_type = entry->type;
132 GetInfo(ObjectID* variable, const TypeComponentPath* path, Type** _type, ValueLocation** _location) const argument
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h43 Type*& _type);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp207 int* _type, uint32* _flags, bool reenter)
214 status_t error = volume->ReadVNode(vnid, reenter, &node, &ops, _type,
222 ")\n", error, node, *_type, *_flags));
206 userlandfs_get_vnode(fs_volume* fsVolume, ino_t vnid, fs_vnode* fsNode, int* _type, uint32* _flags, bool reenter) argument
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h76 uint32* _type = NULL);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp575 BNetworkSettings::_Load(const char* name, uint32* _type) argument
589 if (status == B_OK && _type != NULL)
590 *_type = kMsgInterfaceSettingsUpdated;
605 if (_type != NULL)
606 *_type = kMsgNetworkSettingsUpdated;
613 if (status == B_OK && _type != NULL)
614 *_type = kMsgServiceSettingsUpdated;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1153 uint8 type() const { return _type; }
1163 void set_type(uint8 type) { _type = type; }
1166 uint8 _type; member in struct:partition_map_header
1180 uint8 type() const { return _type; }
1188 void set_type(uint8 type) { _type = type; }
1195 uint8 _type; member in struct:physical_partition_map
1246 uint8 type() const { return _type; }
1265 void set_type(uint8 type) { _type = type; }
1280 uint8 _type; member in struct:sparable_partition_map
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp159 generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length, uint8 *_type) argument
169 *_type = base & 0xff;
H A Dgeneric_x86.h27 uint8 *_type);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.h34 off_t& _size, uint32& _type);
/haiku/headers/os/storage/
H A DVolume.h45 type_code* _type) const;
/haiku/src/kits/storage/
H A DVolume.cpp263 BVolume::GetIcon(uint8** _data, size_t* _size, type_code* _type) const
275 return get_device_icon(info.device_name, _data, _size, _type);
/haiku/src/add-ons/kernel/debugger/demangle/
H A Ddemangle.h15 size_t nameSize, int32* _type, size_t* _argumentLength);
21 char* name, size_t nameSize, int32* _type,
29 char* name, size_t nameSize, int32* _type,
/haiku/headers/os/media/
H A DMediaFiles.h23 virtual status_t GetNextType(BString* _type);
26 virtual status_t GetNextRef(BString* _type,

Completed in 443 milliseconds

12345