Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dgetttyent.c146 tty.ty_status |= TTY_SECURE; in getttyent()
148 tty.ty_status &= ~TTY_SECURE; in getttyent()
/dragonfly/include/
H A Dttyent.h55 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
/dragonfly/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c90 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
/dragonfly/lib/libtelnet/
H A Dsra.c435 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
/dragonfly/sbin/init/
H A Dinit.c678 if (typ && (typ->ty_status & TTY_SECURE) == 0 && in f_single_user()