Symbol: Attributes
headers/os/drivers/pcmcia/bulkmem.h
103
u_int Attributes;
headers/os/drivers/pcmcia/bulkmem.h
111
u_int Attributes;
headers/os/drivers/pcmcia/bulkmem.h
124
u_int Attributes;
headers/os/drivers/pcmcia/bulkmem.h
169
u_int Attributes;
headers/os/drivers/pcmcia/bulkmem.h
38
u_int Attributes;
headers/os/drivers/pcmcia/bulkmem.h
58
u_int Attributes;
headers/os/drivers/pcmcia/cistpl.h
571
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
107
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
135
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
143
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
153
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
165
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
208
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
237
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
263
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
269
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
331
u_int Attributes;
headers/os/drivers/pcmcia/cs.h
49
u_int Attributes;
headers/os/drivers/pcmcia/ds.h
59
u_int Attributes;
headers/private/kernel/platform/efi/protocol/usb-io.h
65
uint8_t Attributes;
headers/private/kernel/platform/efi/protocol/usb-io.h
85
uint8_t Attributes;
headers/tools/cppunit/cppunit/XmlOutputter.h
84
Attributes m_attributes;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
1212
UINT32 Attributes;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3349
UINT8 Attributes;
src/add-ons/kernel/file_systems/bfs/FileSystemVisitor.cpp
164
&& !inode->Attributes().IsZero()) {
src/add-ons/kernel/file_systems/bfs/FileSystemVisitor.cpp
165
fStack.Push(inode->Attributes());
src/add-ons/kernel/file_systems/bfs/FileSystemVisitor.cpp
170
Vnode attrNode(fVolume, inode->Attributes());
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1025
Attributes().SetTo(0, 0, 0);
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1290
if (status == B_ENTRY_NOT_FOUND && !Attributes().IsZero()) {
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1312
if (Attributes().IsZero())
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1315
Vnode vnode(fVolume, Attributes());
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1362
if (Attributes().IsZero()) {
src/add-ons/kernel/file_systems/bfs/Inode.cpp
1368
Vnode vnode(fVolume, Attributes());
src/add-ons/kernel/file_systems/bfs/Inode.cpp
2816
parent->Attributes() = run;
src/add-ons/kernel/file_systems/bfs/Inode.cpp
2995
if (fInode->Attributes().IsZero())
src/add-ons/kernel/file_systems/bfs/Inode.cpp
3002
if (get_vnode(volume->FSVolume(), volume->ToVnode(fInode->Attributes()),
src/add-ons/kernel/file_systems/bfs/Inode.cpp
605
Vnode vnode(fVolume, Attributes());
src/add-ons/kernel/file_systems/bfs/Inode.cpp
992
Vnode vnode(fVolume, Attributes());
src/add-ons/kernel/file_systems/bfs/Inode.h
105
block_run& Attributes() { return fNode.attributes; }
src/add-ons/kernel/file_systems/cdda/kernel_interface.cpp
341
AttributeList::ConstIterator iterator = inode->Attributes();
src/add-ons/kernel/file_systems/ntfs/libntfs/win32_io.c
195
ULONG Attributes;
src/add-ons/kernel/file_systems/ntfs/libntfs/win32_io.c
200
ULONG Attributes;
src/add-ons/kernel/file_systems/ntfs/libntfs/win32_io.c
905
attr.Attributes = OBJ_CASE_INSENSITIVE;
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingAttributeDirectoryCookie.cpp
22
fAttribute = fPackageNode->Attributes().Head();
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingAttributeDirectoryCookie.cpp
52
fAttribute = fPackageNode->Attributes().Head();
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingAttributeDirectoryCookie.cpp
69
fAttribute = fPackageNode->Attributes().GetNext(fAttribute);
src/add-ons/kernel/file_systems/packagefs/package/PackageNode.h
63
const PackageNodeAttributeList& Attributes() const
src/add-ons/kernel/partitioning_systems/gpt/Header.cpp
422
dprintf(" attributes: %" B_PRIx64 "\n", entry.Attributes());
src/add-ons/kernel/partitioning_systems/gpt/gpt.h
109
uint64 Attributes() const
src/apps/devices/Device.cpp
126
Attributes
src/apps/devices/Device.cpp
129
Attributes attributes;
src/apps/devices/Device.h
97
virtual Attributes GetAllAttributes() const;
src/apps/devices/DevicesView.cpp
255
Attributes attributes;
src/apps/devices/PropertyList.cpp
71
PropertyList::AddAttributes(const Attributes& attributes)
src/apps/devices/PropertyList.h
45
void AddAttributes(const Attributes& attributes);
src/apps/terminal/BasicTerminalBuffer.cpp
296
Attributes& attributes) const
src/apps/terminal/BasicTerminalBuffer.cpp
318
Attributes& attributes, uint32& count) const
src/apps/terminal/BasicTerminalBuffer.cpp
339
char* buffer, Attributes& attributes) const
src/apps/terminal/BasicTerminalBuffer.cpp
507
BasicTerminalBuffer::GetLineColor(int32 index, Attributes& attr) const
src/apps/terminal/BasicTerminalBuffer.cpp
668
BasicTerminalBuffer::FillScreen(UTF8Char c, Attributes &attributes)
src/apps/terminal/BasicTerminalBuffer.h
108
void GetLineColor(int32 index, Attributes& attr) const;
src/apps/terminal/BasicTerminalBuffer.h
123
inline Attributes GetAttributes();
src/apps/terminal/BasicTerminalBuffer.h
124
inline void SetAttributes(const Attributes& attributes);
src/apps/terminal/BasicTerminalBuffer.h
134
void FillScreen(UTF8Char c, Attributes &attr);
src/apps/terminal/BasicTerminalBuffer.h
239
Attributes fAttributes;
src/apps/terminal/BasicTerminalBuffer.h
276
Attributes
src/apps/terminal/BasicTerminalBuffer.h
284
BasicTerminalBuffer::SetAttributes(const Attributes& attributes)
src/apps/terminal/BasicTerminalBuffer.h
94
Attributes& attributes) const;
src/apps/terminal/BasicTerminalBuffer.h
96
Attributes& attributes, uint32& count) const;
src/apps/terminal/BasicTerminalBuffer.h
99
Attributes& attributes) const;
src/apps/terminal/HistoryBuffer.cpp
143
Attributes attributes;
src/apps/terminal/HistoryBuffer.cpp
87
Attributes attributes;
src/apps/terminal/TermParse.cpp
1074
Attributes attr;
src/apps/terminal/TermParse.cpp
1317
Attributes attributes;
src/apps/terminal/TermParse.cpp
1753
Attributes attributes = fBuffer->GetAttributes();
src/apps/terminal/TermParse.cpp
800
Attributes attributes = fBuffer->GetAttributes();
src/apps/terminal/TermView.cpp
1062
TermView::_DrawLinePart(float x1, float y1, Attributes attr,
src/apps/terminal/TermView.cpp
1206
Attributes attr;
src/apps/terminal/TermView.cpp
1433
Attributes attr;
src/apps/terminal/TermView.h
211
void _DrawLinePart(float x1, float y1, Attributes attr,
src/apps/terminal/TermViewStates.cpp
843
Attributes attr;
src/apps/terminal/TerminalBuffer.h
79
Attributes fAlternateAttributes;
src/apps/terminal/TerminalLine.h
176
inline Attributes&
src/apps/terminal/TerminalLine.h
179
inline Attributes&
src/apps/terminal/TerminalLine.h
189
operator==(const Attributes& other) const
src/apps/terminal/TerminalLine.h
200
operator!=(const Attributes& other) const
src/apps/terminal/TerminalLine.h
214
Attributes attributes;
src/apps/terminal/TerminalLine.h
217
operator!=(const Attributes& other) const
src/apps/terminal/TerminalLine.h
231
Attributes attributes;
src/apps/terminal/TerminalLine.h
236
Clear(Attributes());
src/apps/terminal/TerminalLine.h
241
Clear(Attributes(), count);
src/apps/terminal/TerminalLine.h
244
inline void Clear(Attributes attr, size_t count = 0)
src/apps/terminal/TerminalLine.h
256
Attributes attributes;
src/apps/terminal/TerminalLine.h
267
Attributes attributes;
src/apps/terminal/TerminalLine.h
29
Attributes() : state(0), foreground(0), background(0), underline(0), underlineStyle(0),
src/bin/bfs_tools/bfswhich.cpp
126
if (!inode->Attributes().IsZero()) {
src/bin/bfs_tools/bfswhich.cpp
128
inode->Attributes());
src/bin/bfs_tools/lib/Inode.cpp
393
if (Attributes().IsZero())
src/bin/bfs_tools/lib/Inode.cpp
397
fAttributes = (Directory *)Inode::Factory(fDisk, Attributes());
src/bin/bfs_tools/lib/Inode.h
45
block_run Attributes() const { return fInode->attributes; }
src/bin/bfs_tools/recover.cpp
569
run = node->Attributes();
src/bin/pcmcia-cs/cardctl.c
171
if (!(config->Attributes & CONF_VALID_CLIENT))
src/bin/pcmcia-cs/cardctl.c
196
if (!(config->Attributes & CONF_ENABLE_IRQ))
src/bin/pcmcia-cs/cardctl.c
200
if (config->Attributes & CONF_ENABLE_DMA)
src/bin/pcmcia-cs/cardctl.c
202
if (config->Attributes & CONF_ENABLE_SPKR)
src/bin/pcmcia-cs/cardctl.c
207
if (!(config->Attributes & CONF_VALID_CLIENT))
src/bin/pcmcia-cs/cardctl.c
282
if (win->Attributes & WIN_MEMORY_TYPE_AM)
src/bin/pcmcia-cs/cardctl.c
284
if (!(win->Attributes & WIN_ENABLE))
src/bin/pcmcia-cs/cardctl.c
286
if (win->Attributes & WIN_USE_WAIT)
src/bin/pcmcia-cs/cardctl.c
288
switch (win->Attributes & WIN_DATA_WIDTH) {
src/bin/pcmcia-cs/cardctl.c
305
arg->tuple.Attributes = TUPLE_RETURN_COMMON;
src/bin/pcmcia-cs/dump_cis.c
1082
arg.tuple.Attributes = TUPLE_RETURN_LINK | TUPLE_RETURN_COMMON;
src/bin/pcmcia-cs/dump_cisreg.c
252
arg.tuple.Attributes = TUPLE_RETURN_COMMON;
src/system/kernel/device_manager/device_manager.cpp
2195
AttributeList::ConstIterator iterator = Attributes().GetIterator();
src/system/kernel/device_manager/device_manager.cpp
225
= node->Attributes().GetIterator();
src/system/kernel/device_manager/device_manager.cpp
2278
AttributeList::Iterator attribute = Attributes().GetIterator();
src/system/kernel/device_manager/device_manager.cpp
432
AttributeList::Iterator iterator = node->Attributes().GetIterator();
src/system/kernel/device_manager/device_manager.cpp
682
node->Attributes().Add(attr);
src/system/kernel/device_manager/device_manager.cpp
692
node->Attributes().Add(attr);
src/system/kernel/device_manager/device_manager.cpp
833
next = node->Attributes().First();
src/tests/system/kernel/device_manager/playground/device_manager.cpp
1726
AttributeList::ConstIterator iterator = Attributes().GetIterator();
src/tests/system/kernel/device_manager/playground/device_manager.cpp
1791
AttributeList::Iterator attribute = Attributes().GetIterator();
src/tests/system/kernel/device_manager/playground/device_manager.cpp
211
= node->Attributes().GetIterator();
src/tests/system/kernel/device_manager/playground/device_manager.cpp
683
next = node->Attributes().First();
src/tools/cppunit/cppunit/XmlOutputter.cpp
100
Attributes::const_iterator itAttribute = m_attributes.begin();