Searched refs:modutx (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/
H A Dutmpx.h140 extern struct utmpx *modutx(const struct utmpx *);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c161 if (modutx(up) == NULL) {
163 * Since modutx failed we'll
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c463 if (modutx(up) == NULL) {
465 * Since modutx failed we'll
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c905 * modutx - modify a utmpx entry. Also notify init about new pids or
911 modutx(const struct utmpx *utp) function
964 if ((utmpx2 = modutx(&utmpx)) == NULL)
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c512 if (modutx(up) == NULL) {
514 * Since modutx failed we'll
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1558 if (modutx(up) == NULL) {
1560 * Since modutx failed we'll
H A Din.telnetd.c4521 if (modutx(up) == NULL) {
4523 * Since modutx failed we'll
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc589 struct utmpx *modutx(const struct utmpx *utp);

Completed in 81 milliseconds