Searched defs:updatefile (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_keychain.c149 * accordingly if 'updatefile' argument is set to B_TRUE.
157 const char *pass, boolean_t updatefile)
176 if (updatefile) {
212 * accordingly if 'updatefile' argument is set to B_TRUE.
216 boolean_t updatefile)
225 if (updatefile) {
262 * be updated accordingly if 'updatefile' argument is set to B_TRUE.
265 smbfs_keychain_del_owner(boolean_t updatefile) argument
272 if (updatefile)
156 smbfs_keychain_add(uid_t uid, const char *dom, const char *usr, const char *pass, boolean_t updatefile) argument
215 smbfs_keychain_del(uid_t uid, const char *dom, const char *usr, boolean_t updatefile) argument

Completed in 22 milliseconds