Searched refs:periph_dtor (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/cam/
H A Dcam_periph.h109 periph_dtor_t *periph_dtor; member in struct:cam_periph
143 periph_dtor_t *periph_dtor,
H A Dcam_periph.c146 periph_dtor_t *periph_dtor, periph_start_t *periph_start,
201 periph->periph_dtor = periph_dtor;
639 if (periph->periph_dtor != NULL)
640 periph->periph_dtor(periph);
144 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

Completed in 69 milliseconds