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