Searched refs:lun_option (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/usr.sbin/ctld/
H A Dctld.h152 struct lun_option { struct
153 TAILQ_ENTRY(lun_option) lo_next;
162 TAILQ_HEAD(, lun_option) l_options;
380 struct lun_option *lun_option_new(struct lun *lun,
382 void lun_option_delete(struct lun_option *clo);
383 struct lun_option *lun_option_find(const struct lun *lun,
385 void lun_option_set(struct lun_option *clo,
H A Dparse.y817 lun_option
874 lun_option: OPTION STR STR label
876 struct lun_option *clo;
H A Dctld.c1390 struct lun_option *lo, *tmp;
1481 struct lun_option *
1484 struct lun_option *lo;
1505 lun_option_delete(struct lun_option *lo)
1515 struct lun_option *
1518 struct lun_option *lo;
1529 lun_option_set(struct lun_option *lo, const char *value)
1572 struct lun_option *lo;
H A Dkernel.c394 struct lun_option *lo;
647 struct lun_option *lo;

Completed in 50 milliseconds