Searched refs:makeutx (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/head/
H A Dutmpx.h139 extern struct utmpx *makeutx(const struct utmpx *);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c82 if (makeutx(up) == NULL) {
83 log("makeutx for pid %d failed", up->ut_pid);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c107 if (makeutx(&ut) != NULL)
112 "makeutx failed, retrying: %s\n", strerror(errno));
/illumos-gate/usr/src/cmd/rexd/
H A Dunix_login.c404 (void) makeutx(&set_utmp);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c1138 * makeutx - create a utmpx entry, recycling an id if a wild card is
1145 makeutx(const struct utmpx *utmp) function
1249 if ((utmpx2 = makeutx(&utmpx)) == NULL)
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c549 if (makeutx(up) == NULL) {
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c707 makeutx(&utline);
H A Dlisten.c1404 makeutx(&utline);
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1393 if (makeutx(&ut) == NULL) {
1394 zerror(gettext("makeutx failed"));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c1157 if (makeutx(&ut) == NULL)
H A Din.telnetd.c3153 if (makeutx(&ut) == NULL)
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc588 struct utmpx *makeutx(const struct utmpx *utmp);

Completed in 102 milliseconds