• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/smb-759.0/lib/smb/

Lines Matching defs:sname

43 								   const char *sname, int level)
54 rc_getint(rcfile, sname, "debug_level", &prefs->KernelLogLevel);
55 rc_getint(rcfile, sname, "kloglevel", &prefs->KernelLogLevel);
65 rc_getstringptr(rcfile, sname, "smb_neg", &p);
101 (void)rc_getbool(rcfile, sname, "signing_required", (int *) &prefs->signing_required);
104 if (rc_getbool(rcfile, sname, "validate_neg_off", &altflags) == 0) {
114 rc_getstringptr(rcfile, sname, "addr", &p);
125 rc_getint(rcfile, sname, "nbtimeout", &prefs->NetBIOSResolverTimeout);
136 rc_getstringptr(rcfile, sname, "port445", &p);
151 rc_getstringptr(rcfile, sname, "minauth", &p);
190 rc_getint(rcfile, sname, "max_resp_timeout", &prefs->max_resp_timeout);
200 if (rc_getbool(rcfile, sname, "compound_on", &altflags) == 0) {
208 if (rc_getbool(rcfile, sname, "notify_off", &altflags) == 0) {
216 if (rc_getbool(rcfile, sname, "streams", &altflags) == 0) {
224 if ( rc_getbool(rcfile, sname, "soft", &altflags) == 0) {
241 if (rc_getbool(rcfile, sname, "debug_acl_on", &altflags) == 0) {
251 if (rc_getbool(rcfile, sname, "readdirattr_off", &altflags) == 0) {
261 if (rc_getbool(rcfile, sname, "lanman_on", &altflags) == 0) {
274 if (rc_getbool(rcfile, sname, "kerberos_off", &altflags) == 0) {
285 if (rc_getbool(rcfile, sname, "file_ids_off", &altflags) == 0) {
296 if (rc_getbool(rcfile, sname, "aapl_off", &altflags) == 0) {
461 char sname[SMB_MAX_DNS_SRVNAMELEN + SMB_MAXSHARENAMELEN + 4];
481 snprintf(sname, sizeof(sname), "%s:%s", serverName, shareName);
482 readPreferenceSection(rcfile, prefs, sname, 2);