Searched refs:sc_utid (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/saf/ |
H A D | sac.c | 317 (void) memcpy(sp->sc_utid, uxp->ut_id, IDLEN); in readutmpx() 348 (void) memcpy(savesp->sc_utid, uxp->ut_id, in readutmpx() 472 zerocheck += sp->sc_utid[i]; in cleanutx() 505 (void) memcpy(up->ut_id, sp->sc_utid, in cleanutx() 547 (void) memset(sp->sc_utid, '\0', IDLEN); in account() 549 (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 | 128 (void) memset(sp->sc_utid, '\0', IDLEN);
|