Home
last modified time | relevance | path

Searched defs:utx (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dttyslot.c55 struct utmpx utx; in ttyslot() local
/titanic_51/usr/src/lib/libbc/libc/sys/sys5/
H A Dread.c83 struct utmpx *utx; in to_utmp() local
H A Dwrite.c89 struct utmpx *utx; in conv2utmpx() local
[all...]
/titanic_51/usr/src/lib/libbc/libc/sys/4.2/
H A Dread.c88 struct utmpx *utx; in to_utmp() local
H A Dwrite.c101 struct utmpx *utx; in conv2utmpx() local
[all...]
/titanic_51/usr/src/head/
H A Dutmpx.h125 #define nonuserx(utx) ((utx).ut_exit.e_exit == NONROOT_USRX ? 1 : 0) argument
126 #define setuserx(utx) ((utx).ut_exit.e_exit = NONROOT_USRX) argument
/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetutx.c867 updwtmpx(const char *filex, struct utmpx *utx) in updwtmpx() argument
1361 getutmpx(const struct utmp *ut, struct utmpx *utx) in getutmpx() argument
1385 getutmp(const struct utmpx * utx,struct utmp * ut) getutmp() argument
[all...]
/titanic_51/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c397 struct utmpx *utx; in is_login_user() local