Lines Matching defs:options

709 chk_opt(struct options *optlistp, int security, char *proto)
711 struct options *optlist;
766 free_opt(struct options *optlist)
768 struct options *nextopt;
781 valid_options(sa_handle_t handle, struct options *optlist, char *proto,
785 struct options *cur;
816 * Add the options in optlist to an optionset and then add the optionset
823 add_optionset(sa_group_t group, struct options *optlist, char *proto, int *err)
1195 struct options *optlist = NULL;
1326 /* check options, if any, for validity */
2112 * If there are resource names with options, show them
2114 * options are at the end of the line followed by
2365 * contents with appropriate options.
3534 struct options *optlist, char *proto, int *err)
3664 * to set options.
3666 * Resource names may take options if the protocol supports it. If the
3667 * protocol doesn't support resource level options, rsrcname is just
3672 basic_set(sa_handle_t handle, char *groupname, struct options *optlist,
3791 space_set(sa_handle_t handle, char *groupname, struct options *optlist,
3891 struct options *optlist = NULL;
4042 * Helper function to actually remove options from a group after all
4047 remove_options(sa_group_t group, struct options *optlist,
4050 struct options *cur;
4084 valid_unset(sa_group_t group, struct options *optlist, char *proto)
4086 struct options *cur;
4114 valid_unset_security(sa_group_t group, struct options *optlist, char *proto,
4117 struct options *cur;
4153 struct options *optlist, char *proto, int *err)
4198 basic_unset(sa_handle_t handle, char *groupname, struct options *optlist,
4321 space_unset(sa_handle_t handle, char *groupname, struct options *optlist,
4426 struct options *optlist = NULL;
5172 * Removes all options on a share.
5431 char *options = NULL;
5476 options = optarg;
5621 * important thing is to change options. We
5668 if (ret == SA_OK && options != NULL &&
5669 strlen(options) > 0) {
5671 options,
5718 char *options = NULL;
5730 options = options;
5750 options = optarg;
5783 if (optind == argc || (optind + 1) < argc || options != NULL) {