Searched refs:l_options (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/usr.sbin/ctld/ |
H A D | kernel.c | 675 o = option_new(&cl->l_options, nv->name, nv->value); in conf_new_from_kernel() 737 o = option_find(&lun->l_options, "file"); in kernel_lun_add() 741 o = option_new(&lun->l_options, "file", lun->l_path); in kernel_lun_add() 746 o = option_find(&lun->l_options, "ctld_name"); in kernel_lun_add() 750 o = option_new(&lun->l_options, "ctld_name", lun->l_name); in kernel_lun_add() 754 o = option_find(&lun->l_options, "scsiname"); in kernel_lun_add() 756 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname); in kernel_lun_add() 760 if (!TAILQ_EMPTY(&lun->l_options)) { in kernel_lun_add() 767 TAILQ_FOREACH(o, &lun->l_options, o_next) in kernel_lun_add() 822 o = option_find(&lun->l_options, "fil in kernel_lun_modify() [all...] |
H A D | ctld.h | 170 struct options l_options; member
|
H A D | ctld.c | 1374 TAILQ_INIT(&lun->l_options); in port_is_dummy() 1396 TAILQ_FOREACH_SAFE(o, &lun->l_options, o_next, tmp) in target_new() 1397 option_delete(&lun->l_options, o); in target_new() 1629 TAILQ_FOREACH(o, &lun->l_options, o_next)
|
H A D | parse.y | 1038 o = option_new(&lun->l_options, $2, $3);
|
H A D | uclparse.c | 940 option_new(&lun->l_options, in uclparse_lun()
|
/freebsd-src/share/examples/ppi/ |
H A D | ppilcd.c | 49 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()
|