Lines Matching defs:opt
802 sa_optionset_t opt;806 opt = sa_get_optionset(defgrp, NULL);810 if (opt == NULL)811 opt = sa_create_optionset(defgrp, "nfs");3837 sa_optionset_t opt;3854 for (opt = sa_get_optionset(resource, NULL);3855 opt != NULL;3856 opt = sa_get_next_optionset(opt))3857 (void) sa_destroy_optionset(opt);