Home
last modified time | relevance | path

Searched refs:option_set (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/ctld/
H A Dkernel.c740 option_set(o, lun->l_path); in kernel_lun_add()
749 option_set(o, lun->l_name); in kernel_lun_add()
825 option_set(o, lun->l_path); in kernel_lun_modify()
834 option_set(o, lun->l_name); in kernel_lun_modify()
H A Dctld.h359 void option_set(struct option *o, const char *value);
H A Dctld.c1630 option_set(struct option *o, const char *value) in option_set() function