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

12

/haiku/headers/build/os/package/
H A DAttributes.h1 #include <../os/package/Attributes.h>
/haiku/src/kits/package/
H A DAttributes.cpp10 #include <package/Attributes.h>
/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/terminal/
H A DTerminalLine.h21 struct Attributes { struct
28 Attributes() : state(0), foreground(0), background(0), underline(0), underlineStyle(0) {} function in struct:Attributes
161 inline Attributes&
164 inline Attributes&
174 operator==(const Attributes& other) const
184 operator!=(const Attributes& other) const
197 Attributes attributes;
200 operator!=(const Attributes& other) const
213 Attributes attributes;
218 Clear(Attributes());
[all...]
H A DBasicTerminalBuffer.h94 Attributes& attributes) const;
96 Attributes& attributes, uint32& count) const;
99 Attributes& attributes) const;
108 void GetLineColor(int32 index, Attributes& attr) const;
123 inline Attributes GetAttributes();
124 inline void SetAttributes(const Attributes& attributes);
134 void FillScreen(UTF8Char c, Attributes &attr);
238 Attributes fAttributes;
275 Attributes
283 BasicTerminalBuffer::SetAttributes(const Attributes
[all...]
H A DTerminalBuffer.h79 Attributes fAlternateAttributes;
H A DHistoryBuffer.cpp87 Attributes attributes;
143 Attributes attributes;
/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 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/src/apps/devices/
H A DPropertyList.h45 void AddAttributes(const Attributes& attributes);
H A DDevice.h44 typedef std::vector<Attribute> Attributes; typedef
97 virtual Attributes GetAllAttributes();
H A DDevice.cpp114 Attributes
117 Attributes attributes;
H A DPropertyList.cpp71 PropertyList::AddAttributes(const Attributes& 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...]
/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/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_cisreg.c252 arg.tuple.Attributes = TUPLE_RETURN_COMMON;
/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/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 Dgpt.h109 uint64 Attributes() const function in struct:gpt_partition_entry
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp126 if (!inode->Attributes().IsZero()) {
128 inode->Attributes());
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp122 AttributeList& Attributes() { return fAttributes; } function in struct:device_node
123 const AttributeList& Attributes() const { return fAttributes; } function in struct:device_node
227 = node->Attributes().GetIterator();
518 AttributeList::Iterator iterator = node->Attributes().GetIterator();
768 node->Attributes().Add(attr);
778 node->Attributes().Add(attr);
919 next = node->Attributes().First();
2278 AttributeList::ConstIterator iterator = Attributes().GetIterator();
2361 AttributeList::Iterator attribute = Attributes().GetIterator();
/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();

Completed in 158 milliseconds

12