Home
last modified time | relevance | path

Searched refs:option_delete (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.h357 void option_delete(struct options *os, struct option *co);
H A Dctld.c647 option_delete(&pg->pg_options, o); in portal_group_delete()
1498 option_delete(&lun->l_options, o); in lun_delete()
1606 option_delete(struct options *options, struct option *o) in option_delete() function