Lines Matching refs:cam_et

151 typedef	int	xpt_targetfunc_t (struct cam_et *target, void *arg);
247 static struct cam_et*
249 static void xpt_acquire_target(struct cam_et *target);
250 static void xpt_release_target(struct cam_et *target);
253 static struct cam_et*
256 xpt_find_device(struct cam_et *target, lun_id_t lun_id);
287 struct cam_et *start_target,
289 static int xptdevicetraverse(struct cam_et *target,
308 struct cam_et *target,
312 struct cam_et *target,
1587 struct cam_et *target; in xptedtbusfunc()
1671 target = (struct cam_et *)cdm->pos.cookie.target; in xptedtbusfunc()
1681 xptedttargetfunc(struct cam_et *target, void *arg) in xptedttargetfunc()
2162 xpttargettraverse(struct cam_eb *bus, struct cam_et *start_target, in xpttargettraverse()
2165 struct cam_et *target, *next_target; in xpttargettraverse()
2198 xptdevicetraverse(struct cam_et *target, struct cam_ed *start_device, in xptdevicetraverse()
2377 xptdeftargetfunc(struct cam_et *target, void *arg) in xptdeftargetfunc()
2730 struct cam_et *tar = path->target; in xpt_action_default()
3482 struct cam_et *target; in xpt_compile_path()
3503 struct cam_et *new_target; in xpt_compile_path()
4179 xpt_async_process_tgt(struct cam_et *target, void *arg) in xpt_async_process_tgt()
4327 struct cam_et *target, struct cam_ed *device, in xpt_dev_async_default()
4665 static struct cam_et *
4668 struct cam_et *cur_target, *target; in xpt_alloc_target()
4672 target = (struct cam_et *)malloc(sizeof(*target), M_CAMXPT, in xpt_alloc_target()
4705 xpt_acquire_target(struct cam_et *target) in xpt_acquire_target()
4715 xpt_release_target(struct cam_et *target) in xpt_release_target()
4737 xpt_alloc_device_default(struct cam_eb *bus, struct cam_et *target, in xpt_alloc_device_default()
4762 xpt_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in xpt_alloc_device()
4913 static struct cam_et *
4916 struct cam_et *target; in xpt_find_target()
4931 xpt_find_device(struct cam_et *target, lun_id_t lun_id) in xpt_find_device()