Searched refs:xpt_compile_path (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 132 cam_status xpt_compile_path(struct cam_path *new_path,
|
H A D | cam_xpt.c | 2475 xpt_compile_path(&path, in xptsetasyncfunc() 2498 xpt_compile_path(&path, /*periph*/NULL, in xptsetasyncbusfunc() 3452 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path() 3472 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() function 3987 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()
|
/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 2044 status = xpt_compile_path(&newpath, NULL, in ata_dev_async() 2069 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in ata_dev_async()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 2980 status = xpt_compile_path(&newpath, NULL, in scsi_dev_async() 3024 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in scsi_dev_async()
|