Searched refs:sc_utid (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/saf/ |
H A D | sac.c | 319 (void) memcpy(sp->sc_utid, uxp->ut_id, IDLEN); in readutmpx() 350 (void) memcpy(savesp->sc_utid, uxp->ut_id, in readutmpx() 475 zerocheck += sp->sc_utid[i]; in cleanutx() 508 if (sp->sc_utid != NULL) in cleanutx() 509 (void) memcpy(up->ut_id, sp->sc_utid, in cleanutx() 551 (void) memset(sp->sc_utid, '\0', IDLEN); in account() 553 (void) memcpy(sp->sc_utid, up->ut_id, IDLEN); in account()
|
H A D | structs.h | 75 char sc_utid[IDLEN]; /* utmp id of PM */ member
|
H A D | readtab.c | 130 (void) memset(sp->sc_utid, '\0', IDLEN);
|