Searched refs:timespec (Results 1 - 25 of 135) sorted by relevance

123456

/illumos-gate/usr/src/lib/librt/common/
H A Dllib-lrt43 int clock_getres(clockid_t, struct timespec *);
44 int clock_gettime(clockid_t, struct timespec *);
45 int clock_settime(clockid_t, const struct timespec *);
47 int nanosleep(const struct timespec *, struct timespec *);
52 const struct timespec *_RESTRICT_KYWD);
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dplatform.h31 * Define if the OS does not define struct timespec.
36 struct timespec { struct
H A Deventlib.h60 struct timespec, struct timespec));
166 struct timespec evConsTime __P((time_t sec, long nsec));
167 struct timespec evAddTime __P((struct timespec, struct timespec));
168 struct timespec evSubTime __P((struct timespec, struct timespec));
169 struct timespec evNowTim
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtimespec_get.c24 timespec_get(struct timespec *ts, int base)
H A Dpoll.c35 const struct timespec *_RESTRICT_KYWD tsp,
/illumos-gate/usr/src/boot/sys/sys/
H A D_timespec.h44 struct timespec { struct
H A Dtimespec.h59 struct timespec it_interval;
60 struct timespec it_value;
H A Dstat.h112 struct timespec st_atim; /* time of last access */
113 struct timespec st_mtim; /* time of last data modification */
114 struct timespec st_ctim; /* time of last file status change */
130 struct timespec st_atim; /* time of last access */
131 struct timespec st_mtim; /* time of last data modification */
132 struct timespec st_ctim; /* time of last file status change */
139 struct timespec st_birthtim; /* time of file creation */
148 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
149 unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
161 struct timespec st_ati
[all...]
/illumos-gate/usr/src/head/
H A Dport.h48 int port_get(int, port_event_t *, struct timespec *);
49 int port_getn(int, port_event_t [], uint_t, uint_t *, struct timespec *);
H A Dsemaphore.h63 * The timespec structure while allowed in XPG6 and POSIX.1003d-1999,
68 struct timespec;
70 const struct timespec *_RESTRICT_KYWD);
72 const struct timespec *_RESTRICT_KYWD);
H A Dmqueue.h65 const struct timespec *);
67 const struct timespec *);
71 const struct timespec *_RESTRICT_KYWD);
74 const struct timespec *_RESTRICT_KYWD);
H A Dpoll.h51 const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
H A Dthreads.h76 const struct timespec *_RESTRICT_KYWD);
82 const struct timespec *_RESTRICT_KYWD);
91 extern int thrd_sleep(const struct timespec *, struct timespec *);
H A Dtime.h42 * C11 requires sys/time_impl.h for the definition of the struct timespec.
143 extern int clock_getres(clockid_t, struct timespec *);
144 extern int clock_gettime(clockid_t, struct timespec *);
145 extern int clock_settime(clockid_t, const struct timespec *);
154 extern int nanosleep(const struct timespec *, struct timespec *);
156 const struct timespec *, struct timespec *);
308 extern int timespec_get(struct timespec *, int);
H A Dsched.h66 int sched_rr_get_interval(pid_t, struct timespec *);
H A Daio.h116 const struct timespec *);
119 const struct timespec *);
133 const struct timespec *);
136 const struct timespec *);
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dboot_recv.c46 ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout)
/illumos-gate/usr/src/uts/common/sys/
H A Dtime_impl.h57 typedef struct timespec { /* definition per POSIX.4 */ struct
81 typedef struct timespec timestruc_t; /* definition per SVr4 */
89 #define timestruc timespec /* structure name per SVr4 */
96 struct timespec it_interval; /* timer period */
97 struct timespec it_value; /* timer expiration */
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c50 static void idle_timeout(evContext, void *, struct timespec, struct timespec);
57 struct timespec lastTouched;
58 struct timespec max_idle;
64 struct timespec
66 struct timespec x;
73 struct timespec
74 evAddTime(struct timespec addend1, struct timespec addend2) {
75 struct timespec
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dtimespec_get.c25 timespec_cmp(const struct timespec *ls, const struct timespec *rs)
44 struct timespec ts, pre, post;
/illumos-gate/usr/src/boot/include/
H A Dtime.h88 #include <sys/timespec.h>
169 int clock_getres(clockid_t, struct timespec *);
170 int clock_gettime(clockid_t, struct timespec *);
171 int clock_settime(clockid_t, const struct timespec *);
173 int nanosleep(const struct timespec *, struct timespec *);
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h95 int rscp_send_recv(rscp_msg_t *, rscp_msg_t *, struct timespec *);
110 int rscp_recv(rscp_msg_t *, struct timespec *);
/illumos-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda.h43 struct timespec cda_cpu_delay; /* CPU offline retry interval */
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h171 struct timespec *mtime, struct smb_cred *scrp);
191 void smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds);
192 void smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp);
193 void smb_time_NT2local(uint64_t nsec, struct timespec *tsp);
194 void smb_time_local2NT(struct timespec *tsp, uint64_t *nsec);
195 void smb_time_unix2dos(struct timespec *tsp, int tzoff, uint16_t *ddp,
198 struct timespec *tsp);
H A Dsmb_trantcp.h71 struct timespec nbp_timo;

Completed in 214 milliseconds

123456