Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.h23 typedef WindowsUserInfo *PWindowsUserInfo; typedef
25 void free_userInfo(PWindowsUserInfo info);
26 G_DEFINE_AUTO_CLEANUP_FREE_FUNC(PWindowsUserInfo, free_userInfo, NULL);
H A Dcommands-windows-ssh.c42 void free_userInfo(PWindowsUserInfo info) in free_userInfo()
137 static bool create_acl_user(PWindowsUserInfo userInfo, PACL *pACL, Error **errp) in create_acl_user()
289 static bool create_acl(PWindowsUserInfo userInfo, PACL *pACL, Error **errp) in create_acl()
377 static bool set_file_permissions(PWindowsUserInfo userInfo, Error **errp) in set_file_permissions()
459 static bool get_user_info(PWindowsUserInfo *userInfo, const char *username, in get_user_info()
478 PWindowsUserInfo uData = g_new0(WindowsUserInfo, 1); in get_user_info()
560 g_auto(PWindowsUserInfo) userInfo = NULL; in qmp_guest_ssh_get_authorized_keys()
606 g_auto(PWindowsUserInfo) userInfo = NULL; in qmp_guest_ssh_add_authorized_keys()
668 g_auto(PWindowsUserInfo) userInfo = NULL; in qmp_guest_ssh_remove_authorized_keys()