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

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.h207 typedef int (*be_func_t)(union ctl_io *io); typedef
217 be_func_t data_submit; /* passed to CTL */
218 be_func_t data_move_done; /* passed to CTL */
219 be_func_t config_read; /* passed to CTL */
220 be_func_t config_write; /* passed to CTL */
224 be_func_t config_move_done; /* passed to backend */

Completed in 291 milliseconds