Searched refs:new_path (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/sys/compat/linsysfs/ |
| D | linsysfs.c | 153 char *device, *host, *new_path = path; in linsysfs_run_bus() local 164 new_path = malloc(MAXPATHLEN, M_TEMP, in linsysfs_run_bus() 166 new_path[0] = '\000'; in linsysfs_run_bus() 167 strcpy(new_path, path); in linsysfs_run_bus() 175 strcat(new_path, "/"); in linsysfs_run_bus() 176 strcat(new_path, device); in linsysfs_run_bus() 183 strcat(new_path, "/"); in linsysfs_run_bus() 184 strcat(new_path, host); in linsysfs_run_bus() 191 strlen(new_path) + 1, in linsysfs_run_bus() 194 bcopy(new_path, scsi_host->path, in linsysfs_run_bus() [all …]
|
| /freebsd-9-stable/sys/cam/scsi/ |
| D | scsi_targ_bh.c | 177 struct cam_path *new_path; in targbhasync() local 191 status = xpt_create_path(&new_path, NULL, in targbhasync() 210 new_path, targbhasync, in targbhasync() 219 if ((periph = cam_periph_find(new_path, "targbh")) != NULL) in targbhasync() 226 xpt_free_path(new_path); in targbhasync()
|
| D | scsi_xpt.c | 2202 struct cam_path *new_path; in scsi_scan_lun() local 2238 status = xpt_create_path(&new_path, NULL, in scsi_scan_lun() 2248 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in scsi_scan_lun()
|
| /freebsd-9-stable/sys/cam/ |
| D | cam_xpt.h | 115 cam_status xpt_compile_path(struct cam_path *new_path,
|
| D | cam_xpt.c | 3469 xpt_compile_path(struct cam_path *new_path, struct cam_periph *perph, in xpt_compile_path() argument 3524 new_path->periph = perph; in xpt_compile_path() 3525 new_path->bus = bus; in xpt_compile_path() 3526 new_path->target = target; in xpt_compile_path() 3527 new_path->device = device; in xpt_compile_path() 3528 CAM_DEBUG(new_path, CAM_DEBUG_TRACE, ("xpt_compile_path\n")); in xpt_compile_path()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_main.c | 656 int new_path = 0; in ipoib_unicast_send() local 660 new_path = 1; in ipoib_unicast_send() 665 if (new_path) in ipoib_unicast_send()
|
| /freebsd-9-stable/sys/cam/ata/ |
| D | ata_xpt.c | 1477 struct cam_path *new_path; in ata_scan_lun() local 1501 status = xpt_create_path(&new_path, NULL, in ata_scan_lun() 1511 xpt_setup_ccb(&request_ccb->ccb_h, new_path, CAM_PRIORITY_XPT); in ata_scan_lun()
|