Searched defs:option_defs (Results 1 – 2 of 2) sorted by relevance
55 struct option_defs { struct56 char *tag;57 int type;58 int share; /* share only option */59 int (*check)(char *);
85 struct option_defs { struct86 char *tag;87 int index;88 int type;89 int share; /* share only option */90 int (*check)(sa_handle_t, char *);