Searched refs:handles (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dhandle.cpp8 //! Basic handling of file handles.
35 ADD_DL_LIST_HEAD(handle, device->handles, );
62 REMOVE_DL_LIST(handle, device->handles, );
H A Dscsi_periph_int.h28 struct scsi_periph_handle_info *handles; member in struct:scsi_periph_device_info
H A Dremovable.cpp36 // when medium has changed, tell all handles
76 // when medium has changed, tell all handles
78 for (handle = device->handles; handle; handle = handle->next)
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp184 // Read to zero sized buffer to get memory needed for handles
187 panic("Cannot read size of block device handles!");
191 efi_handle handles[noOfHandles]; local
193 handles) != EFI_SUCCESS)
201 if (kBootServices->HandleProtocol(handles[n], &BlockIoGUID,

Completed in 101 milliseconds