Searched refs:identifier (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/man/
H A Dhostid.x2 hostid \- print the numeric identifier for the current host
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dsynch.c16 msleep(void* identifier, struct mtx* mutex, int priority, argument
22 conditionPublish(&sleep, identifier, description);
25 status = publishedConditionTimedWait(identifier, timeout);
35 wakeup(void* identifier) argument
37 publishedConditionNotifyAll(identifier);
/haiku-fatelf/headers/private/kernel/boot/platform/bios_ia32/
H A Dbios_drive.h15 disk_identifier identifier; member in struct:bios_drive
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Dbios.h27 status_t get_bios32_service(uint32 identifier, struct bios32_service *service);
/haiku-fatelf/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.h18 ColorProperty(uint32 identifier);
19 ColorProperty(uint32 identifier,
H A DInt64Property.cpp18 Int64Property::Int64Property(uint32 identifier, int64 value) argument
19 : Property(identifier),
H A DInt64Property.h16 Int64Property(uint32 identifier,
H A DColorProperty.cpp22 ColorProperty::ColorProperty(uint32 identifier) argument
23 : Property(identifier),
29 ColorProperty::ColorProperty(uint32 identifier, rgb_color color) argument
30 : Property(identifier),
H A DIconProperty.cpp19 IconProperty::IconProperty(uint32 identifier, argument
24 : Property(identifier),
H A DIconProperty.h18 IconProperty(uint32 identifier,
H A DOptionProperty.h19 OptionProperty(uint32 identifier);
H A DOptionProperty.cpp21 OptionProperty::OptionProperty(uint32 identifier) argument
22 : Property(identifier),
/haiku-fatelf/src/system/libroot/os/
H A Ddisk_scanner.cpp137 The partitioning system (module) identified by \a identifier is asked to
150 \param identifier A string identifying the partitioning system to be used.
162 const char *identifier, char *buffer,
165 status_t error = (identifier && buffer && actualSize ? B_OK : B_BAD_VALUE);
181 identifier, buffer, bufferSize, actualSize);
229 system identified by \a identifier and according to supplied
233 \param identifier A string identifying the partitioning system to be used.
240 partition_session(int deviceFD, int32 sessionIndex, const char *identifier, argument
243 status_t error = (identifier ? B_OK : B_BAD_VALUE);
258 error = diskScanner->partition(deviceFD, &sessionInfo, identifier,
161 get_partitioning_parameters(int deviceFD, int32 sessionIndex, const char *identifier, char *buffer, size_t bufferSize, size_t *actualSize) argument
[all...]
H A Dparsedate.cpp467 void Adopt(const known_identifier& identifier);
468 void AdoptUnit(const known_identifier& identifier);
483 parsed_element::Adopt(const known_identifier& identifier) argument
485 base_type = type = identifier.type;
486 flags = identifier.flags;
487 unit = identifier.unit;
489 if (identifier.type == TYPE_MODIFIER)
490 modifier = identifier.value;
493 value = identifier.value;
498 parsed_element::AdoptUnit(const known_identifier& identifier) argument
623 const known_identifier* identifier = kIdentifiers; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp23 Property::Property(uint32 identifier) argument
24 : fIdentifier(identifier),
94 IntProperty::IntProperty(uint32 identifier, int32 value, argument
96 : Property(identifier),
229 FloatProperty::FloatProperty(uint32 identifier, float value, argument
231 : Property(identifier),
363 UInt8Property::UInt8Property(uint32 identifier, uint8 value) argument
364 : Property(identifier),
477 BoolProperty::BoolProperty(uint32 identifier, bool value) argument
478 : Property(identifier),
602 StringProperty(uint32 identifier, const char* value) argument
[all...]
H A DProperty.h23 Property(uint32 identifier);
60 IntProperty(uint32 identifier,
103 FloatProperty(uint32 identifier,
146 UInt8Property(uint32 identifier,
181 BoolProperty(uint32 identifier,
216 StringProperty(uint32 identifier,
/haiku-fatelf/src/servers/mail/
H A DNotifier.cpp40 BString identifier; local
41 identifier << accountName << inbound;
44 fNotification.SetMessageID(identifier);
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dbios.cpp82 * in case the identifier is not known or present.
86 get_bios32_service(uint32 identifier, struct bios32_service *service) argument
88 TRACE(("get_bios32_service(identifier = %#lx)\n", identifier));
105 : "m" (identifier), "m" (sBios32ServiceDirectory)
/haiku-fatelf/src/servers/app/
H A DWorkspacePrivate.h22 BString identifier; member in struct:display_info
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp87 char identifier[ISO9660_VOLUME_IDENTIFIER_LENGTH]; member in struct:iso9660_volume_descriptor
280 TRACE(("%s standard identifier: %.5s (%s)\n", indent,
296 TRACE(("%s identifier: '%.32s'\n", indent,
297 primary->identifier));
308 TRACE(("%s set identifier: %.28s\n", indent,
422 if (primary->identifier[i] != 0x20)
429 strlcpy(name, primary->identifier, i + 1);
435 info->SetISO9660Name(primary->identifier, i + 1);
462 ((uint16*)supplementary->identifier)[i]))
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.h73 const char* identifier; member in struct:display_as_map
H A DAttributeWindow.cpp142 if (kDisplayAsMap[i].identifier != NULL) {
143 message->AddString("identifier", kDisplayAsMap[i].identifier);
152 if (compare_display_as(kDisplayAsMap[i].identifier,
373 const char* identifier; local
374 if (item->Message()->FindString("identifier", &identifier) == B_OK) {
375 displayAs = identifier;
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp148 return "file identifier descriptor";
382 entity_id::entity_id(uint8 flags, const char *identifier, uint8 *identifier_suffix) argument
386 if (identifier)
387 strncpy(_identifier, identifier, kIdentifierLength);
394 entity_id::entity_id(uint8 flags, const char *identifier, argument
399 if (identifier)
400 strncpy(_identifier, identifier, kIdentifierLength);
404 entity_id::entity_id(uint8 flags, const char *identifier, argument
409 if (identifier)
410 strncpy(_identifier, identifier, kIdentifierLengt
414 entity_id(uint8 flags, const char *identifier, const domain_id_suffix &suffix) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.cpp129 return "file identifier descriptor";
363 entity_id::entity_id(uint8 flags, char *identifier, uint8 *identifier_suffix) argument
367 if (identifier)
368 strncpy(_identifier, identifier, kIdentifierLength);
375 entity_id::entity_id(uint8 flags, char *identifier, argument
380 if (identifier)
381 strncpy(_identifier, identifier, kIdentifierLength);
385 entity_id::entity_id(uint8 flags, char *identifier, argument
390 if (identifier)
391 strncpy(_identifier, identifier, kIdentifierLengt
395 entity_id(uint8 flags, char *identifier, const domain_id_suffix &suffix) argument
[all...]
/haiku-fatelf/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
56 const char* kIdentifierAttribute = "rfa:identifier";
297 block->identifier = entry.identifier;
512 action("create dir %s (identifier %lu)", name.c_str(), sCount);
519 dir.identifier = sCount;
560 action("create file %s (identifier %lu)", name.c_str(), sCount);
568 file.identifier = sCount;
574 fs_write_attr(fd, kIdentifierAttribute, B_UINT32_TYPE, 0, &file.identifier,
[all...]

Completed in 143 milliseconds

12