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

/freebsd-12-stable/sys/cam/
H A Dcam_periph.h116 periph_start_t *periph_start; member in struct:cam_periph
161 periph_start_t *periph_start,
H A Dcam_periph.c197 periph_dtor_t *periph_dtor, periph_start_t *periph_start,
250 periph->periph_start = periph_start;
195 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.c3427 ("calling periph_start()\n"));
3428 periph->periph_start(periph, ccb);

Completed in 104 milliseconds