Lines Matching refs:path_id

252 		 xpt_find_bus(path_id_t path_id);
428 bus = xpt_find_bus(inccb->ccb_h.path_id); in xptdoioctl()
467 inccb->ccb_h.path_id, in xptdoioctl()
501 inccb->ccb_h.path_id, in xptdoioctl()
688 ccb->ccb_h.path_id = in xptdoioctl()
689 periph->path->bus->path_id; in xptdoioctl()
1066 path->bus->path_id, in xpt_announce_periph_sbuf()
1140 path->bus->path_id, in xpt_denounce_periph_sbuf()
1314 dp->path_id != bus->path_id) in xptbusmatch()
1318 pp->path_id != bus->path_id) in xptbusmatch()
1329 && (cur_pattern->path_id != bus->path_id)) in xptbusmatch()
1432 && (cur_pattern->path_id != device->target->bus->path_id)) in xptdevicematch()
1535 && (cur_pattern->path_id != periph->path->bus->path_id)) in xptperiphmatch()
1640 cdm->matches[j].result.bus_result.path_id = bus->path_id; in xptedtbusfunc()
1780 cdm->matches[j].result.device_result.path_id = in xptedtdevicefunc()
1781 device->target->bus->path_id; in xptedtdevicefunc()
1898 cdm->matches[j].result.periph_result.path_id = in xptedtperiphfunc()
1899 periph->path->bus->path_id; in xptedtperiphfunc()
2057 cdm->matches[j].result.periph_result.path_id = in xptplistperiphfunc()
2058 periph->path->bus->path_id; in xptplistperiphfunc()
2476 device->target->bus->path_id, in xptsetasyncfunc()
2496 bus->path_id, in xptsetasyncbusfunc()
3019 start_ccb->ccb_h.path_id, in xpt_action_default()
3422 ccb_h->path_id = path->bus->path_id; in xpt_setup_ccb_flags()
3447 path_id_t path_id, target_id_t target_id, lun_id_t lun_id) in xpt_create_path() argument
3458 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path()
3469 struct cam_periph *periph, path_id_t path_id, in xpt_create_path_unlocked() argument
3473 return (xpt_create_path(new_path_ptr, periph, path_id, target_id, in xpt_create_path_unlocked()
3479 path_id_t path_id, target_id_t target_id, lun_id_t lun_id) in xpt_compile_path() argument
3494 bus = xpt_find_bus(path_id); in xpt_compile_path()
3642 if (path1->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp()
3644 else if (path2->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp()
3676 if (path->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp_dev()
3678 else if (dev->target->bus->path_id == CAM_BUS_WILDCARD) in xpt_path_comp_dev()
3798 return(path->bus->path_id); in xpt_path_path_id()
3908 sim->path_id = new_bus->path_id = in xpt_bus_register()
3912 && old_bus->path_id < new_bus->path_id) in xpt_bus_register()
3928 status = xpt_create_path(&path, /*periph*/NULL, sim->path_id, in xpt_bus_register()
3963 if (sim->path_id != CAM_XPT_PATH_ID) { in xpt_bus_register()
4020 while (bus != NULL && bus->path_id <= pathid) { in xptnextfreepathid()
4021 if (bus->path_id == pathid) in xptnextfreepathid()
4158 (device->target->bus->path_id == CAM_BUS_WILDCARD && in xpt_async_process_dev()
4159 path->target->bus->path_id != CAM_BUS_WILDCARD)) { in xpt_async_process_dev()
4506 hash = (u_int)(done_ccb->ccb_h.path_id + done_ccb->ccb_h.target_id + in xpt_done()
4896 xpt_find_bus(path_id_t path_id) in xpt_find_bus() argument
4904 if (bus->path_id == path_id) { in xpt_find_bus()