Searched refs:tty (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp279 char *tty = NULL; local
283 pam_get_item(hPAM, PAM_TTY, (void**) &tty);
287 pam_get_item(hPAM, PAM_TTY, (const void**) &tty);
290 pam_vbox_log(hPAM, "pam_vbox_init: rhost=%s, tty=%s, prompt=%s\n",
291 rhost ? rhost : "<none>", tty ? tty : "<none>", prompt ? prompt : "<none>");
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dserial-console22 Bochs. Running C<serial-console> creates a pseudo-tty. The master
67 contain the path to the slave side of the psuedo tty that we create.
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_fb.c58 #include <linux/tty.h>

Completed in 46 milliseconds