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

/freebsd-current/usr.sbin/ctld/
H A Dkernel.c675 o = option_new(&cl->l_options, nv->name, nv->value);
737 o = option_find(&lun->l_options, "file");
741 o = option_new(&lun->l_options, "file", lun->l_path);
746 o = option_find(&lun->l_options, "ctld_name");
750 o = option_new(&lun->l_options, "ctld_name", lun->l_name);
754 o = option_find(&lun->l_options, "scsiname");
756 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname);
760 if (!TAILQ_EMPTY(&lun->l_options)) {
767 TAILQ_FOREACH(o, &lun->l_options, o_next)
822 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 122 milliseconds