Home
last modified time | relevance | path

Searched refs:fLoadCount (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp110 if (++fLoadCount > 1) in LoadDiskSystems()
141 if (fLoadCount == 0 || --fLoadCount > 0) in UnloadDiskSystems()
229 fLoadCount(0) in DiskSystemAddOnManager()
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp39 fLoadCount(0), in ElfSection()
54 if (fLoadCount > 0) { in Load()
55 fLoadCount++; in Load()
70 fLoadCount++; in Load()
78 if (fLoadCount == 0) in Unload()
81 if (--fLoadCount == 0) { in Unload()
/haiku/headers/private/storage/
H A DDiskSystemAddOnManager.h57 int32 fLoadCount; variable
/haiku/headers/private/debugger/elf/
H A DElfFile.h44 bool IsLoaded() const { return fLoadCount > 0; } in IsLoaded()
56 int32 fLoadCount; variable