Lines Matching refs:utp
910 modutx(const struct utmpx *utp) in modutx() argument
919 if ((unsigned char)utp->ut_id[i] == SC_WILDC) in modutx()
926 (void) memcpy(&utmp, utp, sizeof (utmp)); in modutx()
957 modut(struct utmp *utp) in modut() argument
962 getutmpx(utp, &utmpx); in modut()
966 getutmp(utmpx2, utp); in modut()
967 return (utp); in modut()
1146 struct utmpx *utp; in makeutx() local
1223 utp = pututxline(utmp); in makeutx()
1224 if (utp) in makeutx()
1225 updwtmpx(WTMPX_FILE, utp); in makeutx()
1228 return (utp); in makeutx()