Searched refs:timeval32 (Results 26 - 46 of 46) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1729 if (optlen < sizeof (struct timeval32))
1745 ((struct timeval32 *)(optval))->tv_sec =
1747 ((struct timeval32 *)(optval))->tv_usec =
1749 *optlenp = sizeof (struct timeval32);
H A Dsocksubr.c1153 len = sizeof (struct timeval32);
1270 struct timeval32 *time32;
1272 cmsg->cmsg_len = sizeof (struct timeval32) +
1274 time32 = (struct timeval32 *)CMSG_CONTENT(cmsg);
H A Dsockcommon_sops.c831 if (optlen != sizeof (struct timeval32)) {
836 (struct timeval32 *)optval);
H A Dsocktpi.c5130 struct timeval32 tmo_val32;
5183 if (maxlen < sizeof (struct timeval32)) {
5364 len = sizeof (struct timeval32);
5566 if (optlen != sizeof (struct timeval32)) {
5680 (struct timeval32 *)optval);
/illumos-gate/usr/src/uts/common/net/
H A Dif.h670 struct timeval32 ifi_lastchange; /* last updated */
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c155 uniqtime32(struct timeval32 *tv32p)
174 struct timeval32 tv32;
H A Dsunddi.c7792 sizeof (struct timeval32) + sizeof (short);
7824 struct timeval32 timestamp32;
H A Daio.c418 struct timeval32 wait_time_32;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c221 struct timeval32 tv; /* copy of user's timeval */
H A Dufs_dir.c490 struct timeval32 omtime;
H A Dufs_vnops.c247 struct timeval32 time; /* time stamp for the struct */
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c118 extern void uniqtime32(struct timeval32 *);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_trans.h298 sizeof (struct timeval32) * 3, ip)
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c421 struct timeval32 tv;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mirror.h137 struct timeval32 sm_timestamp; /* time of last state change */
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1059 struct timeval32 tv;
1079 struct timeval32 tv;
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c213 struct timeval32 tod32;
270 struct timeval32 timeval32; local
272 if (Pread(Proc, &timeval32, sizeof (timeval32), offset)
273 != sizeof (timeval32))
276 TIMEVAL32_TO_TIMEVAL(&timeval, &timeval32);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c953 struct timeval32 tv32;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c4122 struct timeval32 *tp = (struct timeval32 *)NULL;
4643 struct timeval32 tmptime;
7095 struct timeval32 *created = NULL;
H A Dmd_ioctl.c3138 struct timeval32 tv;
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c5694 struct timeval32 timestamp32;

Completed in 225 milliseconds

12