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

/freebsd-current/usr.sbin/ctld/
H A Dkernel.c659 o = option_new(&cl->l_options, nv->name, nv->value);
709 o = option_find(&lun->l_options, "file");
713 o = option_new(&lun->l_options, "file", lun->l_path);
718 o = option_find(&lun->l_options, "ctld_name");
722 o = option_new(&lun->l_options, "ctld_name", lun->l_name);
726 o = option_find(&lun->l_options, "scsiname");
728 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname);
732 if (!TAILQ_EMPTY(&lun->l_options)) {
739 TAILQ_FOREACH(o, &lun->l_options, o_next)
792 o = option_find(&lun->l_options, "fil
[all...]
H A Dctld.h170 struct options l_options; member in struct:lun
H A Dparse.y1073 o = option_new(&lun->l_options, $2, $3);
H A Dctld.c1477 TAILQ_INIT(&lun->l_options);
1499 TAILQ_FOREACH_SAFE(o, &lun->l_options, o_next, tmp)
1500 option_delete(&lun->l_options, o);
1732 TAILQ_FOREACH(o, &lun->l_options, o_next)
H A Duclparse.c971 option_new(&lun->l_options,
/freebsd-current/share/examples/ppi/
H A Dppilcd.c49 char *l_options[MAX_DRVOPT]; member in struct:lcd_driver
176 if (lcd_drivertab[i].l_options[0] != NULL) {
178 for (j = 0; lcd_drivertab[i].l_options[j] != NULL; j++)
179 fprintf(stderr, " %s\n", lcd_drivertab[i].l_options[j]);

Completed in 102 milliseconds