Searched defs:ut_user (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp546 utmpx *ut_user; local
556 while ( (ut_user = getutxent())
559 # ifdef RT_OS_DARWIN /* No ut_user->ut_session on Darwin */
561 ut_user->ut_user, ut_user->ut_type, ut_user->ut_pid);
564 ut_user->ut_user, ut_user
[all...]

Completed in 44 milliseconds