Searched refs:attrCount (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp102 uint32 attrCount = 4; local
111 attrs[attrCount].name = ACPI_DEVICE_HID_ITEM;
112 attrs[attrCount].type = B_STRING_TYPE;
113 attrs[attrCount].value.string = hid;
114 attrCount++;
117 attrs[attrCount].name = ACPI_DEVICE_CID_ITEM;
118 attrs[attrCount].type = B_STRING_TYPE;
119 attrs[attrCount].value.string = cidList[i];
120 attrCount++;
123 attrs[attrCount]
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp866 uint32 attrCount = 4; local
869 attrs[attrCount].name = B_DEVICE_VENDOR_ID;
870 attrs[attrCount].type = B_UINT16_TYPE;
871 attrs[attrCount].value.ui16 = fDeviceDescriptor.vendor_id;
872 attrCount++;
874 attrs[attrCount].name = B_DEVICE_ID;
875 attrs[attrCount].type = B_UINT16_TYPE;
876 attrs[attrCount].value.ui16 = fDeviceDescriptor.product_id;
877 attrCount++;
880 uint32 attrClassesIndex = attrCount;
[all...]
/haiku/src/tests/kits/storage/
H A DNodeTest.cpp595 int32 attrCount)
597 for (int32 i = 0; i < attrCount; i++) {
620 int32 attrCount = sizeof(attrNames) / sizeof(const char *); local
621 WriteAttributes(node, attrNames, attrValues, attrCount);
623 for (int32 i = 0; i < attrCount; i++)
692 int32 attrCount = sizeof(attrNames) / sizeof(const char *); local
693 WriteAttributes(node, attrNames, attrValues, attrCount);
696 for (int32 i = 0; i < attrCount; i++) {
705 WriteAttributes(node, attrNames, newAttrValues, attrCount);
707 for (int32 i = 0; i < attrCount;
594 WriteAttributes(BNode &node, const char **attrNames, const char **attrValues, int32 attrCount) argument
885 const int32 attrCount = sizeof(attrNames) / sizeof(const char*); local
975 int32 attrCount = sizeof(attrNames) / sizeof(const char *); local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h47 uint32 attrCount);
H A DRequestBuilder.h67 Attribute* attrs, uint32 attrCount);
H A DNFS4Inode.cpp321 NFS4Inode::WriteStat(OpenState* state, AttrValue* attrs, uint32 attrCount) argument
333 req.SetAttr(state->fStateID, state->fStateSeq, attrs, attrCount);
336 req.SetAttr(NULL, 0, attrs, attrCount);
998 uint32 attrCount; local
1000 result = reply.GetAttr(&before, &attrCount);
1013 result = reply.GetAttr(&after, &attrCount);
H A DRequestBuilder.cpp522 uint32 attrCount)
536 _AttrBitmap(fRequest->Stream(), attrs, attrCount);
521 ReadDir(uint64 cookie, uint64 cookieVerf, Attribute* attrs, uint32 attrCount) argument
H A DReplyInterpreter.cpp471 uint32 attrCount; local
472 _DecodeAttrs(fReply->Stream(), &values, &attrCount);

Completed in 209 milliseconds