Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ctld/
Dkernel.c699 option_set(o, lun->l_path); in kernel_lun_add()
708 option_set(o, lun->l_name); in kernel_lun_add()
782 option_set(o, lun->l_path); in kernel_lun_modify()
791 option_set(o, lun->l_name); in kernel_lun_modify()
Dctld.h409 void option_set(struct option *o, const char *value);
Dctld.c1621 option_set(struct option *o, const char *value) in option_set() function