Lines Matching refs:BDiskDevice

76 /*!	\brief Returns the next BDiskDevice.
77 \param device Pointer to a pre-allocated BDiskDevice to be initialized to
86 BDiskDeviceRoster::GetNextDevice(BDiskDevice* device)
182 The supplied visitor's Visit(BDiskDevice*) is invoked for each device.
187 \param device Pointer to a pre-allocated BDiskDevice to be initialized
194 BDiskDevice* device)
200 BDiskDevice deviceOnStack;
201 BDiskDevice* useDevice = device ? device : &deviceOnStack;
215 The supplied visitor's Visit(BDiskDevice*) method is invoked for each
222 \param device Pointer to a pre-allocated BDiskDevice to be initialized
232 BDiskDevice* device, BPartition** partition)
238 BDiskDevice deviceOnStack;
239 BDiskDevice* useDevice = device ? device : &deviceOnStack;
267 \param device Pointer to a pre-allocated BDiskDevice to be initialized
277 BDiskDevice* device, BPartition** partition)
302 \param device Pointer to a pre-allocated BDiskDevice to be initialized
312 BDiskDevice* device, BPartition** partition)
332 BDiskDevice* device, BPartition** _partition)
342 virtual bool Visit(BDiskDevice* device)
369 BDiskDevice* device, BPartition** _partition)
380 /*! \brief Returns a BDiskDevice for a given ID.
385 \param device Pointer to a pre-allocated BDiskDevice to be initialized
393 BDiskDeviceRoster::GetDeviceWithID(int32 id, BDiskDevice* device) const
408 \param device Pointer to a pre-allocated BDiskDevice to be initialized
418 BDiskDeviceRoster::GetPartitionWithID(int32 id, BDiskDevice* device,
439 BDiskDeviceRoster::GetDeviceForPath(const char* filename, BDiskDevice* device)
457 BDiskDevice* device, BPartition** partition)
483 BDiskDevice* device)
696 /*! \brief Returns a BDiskDevice for a given device, session or partition ID.
704 \param device Pointer to a pre-allocated BDiskDevice to be initialized
714 BDiskDevice *device) const