Lines Matching defs:dev_path
160 char *dev_path;
2238 be_lun->dev_path);
2246 be_lun->dev_path);
2312 "file %s size %ju < block size %u", be_lun->dev_path,
2358 "no d_ioctl for device %s!", be_lun->dev_path);
2368 "on %s!", error, be_lun->dev_path);
2408 be_lun->dev_path);
2552 free(be_lun->dev_path, M_CTLBLK);
2553 be_lun->dev_path = strdup(value, M_CTLBLK);
2564 NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, be_lun->dev_path);
2577 if (be_lun->dev_path[0] != '/') {
2581 be_lun->dev_path);
2582 free(be_lun->dev_path, M_CTLBLK);
2583 be_lun->dev_path = dev_name;
2587 "error opening %s: %d", be_lun->dev_path, error);
2606 "%s is not a disk or plain file", be_lun->dev_path);
2821 if (be_lun->dev_path != NULL)
2822 free(be_lun->dev_path, M_CTLBLK);
3018 free(be_lun->dev_path, M_CTLBLK);