Lines Matching refs:cam_periph
157 static void ndadone(struct cam_periph *periph,
290 struct cam_periph *periph; in ndaopen()
294 periph = (struct cam_periph *)dp->d_drv1; in ndaopen()
320 struct cam_periph *periph; in ndaclose()
325 periph = (struct cam_periph *)dp->d_drv1; in ndaclose()
360 ndaschedule(struct cam_periph *periph) in ndaschedule()
374 struct cam_periph *periph; in ndaioctl()
376 periph = (struct cam_periph *)dp->d_drv1; in ndaioctl()
463 struct cam_periph *periph; in ndastrategy()
466 periph = (struct cam_periph *)bp->bio_disk->d_drv1; in ndastrategy()
502 struct cam_periph *periph; in ndadump()
579 struct cam_periph *periph; in ndadiskgonecb()
581 periph = (struct cam_periph *)dp->d_drv1; in ndadiskgonecb()
587 ndaoninvalidate(struct cam_periph *periph) in ndaoninvalidate()
617 ndacleanup(struct cam_periph *periph) in ndacleanup()
650 struct cam_periph *periph; in ndaasync()
652 periph = (struct cam_periph *)callback_arg; in ndaasync()
707 struct cam_periph *periph; in ndasysctlinit()
711 periph = (struct cam_periph *)context; in ndasysctlinit()
825 struct cam_periph *periph; in ndagetattr()
830 periph = (struct cam_periph *)bp->bio_disk->d_drv1; in ndagetattr()
841 ndaregister(struct cam_periph *periph, void *arg) in ndaregister()
1002 ndastart(struct cam_periph *periph, union ccb *start_ccb) in ndastart()
1161 ndadone(struct cam_periph *periph, union ccb *done_ccb) in ndadone()
1282 struct cam_periph *periph; in ndaerror()
1314 struct cam_periph *periph; in ndaflush()