Lines Matching defs:optdefs
134 struct option_defs optdefs[] = {
261 for (i = 0; optdefs[i].tag != NULL; i++) {
262 if (strcmp(optdefs[i].tag, name) == 0)
263 return (optdefs[i].index);
284 return (optdefs[optdef].type);
2212 if (optdefs[optindex].share && parent_group != NULL &&
2217 if (optdefs[optindex].index == OPT_PUBLIC) {
2230 switch (optdefs[optindex].type) {
2452 if (ret == SA_OK && optdefs[optindex].check != NULL) {
2454 ret = optdefs[optindex].check(handle, property);