Searched refs:getutxid (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/head/
H A Dutmpx.h132 extern struct utmpx *getutxid(const struct utmpx *);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c97 if ((oldu = getutxid(&ut)) != NULL) {
252 if ((oup = getutxid(&u)) != NULL) {
326 if ((oup = getutxid(&u)) != NULL) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c88 putmpx = getutxid(&utmpx);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c293 * "getutxid" finds the specified entry in the utmpx file. If
297 getutxid(const struct utmpx *entry) function
302 * From XPG5: "The getutxid() or getutxline() may cache data.
401 if ((utmpx2 = getutxid(&utmpx)) == NULL)
415 * From XPG5: "The getutxid() or getutxline() may cache data.
652 if (getutxid(&tmpxbuf) == NULL) {
659 if (getutxid(&tmpxbuf) == NULL) {
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c699 if (u = getutxid (u)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c487 if ((utmpx = getutxid(&utmpx_id)) != NULL)
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c311 putmpx = getutxid(&utmpx);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c204 if ((utmpx = getutxid(&utmpx_id)) != NULL)
/illumos-gate/usr/src/man/man3c/
H A DMakefile854 getutxid.3c \
1835 getutxid.3c := LINKSRC = getutxent.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc581 struct utmpx *getutxid(const struct utmpx *entry);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2706 if ((oldu = getutxid(u)) != NULL) {

Completed in 94 milliseconds