Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dkernel.c642 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()
[all …]
H A Dctld.h162 nvlist_t *l_options; member
H A Dconf.c393 return (option_new(lun->l_options, name, value)); in lun_add_option()
H A Dctld.c1253 lun->l_options = nvlist_create(0); in lun_new()
1274 nvlist_destroy(lun->l_options); in lun_delete()
1430 options_print("\t\t", lun->l_options);
/freebsd/share/examples/ppi/
H A Dppilcd.c49 char *l_options[MAX_DRVOPT]; member
176 if (lcd_drivertab[i].l_options[0] != NULL) { in usage()
178 for (j = 0; lcd_drivertab[i].l_options[j] != NULL; j++) in usage()
179 fprintf(stderr, " %s\n", lcd_drivertab[i].l_options[j]); in usage()