Home
last modified time | relevance | path

Searched refs:CTL_LUN_FLAG_SERIAL_NUM (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h330 CTL_LUN_FLAG_SERIAL_NUM = 0x10, enumerator
H A Dctl_backend_ramdisk.c1246 if ((params->flags & CTL_LUN_FLAG_SERIAL_NUM) == 0) { in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c2726 if ((params->flags & CTL_LUN_FLAG_SERIAL_NUM) == 0) { in ctl_be_block_create()
/freebsd/usr.sbin/ctld/
H A Dkernel.c705 req.reqdata.create.flags |= CTL_LUN_FLAG_SERIAL_NUM; in kernel_lun_add()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c2526 req.reqdata.create.flags |= CTL_LUN_FLAG_SERIAL_NUM; in cctl_create_lun()