Lines Matching defs:utmpx
44 #include <utmpx.h>
286 * readutmpx - read the utmpx file to find out the ids of running port
303 struct utmpx *uxp; /* working pointer */
339 "ambiguous utmpx entry <%.8s>",
424 * clean up old utmpx if its there
430 * create a utmpx entry and set initial states
449 * cleanutx - clean out a utmpx record for a port monitor
463 struct utmpx ut;
464 struct utmpx *up;
470 * check to see if there is a utmpx entry to clean up (indicated by a non
471 * zero utmpx id
537 struct utmpx utmpx; /* prototype utmpx entry */
538 struct utmpx *up = &utmpx; /* and a pointer to it */
540 (void) memset(up, '\0', sizeof (utmpx));
550 log("Could not create utmpx entry");
879 /* first, remove the utmpx entry and clean up any links */