Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c142 PSID userPSID = NULL; in create_acl_user() local
145 bool converted = ConvertStringSidToSid(userInfo->SSID, &userPSID); in create_acl_user()
158 eAccess[0].Trustee.ptstrName = (LPTSTR)userPSID; in create_acl_user()
184 LocalFree(userPSID); in create_acl_user()
187 LocalFree(userPSID); in create_acl_user()
380 PSID userPSID; in set_file_permissions() local
388 bool converted = ConvertStringSidToSid(userInfo->SSID, &userPSID); in set_file_permissions()
401 securityBitFlags, userPSID, NULL, pACL, in set_file_permissions()
410 LocalFree(userPSID); in set_file_permissions()
415 LocalFree(userPSID); in set_file_permissions()