Searched refs:AttrValue (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tests/add-ons/print/pcl6/
H A Denum.sh7 # static AttrValue gEnableEnum[] = {
25 echo static AttrValue g"$name"Enum[] = \{
H A Ddisasm.cpp694 static AttrValue gEnableEnum[] = {
699 static AttrValue gBooleanEnum[] = {
704 static AttrValue gWriteEnum[] = {
710 static AttrValue gBitmapCharScalingEnum[] = {
715 static AttrValue gUnitOfMeasureEnum[] = {
721 static AttrValue gErrorReportingEnum[] = {
732 static AttrValue gDataOrganizationEnum[] = {
737 static AttrValue gDuplexPageModeEnum[] = {
742 static AttrValue gDuplexPageSideEnum[] = {
747 static AttrValue gSimplexPageModeEnu
[all...]
H A Ddisasm.h69 } AttrValue; typedef in typeref:struct:__anon26
104 void PrintAttributeValue(uint8 id, const AttrValue* table, int tableSize);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h37 struct AttrValue { struct
38 AttrValue();
39 ~AttrValue();
53 AttrValue* fAttrs;
77 status_t GetAttr(AttrValue** attrs, uint32* count);
115 status_t _DecodeAttrs(XDR::ReadStream& stream, AttrValue** attrs,
H A DRequestBuilder.h38 AttrValue* attr, uint32 count,
51 status_t Nverify(AttrValue* attr, uint32 count);
55 AttrValue* attr = NULL,
74 AttrValue* attr, uint32 count);
77 status_t Verify(AttrValue* attr, uint32 count);
95 AttrValue* attr, uint32 count);
H A DRootInode.h31 status_t GetLocations(AttrValue** attr);
H A DNFS4Inode.h44 status_t GetStat(AttrValue** values, uint32* count,
46 status_t WriteStat(OpenState* state, AttrValue* attrs,
H A DNFS4Inode.cpp48 AttrValue* values;
162 AttrValue* values;
282 NFS4Inode::GetStat(AttrValue** values, uint32* count, OpenAttrCookie* cookie)
321 NFS4Inode::WriteStat(OpenState* state, AttrValue* attrs, uint32 attrCount)
424 AttrValue* values;
468 AttrValue cattr[2];
519 AttrValue* values;
569 AttrValue attr;
577 AttrValue attr;
814 AttrValue catt
[all...]
H A DReplyInterpreter.cpp71 AttrValue::AttrValue() function in class:AttrValue
79 AttrValue::~AttrValue()
224 ReplyInterpreter::GetAttr(AttrValue** attrs, uint32* count)
470 AttrValue* values;
647 ReplyInterpreter::_DecodeAttrs(XDR::ReadStream& str, AttrValue** attrs,
677 AttrValue* values = new(std::nothrow) AttrValue[attr_count];
H A DRootInode.cpp84 AttrValue* values;
179 RootInode::GetLocations(AttrValue** attrv)
H A DFileInfo.cpp182 AttrValue attr;
H A DNFS4Server.cpp174 AttrValue* values;
179 ArrayDeleter<AttrValue> valuesDeleter(values);
H A DRequestBuilder.cpp115 RequestBuilder::Create(FileType type, const char* name, AttrValue* attr,
366 RequestBuilder::Nverify(AttrValue* attr, uint32 count)
384 OpenCreate oc, uint64 ownerId, const char* name, AttrValue* attr,
628 RequestBuilder::SetAttr(const uint32* id, uint32 stateSeq, AttrValue* attr,
749 RequestBuilder::Verify(AttrValue* attr, uint32 count)
841 RequestBuilder::_EncodeAttrs(XDR::WriteStream& stream, AttrValue* attr,
H A DFileSystem.cpp198 AttrValue* values;
308 AttrValue* values;
H A DInode.cpp87 AttrValue* values;
510 AttrValue* values;
600 AttrValue attr[6];
H A DInodeDir.cpp181 AttrValue* values;

Completed in 102 milliseconds