Searched defs:identifier (Results 1 - 25 of 32) sorted by path

12

/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h150 uint16 identifier; // fragment identification member in struct:ip_header
/haiku/headers/private/kernel/boot/platform/bios_ia32/
H A Dbios_drive.h15 disk_identifier identifier; member in struct:bios_drive
/haiku/headers/private/kernel/boot/platform/efi/
H A Dplatform_kernel_args.h32 disk_identifier identifier; member in struct:bios_drive
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp87 char identifier[ISO9660_VOLUME_IDENTIFIER_LENGTH]; member in struct:iso9660_volume_descriptor
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h176 void set_os_identifier(uint8 identifier) { _os_identifier = identifier; } argument
196 void set_os_identifier(uint8 identifier) { _os_identifier = identifier; } argument
282 const char* identifier() const { return _identifier; } function in struct:entity_id
283 char* identifier() { retur function in struct:entity_id
[all...]
H A DUdfStructures.cpp382 entity_id::entity_id(uint8 flags, const char *identifier, uint8 *identifier_suffix) argument
394 entity_id::entity_id(uint8 flags, const char *identifier, argument
404 entity_id::entity_id(uint8 flags, const char *identifier, argument
414 entity_id(uint8 flags, const char *identifier, const domain_id_suffix &suffix) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp23 Property::Property(uint32 identifier) argument
94 IntProperty::IntProperty(uint32 identifier, int32 value, argument
229 FloatProperty::FloatProperty(uint32 identifier, float value, argument
363 UInt8Property::UInt8Property(uint32 identifier, uint8 value) argument
477 BoolProperty::BoolProperty(uint32 identifier, bool value) argument
602 StringProperty(uint32 identifier, const char* value) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp22 ColorProperty::ColorProperty(uint32 identifier) argument
29 ColorProperty::ColorProperty(uint32 identifier, rgb_color color) argument
H A DIconProperty.cpp19 IconProperty::IconProperty(uint32 identifier, argument
H A DInt64Property.cpp18 Int64Property::Int64Property(uint32 identifier, int64 value) argument
H A DOptionProperty.cpp21 OptionProperty::OptionProperty(uint32 identifier) argument
/haiku/src/bin/keystore/
H A Dkeystore.cpp17 add_password(const char* keyring, const char* identifier, argument
35 remove_password(const char* keyring, const char* identifier, argument
354 const char* identifier local
395 const char* identifier = NULL; local
[all...]
/haiku/src/kits/app/
H A DKey.cpp39 BKey::BKey(BKeyPurpose purpose, const char* identifier, argument
65 BKey::SetTo(BKeyPurpose purpose, const char* identifier, argument
91 BKey::SetIdentifier(const char* identifier) argument
105 BKey::SetSecondaryIdentifier(const char* identifier) argument
294 BPasswordKey(const char* password, BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier) argument
314 SetTo(const char* password, BKeyPurpose purpose, const char* identifier, const char* secondaryIdentifier) argument
[all...]
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) argument
39 BKeyStore::GetKey(BKeyType type, const char* identifier, argument
47 BKeyStore::GetKey(BKeyType type, const char* identifier, argument
57 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, argument
65 BKeyStore::GetKey(const char* keyring, BKeyType type, const char* identifier, argument
73 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
[all...]
/haiku/src/preferences/filetypes/
H A DAttributeListView.h73 const char* identifier; member in struct:display_as_map
H A DAttributeWindow.cpp373 const char* identifier; local
/haiku/src/servers/app/
H A DDesktopListener.cpp54 int32 identifier; local
H A DWorkspacePrivate.h22 BString identifier; member in struct:display_info
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp185 BString identifier; local
239 BString identifier; local
262 BString identifier; local
[all...]
H A DKeyring.cpp292 Keyring::FindKey(const BString& identifier, const BString& secondaryIdentifier, argument
346 char* identifier = NULL; local
403 AddKey(const BString& identifier, const BString& secondaryIdentifier, const BMessage& keyMessage) argument
424 RemoveKey(const BString& identifier, const BMessage& keyMessage) argument
[all...]
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp40 BString identifier; local
/haiku/src/system/kernel/arch/x86/32/
H A Dbios.cpp86 get_bios32_service(uint32 identifier, struct bios32_service *service) argument
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp42 uint32 identifier; member in struct:block_identifier
48 uint32 identifier; member in struct:entry
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerRepositoryDataUpdateProcess.cpp108 DepotMatchingRepositoryListener::Handle(const BString& identifier, argument
/haiku/src/kits/network/libnetservices2/
H A DHttpResultPrivate.h60 inline HttpResultPrivate::HttpResultPrivate(int32 identifier) argument

Completed in 159 milliseconds

12