Searched refs:NameLength (Results 1 - 11 of 11) sorted by last modified time

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h2388 UINT16 NameLength; member in struct:acpi_ibft_initiator
2406 UINT16 NameLength; member in struct:acpi_ibft_nic
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c612 UINT32 NameLength; local
634 Arg->Common.Value.Buffer, &NameString, &NameLength);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp111 if (entry->NameLength() != 0) {
112 size_t length = entry->NameLength();
226 entry->Length(), entry->NameLength(), entry->name);
472 uint16 realLength = EXT2_DIR_REC_LEN(dirEntry->NameLength());
842 else if (dirEntry->Length() < EXT2_DIR_REC_LEN(dirEntry->NameLength()))
H A Dext2.h721 uint8 NameLength() const { return name_length; } function in struct:ext2_dir_entry
818 uint8 NameLength() const { return name_length; } function in struct:ext2_xattr_entry
826 uint32 Length() const { return (MinimumSize() + NameLength()
831 return NameLength() > 0 && value_block == 0;
H A DAttribute.cpp351 "linux", indexNames[entry->NameIndex()], entry->NameLength(),
355 "linux", entry->NameIndex(), entry->NameLength(), entry->name);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp183 uint8 NameLength() { return fEntry->name_length; } function in class:attribute_overlay::AttributeEntry
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h111 size_t NameLength() const function in class:PackageFS::PackageSettingsItem::EntryKey
166 && strncmp(key.Name(), name, key.NameLength()) == 0
167 && name[key.NameLength()] == '\0';
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h329 uint16 NameLength() const { return B_LENDIAN_TO_HOST_INT16(name_length); } function in struct:btrfs_inode_ref
331 { return sizeof(btrfs_inode_ref) + NameLength(); }
369 uint16 NameLength() const { return B_LENDIAN_TO_HOST_INT16(name_length); } function in struct:btrfs_dir_entry
372 { return sizeof(*this) + NameLength() + DataLength(); }
H A DDirectoryIterator.cpp89 size_t length = entry->NameLength();
92 entries_length, entry->NameLength());
148 length, entry->NameLength());
H A DAttribute.cpp137 memcpy(buffer, (uint8*)entry + entry->NameLength()
H A DAttributeIterator.cpp69 entries_length, entry->NameLength());
71 memcpy(name, entry + 1, entry->NameLength());
72 name[entry->NameLength()] = '\0';
73 *_nameLength = entry->NameLength();

Completed in 116 milliseconds