Home
last modified time | relevance | path

Searched refs:timeval32 (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c39 static int tv_equal(struct timeval32 a, struct timeval32 b);
40 static struct timeval32 tv_subt(struct timeval32 atv, struct timeval32 btv);
41 static struct timeval32 tv_divide(struct timeval32 tv, int dividend);
42 static struct timeval32 tv_mult(struct timeval32 tv, int multiplier);
291 tv_equal(struct timeval32 a, struct timeval32 b) in tv_equal()
297 static struct timeval32
298 tv_subt(struct timeval32 atv, struct timeval32 btv) in tv_subt()
319 static struct timeval32
333 static struct timeval32
344 static struct timeval32
[all …]
H A Dbufmod.c300 struct timeval32 *t32; in sbioc()
302 t32 = (struct timeval32 *)mp->b_cont->b_rptr; in sbioc()
586 mcopyin(mp, NULL, sizeof (struct timeval32), in sbioctl()
600 struct timeval32 *t32; in sbioctl()
603 sizeof (struct timeval32)); in sbioctl()
608 t32 = (struct timeval32 *)mp->b_cont->b_rptr; in sbioctl()
648 sizeof (struct timeval32)); in sbioctl()
673 struct timeval32 *t32; in sbioctl()
684 t32 = (struct timeval32 *)mp->b_cont->b_rptr; in sbioctl()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h40 struct timeval32 { struct
185 struct timeval32 ic_atime; /* 16: time last accessed */
186 struct timeval32 ic_mtime; /* 24: time last modified */
187 struct timeval32 ic_ctime; /* 32: last time inode changed */
/illumos-gate/usr/src/uts/common/syscall/
H A Dadjtime.c59 struct timeval32 atv32; in adjtime()
94 struct timeval32 oatv32; in adjtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h198 struct timeval32 ru_utime; /* user time used */
199 struct timeval32 ru_stime; /* system time used */
H A Dbufmod.h125 struct timeval32 sbh_timestamp;
H A Dmsreg.h52 struct timeval32 mi_time; /* timestamp */
H A Dtypes32.h71 struct timeval32 { struct
H A Dtimex.h209 struct timeval32 time;
H A Dsystm.h311 struct timeval32;
312 extern void uniqtime32(struct timeval32 *);
H A Dtime.h217 struct timeval32 it_interval;
218 struct timeval32 it_value;
H A Dvuid_event.h372 struct timeval32 time; /* Event's time stamp */
H A Dtermios.h380 struct timeval32 tv;
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h154 #define BIOCSRTIMEOUT32 _IOW('B', 122, struct timeval32)
155 #define BIOCGRTIMEOUT32 _IOR('B', 123, struct timeval32)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h199 struct timeval32 ic_atime; /* 16: time last accessed */
200 struct timeval32 ic_mtime; /* 24: time last modified */
201 struct timeval32 ic_ctime; /* 32: last time inode changed */
521 extern struct timeval32 iuniqtime;
/illumos-gate/usr/src/head/
H A Dutmpx.h113 struct timeval32 ut_tv; /* time entry was made */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c420 struct timeval32 tl; in iscsi_net_poll()
426 sizeof (struct timeval32), CRED())) in iscsi_net_poll()
472 struct timeval32 tl; in iscsi_net_recvmsg()
477 sizeof (struct timeval32), CRED())) in iscsi_net_recvmsg()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h41 struct timeval32 mi_time; /* timestamp */
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h111 struct timeval32 time;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1180 len = sizeof (struct timeval32); in so_cmsglen()
1297 struct timeval32 *time32; in so_opt2cmsg()
1299 cmsg->cmsg_len = sizeof (struct timeval32) + in so_opt2cmsg()
1301 time32 = (struct timeval32 *)CMSG_CONTENT(cmsg); in so_opt2cmsg()
H A Dsockcommon_subr.c1732 if (optlen < sizeof (struct timeval32)) in socket_getopt_common()
1748 ((struct timeval32 *)(optval))->tv_sec = in socket_getopt_common()
1750 ((struct timeval32 *)(optval))->tv_usec = in socket_getopt_common()
1752 *optlenp = sizeof (struct timeval32); in socket_getopt_common()
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c156 uniqtime32(struct timeval32 *tv32p) in uniqtime32()
175 struct timeval32 tv32; in gettimeofday()
/illumos-gate/usr/src/uts/common/net/
H A Dif.h670 struct timeval32 ifi_lastchange; /* last updated */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c221 struct timeval32 tv; /* copy of user's timeval */ in ufs_fiosatime()
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c118 extern void uniqtime32(struct timeval32 *);

12