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

/freebsd-13-stable/sys/cam/
H A Dcam_periph.c66 static u_int camperiphnextunit(struct periph_driver *p_drv,
70 static u_int camperiphunit(struct periph_driver *p_drv,
202 struct periph_driver **p_drv; local
265 for (p_drv = periph_drivers; *p_drv != NULL; p_drv++) {
266 if (strcmp((*p_drv)->driver_name, name) == 0)
269 if (*p_drv == NULL) {
276 periph->unit_number = camperiphunit(*p_drv, path_id, target_id, lun_id);
277 cur_periph = TAILQ_FIRST(&(*p_drv)
339 struct periph_driver **p_drv; local
370 struct periph_driver **p_drv; local
539 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, path_id_t pathid, target_id_t target, lun_id_t lun) argument
595 camperiphunit(struct periph_driver *p_drv, path_id_t pathid, target_id_t target, lun_id_t lun) argument
674 struct periph_driver **p_drv; local
[all...]
H A Dcam_xpt.c602 struct periph_driver **p_drv; local
629 for (p_drv = periph_drivers; *p_drv != NULL; p_drv++)
630 if (strcmp((*p_drv)->driver_name, name) == 0)
633 if (*p_drv == NULL) {
650 for (periph = TAILQ_FIRST(&(*p_drv)->units); periph != NULL;

Completed in 68 milliseconds