Searched refs:_type (Results 1 - 25 of 104) sorted by path

12345

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex460 \item{\code{rib\_type}:
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h76 uint32* _type = NULL);
/haiku/headers/os/media/
H A DMediaFiles.h23 virtual status_t GetNextType(BString* _type);
26 virtual status_t GetNextRef(BString* _type,
H A DTimeCode.h92 timecode_type* _type = NULL) const;
/haiku/headers/os/storage/
H A DMime.h50 type_code* _type);
54 type_code* _type);
H A DVolume.h45 type_code* _type) const;
/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;
H A DTeamDebugInfo.h52 Type*& _type);
59 Type*& _type);
/haiku/headers/private/debugger/model/
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
H A DTeamTypeInformation.h24 Type*& _type) = 0;
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h43 Type*& _type);
/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/debugger/demangle/
H A Ddemangle.cpp43 size_t nameSize, int32* _type, size_t* _argumentLength)
48 nameSize, _type, _argumentLength);
54 return get_next_argument_gcc2(_cookie, mangledName, name, nameSize, _type,
42 get_next_argument(uint32* _cookie, const char* mangledName, char* name, size_t nameSize, int32* _type, size_t* _argumentLength) argument
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,
H A Dgcc2.cpp393 size_t nameSize, int32* _type, size_t* _argumentLength, bool repeating)
421 name, nameSize, _type, _argumentLength, true);
444 nameSize, _type, _argumentLength, true);
457 if (_type != NULL)
458 *_type = type;
550 size_t nameSize, int32* _type, size_t* _argumentLength)
553 _type, _argumentLength, false);
558 if (name[0] != '\0' && (*_type == B_POINTER_TYPE || *_type == B_REF_TYPE))
559 strlcat(name, *_type
392 get_next_argument_internal(uint32* _cookie, const char* symbol, char* name, size_t nameSize, int32* _type, size_t* _argumentLength, bool repeating) argument
549 get_next_argument_gcc2(uint32* _cookie, const char* symbol, 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_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/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c63 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
64 pCmd = (_type *)&mh->mh_cmdbuf[0]; \
65 memset(pCmd, 0, sizeof(_type)); \
67 pCmd->cmdhdr.length = htole16(sizeof(_type)); \
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributes.cpp106 AutoPackageAttribute attribute, off_t& _size, uint32& _type)
113 _type = B_STRING_TYPE;
121 _type = B_STRING_TYPE;
105 GetAttributeValue(const Package* package, AutoPackageAttribute attribute, off_t& _size, uint32& _type) argument
H A DAutoPackageAttributes.h34 off_t& _size, uint32& _type);
/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/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/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)) {

Completed in 276 milliseconds

12345