Searched refs:ctl_get_opt (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/cam/ctl/ |
| HD | ctl.h | 210 char * ctl_get_opt(ctl_options_t *opts, const char *name);
|
| HD | ctl_backend.c | 211 ctl_get_opt(ctl_options_t *opts, const char *name) function
|
| HD | ctl_backend_block.c | 1829 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "pblocksize"); in ctl_be_block_open_file() 1832 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "pblockoffset"); in ctl_be_block_open_file() 1843 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "ublocksize"); in ctl_be_block_open_file() 1846 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "ublockoffset"); in ctl_be_block_open_file() 2005 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "pblocksize"); in ctl_be_block_open_dev() 2008 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "pblockoffset"); in ctl_be_block_open_dev() 2019 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "ublocksize"); in ctl_be_block_open_dev() 2022 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "ublockoffset"); in ctl_be_block_open_dev() 2047 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "unmap"); in ctl_be_block_open_dev() 2243 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "file"); in ctl_be_block_create() [all …]
|
| HD | ctl_frontend_iscsi.c | 1995 target = ctl_get_opt(&opts, "cfiscsi_target"); in cfiscsi_ioctl_port_create() 1996 alias = ctl_get_opt(&opts, "cfiscsi_target_alias"); in cfiscsi_ioctl_port_create() 1997 tags = ctl_get_opt(&opts, "cfiscsi_portal_group_tag"); in cfiscsi_ioctl_port_create() 2106 target = ctl_get_opt(&opts, "cfiscsi_target"); in cfiscsi_ioctl_port_remove() 2107 tags = ctl_get_opt(&opts, "cfiscsi_portal_group_tag"); in cfiscsi_ioctl_port_remove()
|
| HD | ctl.c | 4225 if ((value = ctl_get_opt(&lun->be_lun->options, in ctl_init_page_index() 4259 value = ctl_get_opt(&lun->be_lun->options, "writecache"); in ctl_init_page_index() 4262 value = ctl_get_opt(&lun->be_lun->options, "readcache"); in ctl_init_page_index() 4290 value = ctl_get_opt(&lun->be_lun->options, "reordering"); in ctl_init_page_index() 4334 value = ctl_get_opt(&lun->be_lun->options, in ctl_init_page_index() 4347 value = ctl_get_opt(&lun->be_lun->options, in ctl_init_page_index() 4360 value = ctl_get_opt(&lun->be_lun->options, in ctl_init_page_index() 4373 value = ctl_get_opt(&lun->be_lun->options, in ctl_init_page_index() 4582 scsiname = ctl_get_opt(&be_lun->options, "scsiname"); in ctl_alloc_lun() 4587 eui = ctl_get_opt(&be_lun->options, "eui"); in ctl_alloc_lun() [all …]
|
| HD | ctl_backend_ramdisk.c | 592 value = ctl_get_opt(&be_lun->ctl_be_lun.options, "unmap"); in ctl_backend_ramdisk_create()
|
| HD | ctl_tpc.c | 1640 value = ctl_get_opt(&lun->be_lun->options, "insecure_tpc"); in ctl_extended_copy_lid1() 1767 value = ctl_get_opt(&lun->be_lun->options, "insecure_tpc"); in ctl_extended_copy_lid4()
|