Home
last modified time | relevance | path

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

/freebsd-11-stable/share/examples/ppi/
HDppilcd.c51 char *l_options[MAX_DRVOPT]; member
178 if (lcd_drivertab[i].l_options[0] != NULL) { in usage()
180 for (j = 0; lcd_drivertab[i].l_options[j] != NULL; j++) in usage()
181 fprintf(stderr, " %s\n", lcd_drivertab[i].l_options[j]); in usage()
/freebsd-11-stable/usr.sbin/ctld/
HDkernel.c643 o = option_new(&cl->l_options, nv->name, nv->value); in conf_new_from_kernel()
704 o = option_find(&lun->l_options, "file"); in kernel_lun_add()
708 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_add()
713 o = option_find(&lun->l_options, "ctld_name"); in kernel_lun_add()
717 o = option_new(&lun->l_options, "ctld_name", lun->l_name); in kernel_lun_add()
721 o = option_find(&lun->l_options, "scsiname"); in kernel_lun_add()
723 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname); in kernel_lun_add()
728 TAILQ_FOREACH(o, &lun->l_options, o_next) in kernel_lun_add()
741 TAILQ_FOREACH(o, &lun->l_options, o_next) { in kernel_lun_add()
790 TAILQ_FOREACH(o, &lun->l_options, o_next) in kernel_lun_modify()
[all …]
HDctld.h169 struct options l_options; member
HDctld.c1420 TAILQ_INIT(&lun->l_options); in lun_new()
1442 TAILQ_FOREACH_SAFE(o, &lun->l_options, o_next, tmp) in lun_delete()
1443 option_delete(&lun->l_options, o); in lun_delete()
1642 TAILQ_FOREACH(o, &lun->l_options, o_next)
HDparse.y994 o = option_new(&lun->l_options, $2, $3);
HDuclparse.c860 option_new(&lun->l_options, in uclparse_lun()