Home
last modified time | relevance | path

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

/qemu/
H A Dos-posix.c94 static uid_t user_uid = (uid_t)-1; /* -1 -1 >=0 */ variable
114 user_uid = -1; in os_set_runas()
132 user_uid = got_uid; in os_set_runas()
139 assert((user_uid == (uid_t)-1) || user_pwd == NULL); in change_process_uid()
140 assert((user_uid == (uid_t)-1) == in change_process_uid()
143 if (user_pwd || user_uid != (uid_t)-1) { in change_process_uid()
145 uid_t intended_uid = user_pwd ? user_pwd->pw_uid : user_uid; in change_process_uid()