Searched refs:rmm_hal_init (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/volcheck/ |
H A D | volcheck.c | 84 if ((hal_ctx = rmm_hal_init(0, 0, 0, 0, &error, &rmm_error)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.h | 68 LibHalContext *rmm_hal_init(LibHalDeviceAdded, LibHalDeviceRemoved,
|
H A D | rmvolmgr.c | 204 if ((hal_ctx = rmm_hal_init(rmm_device_added, rmm_device_removed, in rmvolmgr()
|
H A D | vold.c | 278 if ((hal_ctx = rmm_hal_init(0, 0, 0, 0, &error, &rmm_error)) == NULL) { in vold_rmmount()
|
H A D | rmm_common.c | 64 rmm_hal_init(LibHalDeviceAdded devadd_cb, LibHalDeviceRemoved devrem_cb, in rmm_hal_init() function
|
/titanic_41/usr/src/cmd/volrmmount/ |
H A D | volrmmount.c | 106 if ((hal_ctx = rmm_hal_init(0, 0, 0, 0, &error, &rmm_error)) == NULL) { in main()
|
/titanic_41/usr/src/cmd/rmmount/ |
H A D | rmmount.c | 135 if ((hal_ctx = rmm_hal_init(0, 0, 0, 0, &error, &rmm_error)) == NULL) { in rmmount()
|