Searched refs:Attributes (Results 1 - 25 of 42) sorted by path

12

/haiku/headers/build/os/package/
H A DAttributes.h1 #include <../os/package/Attributes.h>
/haiku/headers/os/drivers/pcmcia/
H A Dbulkmem.h38 u_int Attributes; member in struct:region_info_t
58 u_int Attributes; member in struct:open_mem_t
62 /* Attributes for OpenMemory */
103 u_int Attributes; member in struct:copy_op_t
111 u_int Attributes; member in struct:mem_op_t
124 u_int Attributes; member in struct:mtd_reg_t
169 u_int Attributes; member in struct:mtd_mod_win_t
H A Dcistpl.h571 u_int Attributes; member in struct:tuple_t
587 /* Attributes for tuple calls */
H A Dcs.h49 u_int Attributes; member in struct:adjust_t
107 u_int Attributes; member in struct:config_info_t
135 u_int Attributes; member in struct:client_req_t
143 u_int Attributes; member in struct:client_reg_t
153 u_int Attributes; member in struct:modconf_t
157 /* Attributes for ModifyConfiguration */
165 u_int Attributes; member in struct:config_req_t
174 /* Attributes for RequestConfiguration */
197 /* Attributes for RequestIO and ReleaseIO */
208 u_int Attributes; member in struct:irq_req_t
237 u_int Attributes; member in struct:eventmask_t
263 u_int Attributes; member in struct:modwin_t
269 u_int Attributes; member in struct:win_req_t
331 u_int Attributes; member in struct:mtd_bind_t
[all...]
H A Dds.h59 u_int Attributes; member in struct:mtd_info_t
/haiku/headers/tools/cppunit/cppunit/
H A DXmlOutputter.h83 typedef std::deque<Attribute> Attributes; typedef in class:CppUnit::XmlOutputter::Node
84 Attributes m_attributes;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp164 && !inode->Attributes().IsZero()) {
165 fStack.Push(inode->Attributes());
170 Vnode attrNode(fVolume, inode->Attributes());
H A DInode.cpp605 Vnode vnode(fVolume, Attributes());
992 Vnode vnode(fVolume, Attributes());
1025 Attributes().SetTo(0, 0, 0);
1290 if (status == B_ENTRY_NOT_FOUND && !Attributes().IsZero()) {
1312 if (Attributes().IsZero())
1315 Vnode vnode(fVolume, Attributes());
1362 if (Attributes().IsZero()) {
1368 Vnode vnode(fVolume, Attributes());
1767 // Attributes, attribute directories, and long symlinks usually won't get
2768 parent->Attributes()
[all...]
H A DInode.h105 block_run& Attributes() { return fNode.attributes; } function in class:Inode
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeDirectoryCookie.cpp22 fAttribute = fPackageNode->Attributes().Head();
52 fAttribute = fPackageNode->Attributes().Head();
69 fAttribute = fPackageNode->Attributes().GetNext(fAttribute);
/haiku/src/apps/devices/
H A DPropertyList.h45 void AddAttributes(const Attributes& attributes);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h45 block_run Attributes() const { return fInode->attributes; } function in class:Inode
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c171 if (!(config->Attributes & CONF_VALID_CLIENT))
196 if (!(config->Attributes & CONF_ENABLE_IRQ))
200 if (config->Attributes & CONF_ENABLE_DMA)
202 if (config->Attributes & CONF_ENABLE_SPKR)
207 if (!(config->Attributes & CONF_VALID_CLIENT))
282 if (win->Attributes & WIN_MEMORY_TYPE_AM)
284 if (!(win->Attributes & WIN_ENABLE))
286 if (win->Attributes & WIN_USE_WAIT)
288 switch (win->Attributes & WIN_DATA_WIDTH) {
305 arg->tuple.Attributes
[all...]
H A Ddump_cis.c1082 arg.tuple.Attributes = TUPLE_RETURN_LINK | TUPLE_RETURN_COMMON;
H A Ddump_cisreg.c252 arg.tuple.Attributes = TUPLE_RETURN_COMMON;
/haiku/src/kits/package/
H A DAttributes.cpp10 #include <package/Attributes.h>
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp111 AttributeList& Attributes() { return fAttributes; } function in struct:device_node
112 const AttributeList& Attributes() const { return fAttributes; } function in struct:device_node
211 = node->Attributes().GetIterator();
683 next = node->Attributes().First();
1726 AttributeList::ConstIterator iterator = Attributes().GetIterator();
1791 AttributeList::Iterator attribute = Attributes().GetIterator();
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp100 Attributes::const_iterator itAttribute = m_attributes.begin();
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dusb-io.h65 uint8_t Attributes; member in struct:__anon46
85 uint8_t Attributes; member in struct:__anon48
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h771 * Macro to access the Access Attributes in flags field above:
772 * Access Attributes is encoded in bits 9:2
776 /* Values for above Access Attributes */
882 UINT32 Attributes; member in struct:acpi_ivrs_hardware_11
3075 UINT8 Attributes; member in struct:acpi_pptt_cache
3100 /* Masks for Attributes */
3106 /* Attributes describing cache */
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp222 AttributeList::ConstIterator Attributes() const function in class:Inode
341 AttributeList::ConstIterator iterator = inode->Attributes();
443 // Attributes in the protected namespace are handled internally
1143 // Check if the attribute is in the restricted namespace. Attributes in
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c195 ULONG Attributes; member in struct:_OBJECT_ATTRIBUTES
200 ULONG Attributes; member in struct:_OBJECT_ATTRIBUTES
905 attr.Attributes = OBJ_CASE_INSENSITIVE;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h66 const PackageNodeAttributeList& Attributes() const function in class:PackageNode
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp422 dprintf(" attributes: %" B_PRIx64 "\n", entry.Attributes());
H A Dgpt.h109 uint64 Attributes() const function in struct:gpt_partition_entry

Completed in 233 milliseconds

12