Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dsbp.c251 static void sbp_poll(struct cam_sim *sim);
1955 sbp->sim = cam_sim_alloc(sbp_action, sbp_poll, "sbp", sbp, in sbp_attach()
2626 sbp_poll(struct cam_sim *sim) in sbp_poll() function