Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c93 static void cfcs_poll(struct cam_sim *sim);
177 softc->sim = cam_sim_alloc(cfcs_action, cfcs_poll, softc->port_name, in cfcs_init()
231 cfcs_poll(struct cam_sim *sim) in cfcs_poll() function