Searched refs:compat_utmp (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | read.c | 55 size = getmodsize(size, sizeof (struct compat_utmp), in bc_read() 71 sizeof (struct compat_utmp)); in bc_read() 82 struct compat_utmp *ut; in to_utmp() 86 ut = (struct compat_utmp *)buf; in to_utmp()
|
H A D | write.c | 54 nsize = getmodsize(size, sizeof (struct compat_utmp), in bc_write() 74 sizeof (struct compat_utmp)); in bc_write() 88 struct compat_utmp *ut; in conv2utmpx() 92 ut = (struct compat_utmp *) buf; in conv2utmpx()
|
H A D | readv.c | 58 sizeof (struct compat_utmp), in bc_readv() 74 sizeof (struct compat_utmp)); in bc_readv()
|
H A D | writev.c | 58 sizeof (struct compat_utmp), in bc_writev() 78 sizeof (struct compat_utmp)); in bc_writev()
|
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | read.c | 55 size = getmodsize(size, sizeof (struct compat_utmp), in bc_read() 72 sizeof (struct compat_utmp)); in bc_read() 87 struct compat_utmp *ut; in to_utmp() 91 ut = (struct compat_utmp *)buf; in to_utmp()
|
H A D | write.c | 58 nsize = getmodsize(size, sizeof (struct compat_utmp), in bc_write() 80 sizeof (struct compat_utmp)); in bc_write() 100 struct compat_utmp *ut; in conv2utmpx() 104 ut = (struct compat_utmp *) buf; in conv2utmpx()
|
H A D | readv.c | 59 sizeof (struct compat_utmp), in bc_readv() 77 sizeof (struct compat_utmp)); in bc_readv()
|
H A D | writev.c | 61 sizeof (struct compat_utmp), in bc_writev() 83 sizeof (struct compat_utmp)); in bc_writev()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | lseek.c | 45 off = getmodsize(offset, sizeof (struct compat_utmp), in lseek() 49 sizeof (struct compat_utmp)); in lseek()
|
H A D | _stat.c | 90 sizeof (struct utmpx), sizeof(struct compat_utmp)); in bc_fstat() 136 sizeof(struct utmpx), sizeof(struct compat_utmp)); in stat_com() 145 sizeof(struct utmpx), sizeof(struct compat_utmp)); in stat_com()
|
H A D | compat.h | 50 struct compat_utmp struct
|