Searched refs:_type (Results 26 - 50 of 104) sorted by relevance

12345

/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h71 Type*& _type) = 0;
H A DImageDebugInfo.h46 Type*& _type);
H A DSpecificImageDebugInfo.h53 Type*& _type) = 0;
/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 DDebuggerImageDebugInfo.cpp57 Type*& _type)
55 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 DDwarfImageDebugInfo.h64 Type*& _type);
/haiku/src/kits/package/
H A DPackageInfoParser.h137 Token(TokenType _type, const char* _pos, int length = 0, argument
140 type(_type),
/haiku/headers/os/media/
H A DTimeCode.h92 timecode_type* _type = NULL) const;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_btcoex.h323 #define MCI_GPM_SET_TYPE_OPCODE(_p_gpm, _type, _opcode) \
325 *(((u_int8_t *)(_p_gpm)) + MCI_GPM_COEX_B_GPM_TYPE) = (_type) & 0xff; \
328 #define MCI_GPM_IS_CAL_TYPE(_type) ((_type) <= MCI_GPM_WLAN_CAL_DONE)
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.h29 int *_type, uint32 *_flags, bool reenter);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp355 l2cap_info_req(uint8 _ident, uint16 _type) argument
374 bufferHeader->param.type = htole16((_type));
384 l2cap_info_rsp(uint8 _ident, uint16 _type, uint16 _result, uint16 _mtu) argument
403 bufferHeader->param.type = htole16((_type));
407 switch ((_type)) {
/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/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_var.h1070 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \
1072 ieee80211_discard_frame(_vap, _wh, _type, _fmt, __VA_ARGS__);\
1074 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \
1076 ieee80211_discard_ie(_vap, _wh, _type, _fmt, __VA_ARGS__);\
1078 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \
1080 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
1098 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...)
1099 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...)
1100 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h69 uint32* _sampleOffset, int* _type,
/haiku/src/system/runtime_loader/
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/cpu/x86/
H A Dgeneric_x86.cpp159 generic_get_mtrr(uint32 index, uint64 *_base, uint64 *_length, uint8 *_type) argument
169 *_type = base & 0xff;
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.h35 int32* cookie, char* _type);
85 int32* cookie, char* _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/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp179 void* buffer, size_t* _size, int32* _type)
195 *_type = st.st_type;
178 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.h49 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \
50 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg, 0))
/haiku/src/add-ons/kernel/file_systems/ramfs/
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/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/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h43 Type*& _type);
/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);

Completed in 133 milliseconds

12345