Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c97 #define SMB_PWD_GETF_NOPWD 2 /* password is not needed */ macro
632 if (flags != SMB_PWD_GETF_NOPWD) { in smb_pwd_fgetent()
639 if (flags == SMB_PWD_GETF_NOPWD) in smb_pwd_fgetent()
1021 while (smb_pwd_fgetent(fp, &pwbuf, SMB_PWD_GETF_NOPWD) != NULL) { in smb_lucache_do_update()