Home
last modified time | relevance | path

Searched refs:CTL_LUN_FLAG_ID_REQ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h326 CTL_LUN_FLAG_ID_REQ = 0x01, enumerator
H A Dctl_backend_ramdisk.c1238 if (params->flags & CTL_LUN_FLAG_ID_REQ) { in ctl_backend_ramdisk_create()
1240 cbe_lun->flags |= CTL_LUN_FLAG_ID_REQ; in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c2717 if (params->flags & CTL_LUN_FLAG_ID_REQ) { in ctl_be_block_create()
2719 cbe_lun->flags |= CTL_LUN_FLAG_ID_REQ; in ctl_be_block_create()
H A Dctl.c4561 if (be_lun->flags & CTL_LUN_FLAG_ID_REQ) { in ctl_add_lun()
/freebsd/usr.sbin/ctld/
H A Dkernel.c696 req.reqdata.create.flags |= CTL_LUN_FLAG_ID_REQ; in kernel_lun_add()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c2512 req.reqdata.create.flags |= CTL_LUN_FLAG_ID_REQ; in cctl_create_lun()