Lines Matching refs:cam_path
208 struct cam_path *cam_dpath;
232 struct cam_path *path,
519 struct cam_path *old_path; in xptdoioctl()
881 struct cam_path *path; in xpt_init()
1055 struct cam_path *path = periph->path; in xpt_announce_periph_sbuf()
1130 struct cam_path *path = periph->path; in xpt_denounce_periph_sbuf()
1156 xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path) in xpt_getattr()
2461 struct cam_path path; in xptsetasyncfunc()
2491 struct cam_path path; in xptsetasyncbusfunc()
2534 struct cam_path *path; in xpt_action_default()
3003 struct cam_path *oldpath; in xpt_action_default()
3415 xpt_setup_ccb_flags(struct ccb_hdr *ccb_h, struct cam_path *path, in xpt_setup_ccb_flags()
3439 xpt_setup_ccb(struct ccb_hdr *ccb_h, struct cam_path *path, uint32_t priority) in xpt_setup_ccb()
3446 xpt_create_path(struct cam_path **new_path_ptr, struct cam_periph *perph, in xpt_create_path()
3449 struct cam_path *path; in xpt_create_path()
3452 path = (struct cam_path *)malloc(sizeof(*path), M_CAMPATH, M_NOWAIT); in xpt_create_path()
3468 xpt_create_path_unlocked(struct cam_path **new_path_ptr, in xpt_create_path_unlocked()
3478 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path()
3554 xpt_clone_path(struct cam_path **new_path_ptr, struct cam_path *path) in xpt_clone_path()
3556 struct cam_path *new_path; in xpt_clone_path()
3558 new_path = (struct cam_path *)malloc(sizeof(*path), M_CAMPATH, M_NOWAIT); in xpt_clone_path()
3573 xpt_release_path(struct cam_path *path) in xpt_release_path()
3591 xpt_free_path(struct cam_path *path) in xpt_free_path()
3600 xpt_path_counts(struct cam_path *path, uint32_t *bus_ref, in xpt_path_counts()
3637 xpt_path_comp(struct cam_path *path1, struct cam_path *path2) in xpt_path_comp()
3671 xpt_path_comp_dev(struct cam_path *path, struct cam_ed *dev) in xpt_path_comp_dev()
3705 xpt_print_path(struct cam_path *path) in xpt_print_path()
3733 xpt_print(struct cam_path *path, const char *fmt, ...) in xpt_print()
3752 xpt_path_string(struct cam_path *path, char *str, size_t str_len) in xpt_path_string()
3763 xpt_path_sbuf(struct cam_path *path, struct sbuf *sb) in xpt_path_sbuf()
3796 xpt_path_path_id(struct cam_path *path) in xpt_path_path_id()
3802 xpt_path_target_id(struct cam_path *path) in xpt_path_target_id()
3811 xpt_path_lun_id(struct cam_path *path) in xpt_path_lun_id()
3820 xpt_path_sim(struct cam_path *path) in xpt_path_sim()
3827 xpt_path_periph(struct cam_path *path) in xpt_path_periph()
3886 struct cam_path *path; in xpt_bus_register()
3990 struct cam_path bus_path; in xpt_bus_deregister()
4132 struct cam_path *path = ccb->ccb_h.path; in xpt_async_process_dev()
4182 struct cam_path *path = ccb->ccb_h.path; in xpt_async_process_tgt()
4201 struct cam_path *path; in xpt_async_process()
4242 struct cam_path *path, void *async_arg) in xpt_async_bcast()
4272 xpt_async(uint32_t async_code, struct cam_path *path, void *async_arg) in xpt_async()
4360 xpt_freeze_devq(struct cam_path *path, u_int count) in xpt_freeze_devq()
4402 xpt_release_devq(struct cam_path *path, u_int count, int run_queue) in xpt_release_devq()
4880 xpt_dev_ccbq_resize(struct cam_path *path, int newopenings) in xpt_dev_ccbq_resize()
4948 xpt_start_tags(struct cam_path *path) in xpt_start_tags()
4979 xpt_stop_tags(struct cam_path *path) in xpt_stop_tags()
5136 struct cam_path *path) in xpt_register_async()
5250 xpt_path_mtx(struct cam_path *path) in xpt_path_mtx()
5473 xpt_path_sim_device(const struct cam_path *path) in xpt_path_sim_device()
5546 xpt_cam_path_debug(struct cam_path *path, const char *fmt, ...) in xpt_cam_path_debug()