Searched refs:option_new (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
H A Dparse.y433 o = option_new(&portal_group->pg_options, $2, $3);
994 o = option_new(&lun->l_options, $2, $3);
H A Duclparse.c605 option_new(&portal_group->pg_options,
860 option_new(&lun->l_options,
H A Dkernel.c643 o = option_new(&cl->l_options, nv->name, nv->value);
708 o = option_new(&lun->l_options, "file", lun->l_path);
717 o = option_new(&lun->l_options, "ctld_name", lun->l_name);
723 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname);
H A Dctld.h397 struct option *option_new(struct options *os,
H A Dctld.c1530 option_new(struct options *options, const char *name, const char *value) function

Completed in 109 milliseconds