Lines Matching defs:device_path

452 	char			device_path[MAXPATHLEN + 1]; /* vdisk device */
4082 ", rebooting the system", vd->device_path);
4085 panic(VD_RESET_ACCESS_FAILURE_MSG, vd->device_path);
4088 cmn_err(CE_WARN, VD_RESET_ACCESS_FAILURE_MSG, vd->device_path);
4461 PR0("Retry setting up disk (%s)", vd->device_path);
5505 PR0("'variant' property exists for %s", vd->device_path);
5513 PR0("'atapi' property exists for %s", vd->device_path);
5536 vd->device_path, status);
5660 char *device_path = vd->device_path;
5666 PRN("%s geometry claims 0 sectors per track", device_path);
5670 PRN("%s geometry claims 0 heads", device_path);
5888 char *file_path = vd->device_path;
5962 vd->device_path, status);
5993 char *backend_path = vd->device_path;
6101 char *device_path = vd->device_path;
6104 status = ldi_open_by_name(device_path, flags, kcred,
6113 status = ldi_open_by_name(device_path, flags | FNDELAY,
6117 PR0("ldi_open_by_name(%s) = errno %d", device_path, status);
6135 char *device_path = vd->device_path;
6148 status, device_path);
6153 dk_cinfo.dki_partition, V_NUMPAR, device_path);
6178 device_path, status);
6235 char *device_path = vd->device_path;
6253 PRN("Check size failed for %s (errno %d)", device_path, status);
6289 "for %s", status, device_path);
6369 PR0("VOP_GETATTR(%s) = errno %d", vd->device_path, rv);
6381 PR0("ldi_get_size() failed for %s", vd->device_path);
6395 vd->device_path, rv);
6403 vd->device_path);
6466 "(err = %d)", vd->device_path, rv);
6473 "(err = %d)", vd->device_path, rv);
6504 char *device_path = vd->device_path;
6511 PR0("Failed to open (%s) = errno %d", device_path, status);
6518 status, device_path);
6568 char *path = vd->device_path;
6715 vds_do_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options,
6726 ASSERT(device_path != NULL);
6728 PR0("Adding vdisk for %s", device_path);
6737 (void) strncpy(vd->device_path, device_path, MAXPATHLEN);
7000 vds_init_vd(vds_t *vds, uint64_t id, char *device_path, uint64_t options,
7007 if ((status = vds_do_init_vd(vds, id, device_path, options,
7221 char *device_path = NULL;
7230 &device_path) != 0) {
7242 if (vds_init_vd(vds, id, device_path, options, ldc_id) != 0) {