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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c1969 struct ctl_fe_ioctl_bbrread_info *fe_bbr_info; local
1971 fe_bbr_info = (struct ctl_fe_ioctl_bbrread_info *)arg;
1973 mtx_lock(fe_bbr_info->lock);
1974 fe_bbr_info->bbr_info->status = metatask->status;
1975 fe_bbr_info->bbr_info->bbr_status = metatask->taskinfo.bbrread.status;
1976 fe_bbr_info->wakeup_done = 1;
1977 mtx_unlock(fe_bbr_info->lock);
1979 cv_broadcast(&fe_bbr_info->sem);
2598 struct ctl_fe_ioctl_bbrread_info fe_bbr_info; local
2604 bzero(&fe_bbr_info, sizeo
[all...]

Completed in 94 milliseconds