Searched refs:type (Results 251 - 275 of 2122) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/net/
H A Dnet_stat.h20 int type; member in struct:net_stat
/haiku/headers/tools/cppunit/cppunit/
H A DException.h24 Type( std::string type ) : m_type ( type ) {}
64 virtual bool isInstanceOf( const Type &type ) const;
66 static Type type();
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.h48 int32* cookie, BString* type);
53 B_PARAMETER_EDITOR_TYPE type,
56 off_t* size, const char* type,
59 const char* type, const char* name,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPModule.h37 \param type Specifies which key caused loading the module. This would be
39 if \a type is correct (e.g.: loading an authenticator with "device"
46 driver_parameter *settings, ppp_module_key_type type);
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.h17 type_code type; member in struct:convert_tag
/haiku/src/add-ons/translators/raw/
H A DTIFF.h29 uint16 type; member in struct:tiff_tag
/haiku/src/apps/devices/
H A Dconfig_driver.h22 uint32 type; member in struct:cm_ioctl_data
/haiku/src/apps/resedit/
H A DResourceRoster.h23 BField * MakeFieldForType(const int32 &type, const char *data,
/haiku/src/bin/mkfs/
H A DFsCreator.h19 FsCreator(const char* path, const char* type,
/haiku/src/libs/libtelnet/
H A Dauth.h67 int type; member in struct:XauthP
/haiku/src/libs/stdc++/legacy/
H A Dansidecl.h42 ANSI C, and the type declarations in traditional C. Arguments should
58 obsolete -- PROTO (type, name, (prototype) -- obsolete.
123 #define PROTO(type, name, arglist) type name arglist
155 #define PROTO(type, name, arglist) type name ()
/haiku/src/preferences/filetypes/
H A DPreferredAppMenu.h16 void update_preferred_app_menu(BMenu* menu, BMimeType* type, uint32 what,
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.h23 char type; member in struct:tar_header
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp13 Value::Value(BString* value, Type type) argument
14 : fType(type)
26 void Value::SetType(Type type) argument
28 fType = type;
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig_driver.h18 type_code type; member in struct:dev_attr
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S1 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/headers/private/kernel/arch/x86/
H A Darch_smp.h45 uint8 mp_feature_1; /* mp system configuration type if no mpc */
60 uint8 type; member in struct:mp_base_processor
70 uint8 type; member in struct:mp_base_ioapic
78 uint8 type; member in struct:mp_base_bus
84 uint8 type; member in struct:mp_base_interrupt
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAsRead.cpp23 BString type; local
26 && node.ReadAttrString("BEOS:TYPE", &type) == B_OK
27 && (type == B_MAIL_TYPE || type == B_PARTIAL_MAIL_TYPE)) {
/haiku/src/kits/debugger/model/
H A DImageInfo.cpp36 image_type type, target_addr_t textBase, target_size_t textSize,
42 fType(type),
53 image_type type, target_addr_t textBase, target_size_t textSize,
59 fType = type;
35 ImageInfo(team_id team, image_id image, const BString& name, image_type type, target_addr_t textBase, target_size_t textSize, target_addr_t dataBase, target_size_t dataSize) argument
52 SetTo(team_id team, image_id image, const BString& name, image_type type, target_addr_t textBase, target_size_t textSize, target_addr_t dataBase, target_size_t dataSize) argument
/haiku/headers/private/debugger/value/value_nodes/
H A DCStringValueNode.h18 Type* type);
H A DEnumerationValueNode.h18 EnumerationType* type);
H A DPointerToMemberValueNode.h19 PointerToMemberType* type);
H A DPrimitiveValueNode.h18 PrimitiveType* type);
/haiku/headers/private/debugger/value/values/
H A DEnumerationValue.h17 EnumerationValue(EnumerationType* type,
/haiku/headers/private/kernel/arch/m68k/
H A Darch_mmu.h67 uint32 type : 2;
75 uint32 type : 2;
90 uint32 type : 2;
102 uint32 type : 2;

Completed in 126 milliseconds

<<11121314151617181920>>