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

12345

/opensolaris-onvv-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);
/opensolaris-onvv-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...]
/opensolaris-onvv-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.h64 * The timespec structure while allowed in XPG6 and POSIX.1003d-1999,
69 struct timespec;
71 const struct timespec *_RESTRICT_KYWD);
73 const struct timespec *_RESTRICT_KYWD);
H A Dmqueue.h66 const struct timespec *);
68 const struct timespec *);
72 const struct timespec *_RESTRICT_KYWD);
75 const struct timespec *_RESTRICT_KYWD);
H A Dpoll.h52 const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
H A Daio.h117 const struct timespec *);
120 const struct timespec *);
134 const struct timespec *);
137 const struct timespec *);
H A Dsched.h67 int sched_rr_get_interval(pid_t, struct timespec *);
H A Dtime.h138 extern int clock_getres(clockid_t, struct timespec *);
139 extern int clock_gettime(clockid_t, struct timespec *);
140 extern int clock_settime(clockid_t, const struct timespec *);
149 extern int nanosleep(const struct timespec *, struct timespec *);
151 const struct timespec *, struct timespec *);
/opensolaris-onvv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dboot_recv.c46 ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout)
H A Dadm.h108 int ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout);
115 void ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
H A Dshow.c82 struct timespec Timeout;
131 struct timespec Timeout;
181 struct timespec Timeout;
H A Dset.c47 struct timespec Timeout;
H A Dwrappers.c84 ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtime_impl.h59 typedef struct timespec { /* definition per POSIX.4 */ struct
83 typedef struct timespec timestruc_t; /* definition per SVr4 */
91 #define timestruc timespec /* structure name per SVr4 */
98 struct timespec it_interval; /* timer period */
99 struct timespec it_value; /* timer expiration */
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h135 void smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds);
136 void smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp);
137 void smb_time_NT2local(uint64_t nsec, struct timespec *tsp);
138 void smb_time_local2NT(struct timespec *tsp, uint64_t *nsec);
139 void smb_time_unix2dos(struct timespec *tsp, int tzoff, uint16_t *ddp,
142 struct timespec *tsp);
H A Dsmb_trantcp.h67 struct timespec nbp_timo;
/opensolaris-onvv-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 *);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda.h43 struct timespec cda_cpu_delay; /* CPU offline retry interval */
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtvgettime.c35 struct timespec s;
H A Dtvsettime.c36 struct timespec s;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dpoll.c35 const struct timespec *_RESTRICT_KYWD tsp,
/opensolaris-onvv-gate/usr/src/cmd/stat/common/
H A Dcommon.c67 struct timespec pause_tv;
104 status = nanosleep(&pause_tv, (struct timespec *)NULL);

Completed in 203 milliseconds

12345