Home
last modified time | relevance | path

Searched refs:smb_open_rcfile (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/
H A Dcflib.h93 int smb_open_rcfile(char *);
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlookup.c79 if (smb_open_rcfile(NULL) == 0) { in cmd_lookup()
H A Dstatus.c81 if (smb_open_rcfile(NULL) == 0) { in cmd_status()
/titanic_50/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h208 int smb_open_rcfile(char *);
/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dmapfile-vers116 smb_open_rcfile;
H A Drcfile.c652 smb_open_rcfile(char *home) in smb_open_rcfile() function
H A Dctx.c1519 if ((err = smb_open_rcfile(ctx->ct_home)) != 0) { in smb_ctx_readrc()