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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.h113 periph_start_t *periph_start; member in struct:cam_periph
158 periph_start_t *periph_start,
H A Dcam_periph.c194 periph_dtor_t *periph_dtor, periph_start_t *periph_start,
247 periph->periph_start = periph_start;
192 cam_periph_alloc(periph_ctor_t *periph_ctor, periph_oninv_t *periph_oninvalidate, periph_dtor_t *periph_dtor, periph_start_t *periph_start, char *name, cam_periph_type type, struct cam_path *path, ac_callback_t *ac_callback, ac_code code, void *arg) argument
H A Dcam_xpt.c3269 ("calling periph_start()\n"));
3270 periph->periph_start(periph, ccb);

Completed in 82 milliseconds