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

/osnet-11/usr/src/lib/pam_modules/tty_tickets/
H A Dtty_tickets.c131 struct stat ttysb = { 0 }; local
146 if (stat(tty, &ttysb) == -1) {
193 if (ticket_content.tc_dev != ttysb.st_dev ||
194 ticket_content.tc_rdev != ttysb.st_rdev ||
195 ticket_content.tc_ino != ttysb.st_ino) {
232 struct stat ttysb = { 0 }; local
272 if (stat(tty, &ttysb) == -1) {
279 ticket_content.tc_dev = ttysb.st_dev;
280 ticket_content.tc_rdev = ttysb.st_rdev;
281 ticket_content.tc_ino = ttysb
[all...]

Completed in 35 milliseconds