Searched refs:_type (Results 26 - 50 of 102) sorted by path

12345

/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.h35 Type*& _type);
H A DDwarfImageDebugInfo.h64 Type*& _type);
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
/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/src/kits/media/
H A DMediaFiles.cpp68 BMediaFiles::GetNextType(BString* _type) argument
77 *_type = *(BString*)fTypes.ItemAt(fTypeIndex);
122 BMediaFiles::GetNextRef(BString* _type, entry_ref* _ref) argument
131 *_type = *(BString*)fItems.ItemAt(fItemIndex);
132 GetRefFor(fCurrentType.String(), _type->String(), _ref);
/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/kits/storage/
H A DMime.cpp221 type_code* _type)
223 if (device == NULL || _data == NULL || _size == NULL || _type == NULL)
234 status_t status = get_named_icon(name, _data, _size, _type);
274 *_type = B_VECTOR_ICON_TYPE;
315 get_named_icon(const char* name, uint8** _data, size_t* _size, type_code* _type) argument
317 if (name == NULL || _data == NULL || _size == NULL || _type == NULL)
362 *_type = B_VECTOR_ICON_TYPE;
220 get_device_icon(const char* device, uint8** _data, size_t* _size, type_code* _type) argument
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/libs/posix_error_mapper/
H A Dpthread_mutexattr.cpp39 (const pthread_mutexattr_t *mutexAttr, int *_type),
41 _type));
/haiku/src/servers/media/
H A DMediaFilesManager.cpp394 MediaFilesManager::_SetItem(const char* _type, const char* _item, argument
398 TRACE("MediaFilesManager::_SetItem(%s, %s)\n", _type, _item);
400 BString type(_type);
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp903 partition_id childID, int32* _childChangeCounter, const char* _type)
910 status_t error = type.Init(_type, B_DISK_DEVICE_TYPE_LENGTH);
1264 off_t offset, off_t size, const char* _type, const char* _name,
1273 status_t error = type.Init(_type, B_DISK_DEVICE_TYPE_LENGTH);
902 _user_set_partition_type(partition_id partitionID, int32* _changeCounter, partition_id childID, int32* _childChangeCounter, const char* _type) argument
1263 _user_create_child_partition(partition_id partitionID, int32* _changeCounter, off_t offset, off_t size, const char* _type, const char* _name, const char* _parameters, partition_id* childID, int32* childChangeCounter) argument
/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/os/drivers/
H A Dfs_interface.h85 int* _type, uint32* _flags, bool reenter);
/haiku/headers/posix/
H A Dpthread.h113 int *_type);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h83 fssh_fs_vnode *_vnode, int *_type, uint32_t *_flags,
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h492 uint8* _type);
666 uint8* _type);
/haiku/headers/private/kernel/
H A Ddebug.h144 char* name, size_t nameSize, int32* _type, size_t* _argumentLength);
223 int32* _type, size_t* _argumentLength);
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h43 char** _symbolName, int32* _type, void** _location, bool* _exactMatch);
/haiku/headers/private/storage/
H A DPartition.h70 type_code* _type) const;
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp3820 size_t nameSize, int32* _type, size_t* _argumentLength)
3849 *_type = B_BOOL_TYPE;
3854 *_type = B_CHAR_TYPE;
3859 *_type = B_INT8_TYPE;
3863 *_type = B_UINT8_TYPE;
3868 *_type = B_INT16_TYPE;
3872 *_type = B_UINT16_TYPE;
3877 *_type = B_INT32_TYPE;
3881 *_type = B_UINT32_TYPE;
3886 *_type
3819 get_next_argument_gcc3(uint32* _cookie, const char* mangledName, char* name, size_t nameSize, int32* _type, size_t* _argumentLength) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h452 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
453 (_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1173 #define ath_hal_setuptxqueue(_ah, _type, _irq) \
1174 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
1428 #define ath_hal_chaintxdesc(_ah, _ds, _bl, _sl, _pktlen, _hdrlen, _type, \
1431 (_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
1454 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
1455 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwnvar.h447 #define rtwn_tx_start(_sc, _ni, _m, _desc, _type, _id) \
448 (((_sc)->sc_tx_start)((_sc), (_ni), (_m), (_desc), (_type), (_id)))
/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();

Completed in 176 milliseconds

12345