Home
last modified time | relevance | path

Searched refs:smb_debug (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c57 if (smb_debug) \
88 smb_debug = atoi(env); in main()
89 if (smb_debug < 1) in main()
90 smb_debug = 1; in main()
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Drcfile.c62 extern int smb_debug;
348 if (smb_debug) in set_value()
358 if (smb_debug) in set_value()
369 if (smb_debug) in set_value()
673 if (smb_debug) in smb_open_rcfile()
689 if (smb_debug) in smb_open_rcfile()
H A Dctx.c87 int smb_debug, smb_verbose; variable
623 if (error == 0 && smb_debug > 0) in smb_ctx_parseunc()
1054 if (smb_debug) in smb_ctx_resolve()
1144 if (smb_debug) in smb_ctx_resolve()
1583 if (smb_debug) in smb_ctx_readrc()
H A Dmapfile-vers95 smb_debug { FLAGS = NODIRECT }; # data
H A Dsubr.c299 if (smb_debug) { in dprint()
H A Dconnect.c392 if (smb_debug) in smb_iod_connect()
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c211 smb_debug = atoi(env); in main()
212 if (smb_debug < 1) in main()
213 smb_debug = 1; in main()
/titanic_41/usr/src/lib/libsmbfs/netsmb/
H A Dsmbfs_api.h97 extern int smb_debug, smb_verbose;
/titanic_41/usr/src/cmd/fs.d/smbclnt/test/
H A Dtconn.c70 smb_debug = 1; in main()
/titanic_41/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dsmbutil.c153 smb_debug++; in main()