Home
last modified time | relevance | path

Searched refs: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(); in smb_pwd_init()
187 if (smb_pwd_hdl == NULL) in smb_pwd_init()
193 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam"); in smb_pwd_init()
196 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid"); in smb_pwd_init()
199 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setcntl"); in smb_pwd_init()
202 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_setpasswd"); in smb_pwd_init()
205 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_num"); in smb_pwd_init()
208 (int (*)())dlsym(smb_pwd_hdl, "smb_pwd_iteropen"); in smb_pwd_init()
211 (void (*)())dlsym(smb_pwd_hdl, "smb_pwd_iterclose"); in smb_pwd_init()
[all …]