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

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

Completed in 66 milliseconds