Lines Matching refs:optdefs
135 struct option_defs optdefs[] = {
262 for (i = 0; optdefs[i].tag != NULL; i++) {
263 if (strcmp(optdefs[i].tag, name) == 0)
264 return (optdefs[i].index);
285 return (optdefs[optdef].type);
2211 if (optdefs[optindex].share && parent_group != NULL &&
2216 if (optdefs[optindex].index == OPT_PUBLIC) {
2229 switch (optdefs[optindex].type) {
2451 if (ret == SA_OK && optdefs[optindex].check != NULL) {
2453 ret = optdefs[optindex].check(handle, property);