Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dioctl.c425 pArray->u.array.rf_abort_rebuild = 0; in Kernel_DeviceIoControl()
481 pVDevice->u.array.rf_abort_rebuild = 0; in hpt_set_array_state()
510 pVDevice->u.array.rf_abort_rebuild = 1; in hpt_set_array_state()
512 while (pVDevice->u.array.rf_abort_rebuild) in hpt_set_array_state()
555 pVDevice->u.array.rf_abort_rebuild = 1; in hpt_set_array_state()
557 while (pVDevice->u.array.rf_abort_rebuild) in hpt_set_array_state()
597 pVDevice->u.array.rf_abort_rebuild = 1; in hpt_set_array_state()
599 while (pVDevice->u.array.rf_abort_rebuild) in hpt_set_array_state()
816 if (!pArray->u.array.rf_abort_rebuild) in hpt_rebuild_data_block()
855 pArray->u.array.rf_abort_rebuild = 0; in hpt_rebuild_data_block()
[all …]
H A Dhptproc.c92 pArray->u.array.rf_abort_rebuild = 1; in hpt_set_asc_info()
150 pSubArray->u.array.rf_abort_rebuild = 0; in hpt_set_asc_info()
228 pArray->u.array.rf_abort_rebuild = 1; in hpt_set_asc_info()
H A Darray.h79 USHORT rf_abort_rebuild: 1; member
H A Dentry.c2429 pArray->u.array.rf_abort_rebuild = 1; in hpt_worker_thread()