Searched refs:xpt_compile_path (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/cam/ |
| HD | cam_xpt.h | 126 cam_status xpt_compile_path(struct cam_path *new_path,
|
| HD | cam_xpt.c | 2409 xpt_compile_path(&path, in xptsetasyncfunc() 2432 xpt_compile_path(&path, /*periph*/NULL, in xptsetasyncbusfunc() 3385 status = xpt_compile_path(path, perph, path_id, target_id, lun_id); in xpt_create_path() 3405 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() function 3926 status = xpt_compile_path(&bus_path, NULL, pathid, in xpt_bus_deregister()
|
| /NextBSD/sys/cam/ata/ |
| HD | ata_xpt.c | 1975 status = xpt_compile_path(&newpath, NULL, in ata_dev_async() 2008 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in ata_dev_async()
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_xpt.c | 2937 status = xpt_compile_path(&newpath, NULL, in scsi_dev_async() 2982 xpt_compile_path(&path, NULL, bus->path_id, target->target_id, in scsi_dev_async()
|