Searched refs:getmodsize (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | lseek.c | 45 off = getmodsize(offset, sizeof (struct compat_utmp), in lseek() 48 ret = getmodsize(ret, sizeof (struct utmpx), in lseek()
|
H A D | _stat.c | 89 buf->st_size = getmodsize(buf->st_size, in bc_fstat() 135 buf->st_size = getmodsize(buf->st_size, in stat_com() 144 buf->st_size = getmodsize(buf->st_size, in stat_com()
|
H A D | compat.h | 82 #define getmodsize(size, ftype, ttype) \ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | readv.c | 57 size = getmodsize(iov[i].iov_len, in bc_readv() 73 ret = getmodsize(ret, sizeof (struct utmpx), in bc_readv()
|
H A D | writev.c | 57 nsize = getmodsize(iov[i].iov_len, in bc_writev() 77 ret = getmodsize(ret, sizeof (struct utmpx), in bc_writev()
|
H A D | read.c | 55 size = getmodsize(size, sizeof (struct compat_utmp), in bc_read() 70 ret = getmodsize(ret, sizeof (struct utmpx), in bc_read()
|
H A D | write.c | 54 nsize = getmodsize(size, sizeof (struct compat_utmp), in bc_write() 73 ret = getmodsize(ret, sizeof (struct utmpx), in bc_write()
|
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | readv.c | 58 size = getmodsize(iov[i].iov_len, in bc_readv() 76 ret = getmodsize(ret, sizeof (struct utmpx), in bc_readv()
|
H A D | writev.c | 60 nsize = getmodsize(iov[i].iov_len, in bc_writev() 82 ret = getmodsize(ret, sizeof (struct utmpx), in bc_writev()
|
H A D | read.c | 55 size = getmodsize(size, sizeof (struct compat_utmp), in bc_read() 71 ret = getmodsize(ret, sizeof (struct utmpx), in bc_read()
|
H A D | write.c | 58 nsize = getmodsize(size, sizeof (struct compat_utmp), in bc_write() 79 ret = getmodsize(ret, sizeof (struct utmpx), in bc_write()
|