Lines Matching refs:l_options
642 nvlist_add_string(cl->l_options, key, in conf_new_from_kernel()
644 error = nvlist_error(cl->l_options); in conf_new_from_kernel()
706 nvlist_replace_string(lun->l_options, "file", lun->l_path); in kernel_lun_add()
708 nvlist_replace_string(lun->l_options, "ctld_name", lun->l_name); in kernel_lun_add()
710 if (!nvlist_exists_string(lun->l_options, "scsiname") && in kernel_lun_add()
712 nvlist_add_string(lun->l_options, "scsiname", lun->l_scsiname); in kernel_lun_add()
714 if (!nvlist_empty(lun->l_options)) { in kernel_lun_add()
715 req.args = nvlist_pack(lun->l_options, &req.args_len); in kernel_lun_add()
764 nvlist_replace_string(lun->l_options, "file", lun->l_path); in kernel_lun_modify()
766 nvlist_replace_string(lun->l_options, "ctld_name", lun->l_name); in kernel_lun_modify()
768 if (!nvlist_exists_string(lun->l_options, "scsiname") && in kernel_lun_modify()
770 nvlist_add_string(lun->l_options, "scsiname", lun->l_scsiname); in kernel_lun_modify()
772 if (!nvlist_empty(lun->l_options)) { in kernel_lun_modify()
773 req.args = nvlist_pack(lun->l_options, &req.args_len); in kernel_lun_modify()