Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-windows-ssh.h15 typedef struct WindowsUserInfo { struct
21 } WindowsUserInfo; argument
23 typedef WindowsUserInfo *PWindowsUserInfo;
H A Dcommands-windows-ssh.c323 static bool create_ssh_directory(WindowsUserInfo *userInfo, Error **errp) in create_ssh_directory()
428 static bool write_authkeys(WindowsUserInfo *userInfo, GStrv authkeys, in write_authkeys()
478 PWindowsUserInfo uData = g_new0(WindowsUserInfo, 1); in get_user_info()