Searched refs:libhal_drive_from_udi (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/hal/tools/ |
H A D | hal-storage-unmount.c | 174 drive = libhal_drive_from_udi (hal_ctx, udi); 195 drive = libhal_drive_from_udi (hal_ctx, drive_udi);
|
H A D | hal-storage-closetray.c | 158 if ((drive = libhal_drive_from_udi (hal_ctx, udi)) == NULL) {
|
H A D | hal-storage-eject.c | 169 if ((drive = libhal_drive_from_udi (hal_ctx, drive_udi)) == NULL) {
|
H A D | hal-storage-zpool.c | 230 if ((drive = libhal_drive_from_udi (hal_ctx, drive_udi)) == NULL) {
|
H A D | hal-storage-mount.c | 1185 drive = libhal_drive_from_udi (hal_ctx, udi); 1205 drive = libhal_drive_from_udi (hal_ctx, drive_udi);
|
/osnet-11/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.h | 192 LibHalDrive *libhal_drive_from_udi (LibHalContext *hal_ctx,
|
H A D | libhal-storage.c | 895 libhal_drive_from_udi (LibHalContext *hal_ctx, const char *udi) function 1351 result = libhal_drive_from_udi (hal_ctx, found_udi);
|
Completed in 71 milliseconds