Symbol: AttrValue
src/add-ons/kernel/file_systems/nfs4/FileInfo.cpp
222
AttrValue attr;
src/add-ons/kernel/file_systems/nfs4/FileSystem.cpp
187
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/FileSystem.cpp
296
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
568
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
658
AttrValue attr[6];
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
90
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/InodeDir.cpp
181
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
1015
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
1076
AttrValue* before = NULL;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
1083
ArrayDeleter<AttrValue> beforeDeleter(before);
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
1091
AttrValue* after;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
1096
ArrayDeleter<AttrValue> afterDeleter(after);
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
180
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
300
NFS4Inode::GetStat(AttrValue** values, uint32* count, OpenAttrCookie* cookie)
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
339
NFS4Inode::WriteStat(OpenState* state, Delegation* delegation, AttrValue* attrs, uint32 attrCount)
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
471
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
48
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
515
AttrValue cattr[2];
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
566
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
616
AttrValue attr;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
624
AttrValue attr;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
893
AttrValue cattr[1];
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
937
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.cpp
971
AttrValue attr;
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.h
44
status_t GetStat(AttrValue** values, uint32* count,
src/add-ons/kernel/file_systems/nfs4/NFS4Inode.h
47
AttrValue* attrs, uint32 attrCount);
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
174
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
179
ArrayDeleter<AttrValue> valuesDeleter(values);
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
213
ReplyInterpreter::GetAttr(AttrValue** attrs, uint32* count)
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
459
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
60
AttrValue::AttrValue()
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
636
ReplyInterpreter::_DecodeAttrs(XDR::ReadStream& str, AttrValue** attrs,
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
666
AttrValue* values = new(std::nothrow) AttrValue[attr_count];
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.cpp
68
AttrValue::~AttrValue()
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.h
115
status_t _DecodeAttrs(XDR::ReadStream& stream, AttrValue** attrs,
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.h
38
AttrValue();
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.h
39
~AttrValue();
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.h
53
AttrValue* fAttrs;
src/add-ons/kernel/file_systems/nfs4/ReplyInterpreter.h
77
status_t GetAttr(AttrValue** attrs, uint32* count);
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
115
RequestBuilder::Create(FileType type, const char* name, AttrValue* attr,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
366
RequestBuilder::Nverify(AttrValue* attr, uint32 count)
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
384
OpenCreate oc, uint64 ownerId, const char* name, AttrValue* attr,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
628
RequestBuilder::SetAttr(const uint32* id, uint32 stateSeq, AttrValue* attr,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
749
RequestBuilder::Verify(AttrValue* attr, uint32 count)
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.cpp
841
RequestBuilder::_EncodeAttrs(XDR::WriteStream& stream, AttrValue* attr,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
39
AttrValue* attr, uint32 count,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
52
status_t Nverify(AttrValue* attr, uint32 count);
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
56
AttrValue* attr = NULL,
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
75
AttrValue* attr, uint32 count);
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
78
status_t Verify(AttrValue* attr, uint32 count);
src/add-ons/kernel/file_systems/nfs4/RequestBuilder.h
96
AttrValue* attr, uint32 count);
src/add-ons/kernel/file_systems/nfs4/RootInode.cpp
179
RootInode::GetLocations(AttrValue** attrv)
src/add-ons/kernel/file_systems/nfs4/RootInode.cpp
84
AttrValue* values;
src/add-ons/kernel/file_systems/nfs4/RootInode.h
31
status_t GetLocations(AttrValue** attr);
src/tests/add-ons/print/pcl6/disasm.cpp
694
static AttrValue gEnableEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
699
static AttrValue gBooleanEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
704
static AttrValue gWriteEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
710
static AttrValue gBitmapCharScalingEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
715
static AttrValue gUnitOfMeasureEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
721
static AttrValue gErrorReportingEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
732
static AttrValue gDataOrganizationEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
737
static AttrValue gDuplexPageModeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
742
static AttrValue gDuplexPageSideEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
747
static AttrValue gSimplexPageModeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
751
static AttrValue gOrientationEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
758
static AttrValue gMediaSizeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
783
static AttrValue gMediaSourceEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
794
static AttrValue gMediaDestinationEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
801
static AttrValue gCompressionEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
808
static AttrValue gArcDirectionEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
813
static AttrValue gFillModeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
818
static AttrValue gLineEndEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
829
static AttrValue gCharSubModeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
834
static AttrValue gLineJoinEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
841
static AttrValue gDitherMatrixEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
846
static AttrValue gDataSourceEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
850
static AttrValue gColorSpaceEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
860
static AttrValue gColorDepthEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
866
static AttrValue gColorMappingEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
872
static AttrValue gDiagnosticEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
880
static AttrValue gClipModeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
885
static AttrValue gDataTypeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
893
static AttrValue gPatternPersistenceEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
899
static AttrValue gTransparancyEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
904
static AttrValue gFormTypeEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
911
static AttrValue gColorEnum[] = {
src/tests/add-ons/print/pcl6/disasm.cpp
917
void Disasm::PrintAttributeValue(uint8 id, const AttrValue* table, int size) {
src/tests/add-ons/print/pcl6/disasm.cpp
938
#define ATTR_ENUM(name) name, NUM_OF_ELEMS(name, AttrValue)
src/tests/add-ons/print/pcl6/disasm.h
104
void PrintAttributeValue(uint8 id, const AttrValue* table, int tableSize);