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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c380 static int ctl_do_mode_select(union ctl_io *io);
5975 * Set the return value so that ctl_do_mode_select()
6048 ctl_do_mode_select(union ctl_io *io) function
6408 * ctl_do_mode_select() for further processing, or completion if
6412 ctsio->io_cont = ctl_do_mode_select;
6425 return (ctl_do_mode_select((union ctl_io *)ctsio));

Completed in 123 milliseconds