Searched refs:TTY_SECURE (Results 1 – 5 of 5) sorted by relevance
54 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
185 tty.ty_status |= TTY_SECURE; in getttyent()187 tty.ty_status &= ~TTY_SECURE; in getttyent()
88 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
427 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
896 if (typ && (typ->ty_status & TTY_SECURE) == 0 && in single_user()