Searched refs:fAttributes (Results 1 - 25 of 31) sorted by last modified time

12

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp122 AttributeList& Attributes() { return fAttributes; }
123 const AttributeList& Attributes() const { return fAttributes; }
198 AttributeList fAttributes; member in struct:device_node
1305 fAttributes.Add(attr);
1314 fAttributes.Add(attr);
1348 while (device_attr_private* attr = fAttributes.RemoveHead()) {
1575 AttributeList::Iterator iterator = fAttributes.GetIterator();
2255 fAttributes.Remove(attr);
2262 fAttributes.Remove(attr);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp194 fAttributes(NULL),
208 free(fAttributes);
209 fAttributes = NULL;
222 fAttributes = (char*)malloc(size);
223 if (fAttributes == NULL)
242 return fAttributes;
251 const char* name = fAttributes + fCurrentOffset;
275 char* fAttributes; member in struct:FUSEVolume::AttrDirCookie
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp345 fAttributes(NULL),
379 fAttributes(NULL),
2849 fAttributes(NULL),
2859 if (fAttributes)
2860 put_vnode(fAttributes->GetVolume()->FSVolume(), fAttributes->ID());
2928 if (fAttributes == NULL) {
2930 (void**)&fAttributes) != B_OK) {
2936 BPlusTree* tree = fAttributes->Tree();
H A DInode.h262 Inode* fAttributes; member in class:Inode
459 Inode* fAttributes; member in class:AttributeIterator
/haiku/src/apps/people/
H A DPeopleApp.cpp75 fAttributes(20, true)
136 if (!fAttributes.AddItem(attribute))
143 if (fAttributes.CountItems() == 0) {
175 if (!fAttributes.AddItem(attribute))
184 int32 count = fAttributes.CountItems();
189 Attribute* attribute = fAttributes.ItemAt(i);
325 int32 count = fAttributes.CountItems();
327 Attribute* attribute = fAttributes.ItemAt(i);
H A DPeopleApp.h63 BObjectList<Attribute> fAttributes; member in class:TPeopleApp
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp54 fAttributes(NULL),
71 fAttributes(NULL),
95 delete fAttributes;
96 fAttributes = NULL;
353 if (fAttributes != NULL)
354 fAttributes->Rewind();
392 if (fAttributes == NULL)
393 fAttributes = (Directory *)Inode::Factory(fDisk, Attributes());
395 status_t status = fAttributes ? fAttributes
[all...]
H A DInode.h98 Directory *fAttributes; member in class:Inode
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp223 { return fAttributes.GetIterator(); }
242 AttributeList fAttributes; member in class:Inode
1252 AttributeList::ConstIterator iterator = fAttributes.GetIterator();
1272 fAttributes.Remove(oldAttribute);
1276 fAttributes.Add(attribute);
1336 AttributeList::Iterator iterator = fAttributes.GetIterator();
1383 cookie->current = fAttributes.First();
/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp409 std::swap(fAttributes, fAlternateAttributes);
H A DBasicTerminalBuffer.h238 Attributes fAttributes; member in class:BasicTerminalBuffer
278 return fAttributes;
285 fAttributes = attributes;
H A DBasicTerminalBuffer.cpp116 fAttributes(),
279 destLine->Clear(fAttributes, fWidth);
647 line->cells[fCursor.x].attributes = fAttributes;
696 line->attributes = fAttributes;
757 line->cells[i].attributes = fAttributes;
823 line->attributes = fAttributes;
837 line->cells[i].attributes = fAttributes;
839 line->attributes = fAttributes;
851 line->cells[i].attributes = fAttributes;
874 line->cells[i].attributes = fAttributes;
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.cpp46 fAttributes(),
72 while (Attribute *attribute = fAttributes.First()) {
224 fAttributes.Insert(attribute);
242 Attribute *nextAttr = fAttributes.GetNext(attribute);
265 fAttributes.Remove(attribute);
299 *attribute = fAttributes.Last();
301 *attribute = fAttributes.GetPrevious(*attribute);
317 *attribute = fAttributes.First();
319 *attribute = fAttributes.GetNext(*attribute);
H A DAttributeIndexImpl.cpp199 fAttributes(new(nothrow) AttributeTree(type)),
202 if (fInitStatus == B_OK && (!fAttributes || !fIterators))
219 if (fAttributes) {
221 fAttributes->GetIterator(&it);
224 delete fAttributes;
232 return fAttributes->CountItems();
246 Attribute **foundAttribute = fAttributes->Find(
265 error = fAttributes->Insert(attribute);
286 error = fAttributes->Insert(attribute);
302 fAttributes
[all...]
H A DNode.h129 DoublyLinkedList<Attribute> fAttributes; member in class:Node
H A DAttributeIndexImpl.h47 AttributeTree *fAttributes; member in class:AttributeIndexImpl
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp27 BString fURI, fLocation, fInfo, fMakeModel, fAttributes; member in class:IPPPrinter
117 printer->fAttributes = pos;
122 printer->fMakeModel.String(), printer->fAttributes.String()));
/haiku/src/kits/game/
H A DWindowScreen.cpp579 fAttributes = attributes;
/haiku/src/bin/
H A Dsetmime.cpp516 map<uint32, MimeAttribute> fAttributes; member in class:MimeType
730 fAttributes.clear();
842 fAttributes.clear();
849 fAttributes.insert(
924 for (map<uint32, MimeAttribute>::iterator i = fAttributes.begin();
925 i != fAttributes.end(); i++)
1063 attr = fAttributes.find(hash_function(attrArgs->second));
1064 if (attr == fAttributes.end()) {
1067 fAttributes.insert(
1073 if (fAttributes
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h67 { return fAttributes; }
93 PackageNodeAttributeList fAttributes; member in class:PackageNode
H A DPackageNode.cpp31 while (PackageNodeAttribute* attribute = fAttributes.RemoveHead())
86 fAttributes.Add(attribute);
93 fAttributes.Remove(attribute);
100 for (PackageNodeAttributeList::ConstIterator it = fAttributes.GetIterator();
H A DPackageDirectory.cpp63 const int32 attrs = fAttributes.Count(),
64 otherAttrs = other->fAttributes.Count();
/haiku/headers/os/game/
H A DWindowScreen.h91 uint32 fAttributes; member in class:BWindowScreen
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h67 void* fAttributes; member in class:Inode
/haiku/src/kits/tracker/
H A DAttributeStream.cpp433 fAttributes(5, true),
442 fAttributes.MakeEmpty();
457 int32 count = fAttributes.CountItems();
459 if (strcmp(fAttributes.ItemAt(index)->fAttr.Name(), name) == 0
460 && fAttributes.ItemAt(index)->fAttr.Type() == type) {
474 return index < 0 ? 0 : fAttributes.ItemAt(index)->fAttr.Size();
501 attrNode = fAttributes.ItemAt(index);
520 fAttributes.AddItem(attrNode);
550 fAttributes.AddItem(attrNode);
552 return fAttributes
[all...]

Completed in 228 milliseconds

12