Home
last modified time | relevance | path

Searched refs:smbclnt_proto_options (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c148 struct smbclnt_proto_option_defs smbclnt_proto_options[] = { variable
206 if (val < smbclnt_proto_options[index].minval || in range_check_validator()
207 val > smbclnt_proto_options[index].maxval) in range_check_validator()
226 if (strlen(value) > smbclnt_proto_options[index].maxval) in string_length_check_validator()
330 for (i = 0; smbclnt_proto_options[i].name != NULL; i++) { in findprotoopt()
331 if (strcasecmp(smbclnt_proto_options[i].name, name) == 0) in findprotoopt()
426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset()
442 smbclnt_proto_options[PROTO_OPT_SECTION].flags |= SMBC_MODIFIED; in smbfs_save_propset()
467 if ((smbclnt_proto_options[i].flags & SMBC_MODIFIED) == 0) in smbfs_save_propset()
469 if (strcmp(smbclnt_proto_options[i].value, "") == 0) in smbfs_save_propset()
[all …]
H A Dlibshare_smbfs.h48 extern struct smbclnt_proto_option_defs smbclnt_proto_options[];