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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c69 static void *smb_pwd_hdl = NULL; variable
186 smb_pwd_hdl = smb_dlopen();
187 if (smb_pwd_hdl == NULL)
193 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam");
196 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid");
199 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setcntl");
202 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setpasswd");
205 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_num");
208 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_iteropen");
211 (void (*)())dlsym(smb_pwd_hdl, "smb_pwd_iterclos
[all...]

Completed in 75 milliseconds