Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl.c474 static int ctl_do_mode_select(union ctl_io *io);
6041 ctl_do_mode_select(union ctl_io *io) in ctl_do_mode_select() function
6394 ctsio->io_cont = ctl_do_mode_select; in ctl_mode_select()
6402 return (ctl_do_mode_select((union ctl_io *)ctsio)); in ctl_mode_select()