Searched defs:utmp (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getut.c | 31 * utmp-like files. These routines are only used in 33 * other than /var/adm/utmp or /var/adm/wtmp. In this case, 34 * we assume that someone really wants to read old utmp-format 62 static void utmp_frec2api(const struct futmp *, struct utmp *); 63 static void utmp_api2frec(const struct utmp *, struct futmp *); 64 struct utmp *_compat_getutent(void); 65 struct utmp *_compat_getutid(const struct utmp *); 66 struct utmp *_compat_getutline(const struct utmp *); 451 _compat_makeut(struct utmp *utmp) argument 541 struct utmp utmp; /* holding area */ local [all...] |
H A D | getexecattr.c | 561 userstr_t *utmp; local 573 utmp = _getuserattr(&user, buf, NSS_BUFLEN_USERATTR, &err); 574 if (utmp == NULL) { 578 head = userprof((const char *)(utmp->name), type, id, 581 head = userprof((const char *)(utmp->name), type, id, 586 while ((utmp = _getuserattr(&user, 589 userprof((const char *)(utmp->name),
|
H A D | getutx.c | 42 * binary compatibility routines to support the old utmp interfaces 107 * prototypes for utmp compatibility routines (in getut.c) 109 extern struct utmp *_compat_getutent(void); 110 extern struct utmp *_compat_getutid(const struct utmp *); 111 extern struct utmp *_compat_getutline(const struct utmp *); 112 extern struct utmp *_compat_pututline(const struct utmp *); 115 extern void _compat_updwtmp(const char *, struct utmp *); 915 struct utmpx utmp; /* holding area */ local 1147 makeutx(const struct utmpx *utmp) argument 1243 makeut(struct utmp *utmp) argument [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 1329 struct utmpx utmp; variable in typeref:struct:utmpx 1336 #define NMAX (sizeof (utmp.ut_name))
|
Completed in 213 milliseconds