Searched refs:TTY_SECURE (Results 1 – 6 of 6) sorted by relevance
56 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
187 tty.ty_status |= TTY_SECURE; in getttyent()189 tty.ty_status &= ~TTY_SECURE; in getttyent()
89 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
439 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
368 return (t->ty_status & TTY_SECURE);
904 if (typ && (typ->ty_status & TTY_SECURE) == 0 && in single_user()