/titanic_44/usr/src/lib/libresolv2/include/isc/ |
H A D | eventlib.h | 60 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 evNowTime __P((void)); 170 struct timespec evUTCTime __P((void)); 171 struct timespec evLastEventTime __P((evContext)); 172 struct timespec evTimeSpec __P((struct timeval)); 173 struct timeval evTimeVal __P((struct timespec)); 174 int evCmpTime __P((struct timespec, struct timespec)); [all …]
|
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 50 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; in evConsTime() 73 struct timespec 74 evAddTime(struct timespec addend1, struct timespec addend2) { in evAddTime() 75 struct timespec x; in evAddTime() 86 struct timespec 87 evSubTime(struct timespec minuend, struct timespec subtrahend) { in evSubTime() [all …]
|
/titanic_44/usr/src/head/ |
H A D | time.h | 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 D | mqueue.h | 65 const struct timespec *); 67 const struct timespec *); 71 const struct timespec *_RESTRICT_KYWD); 74 const struct timespec *_RESTRICT_KYWD);
|
H A D | pthread.h | 262 const struct timespec *_RESTRICT_KYWD); 264 const struct timespec *_RESTRICT_KYWD); 287 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD); 289 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD); 303 const struct timespec *_RESTRICT_KYWD); 305 const struct timespec *_RESTRICT_KYWD); 309 const struct timespec *_RESTRICT_KYWD); 311 const struct timespec *_RESTRICT_KYWD);
|
H A D | threads.h | 76 const struct timespec *_RESTRICT_KYWD); 82 const struct timespec *_RESTRICT_KYWD); 91 extern int thrd_sleep(const struct timespec *, struct timespec *);
|
H A D | semaphore.h | 68 struct timespec; 70 const struct timespec *_RESTRICT_KYWD); 72 const struct timespec *_RESTRICT_KYWD);
|
H A D | aio.h | 116 const struct timespec *); 119 const struct timespec *); 133 const struct timespec *); 136 const struct timespec *);
|
H A D | port.h | 48 int port_get(int, port_event_t *, struct timespec *); 49 int port_getn(int, port_event_t [], uint_t, uint_t *, struct timespec *);
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | time_impl.h | 57 typedef struct timespec { /* definition per POSIX.4 */ struct 81 typedef struct timespec timestruc_t; /* definition per SVr4 */ argument 89 #define timestruc timespec /* structure name per SVr4 */ 96 struct timespec it_interval; /* timer period */ 97 struct timespec it_value; /* timer expiration */
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subr.h | 171 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 D | smb_time.c | 126 smb_time_NT2local(uint64_t nt_time, struct timespec *tsp) in smb_time_NT2local() 158 smb_time_local2NT(struct timespec *tsp, uint64_t *nt_time) in smb_time_local2NT() 179 smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds) in smb_time_local2server() 188 smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp) in smb_time_server2local() 202 smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp, in smb_time_unix2dos() 294 struct timespec *tsp) in smb_dos2unixtime()
|
/titanic_44/usr/src/lib/librt/common/ |
H A D | llib-lrt | 43 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);
|
/titanic_44/usr/src/test/libc-tests/tests/ |
H A D | timespec_get.c | 25 timespec_cmp(const struct timespec *ls, const struct timespec *rs) in timespec_cmp() 44 struct timespec ts, pre, post; in main()
|
H A D | c11_threads.c | 204 struct timespec ts; in cthr_test_sleep() 305 struct timespec ts; in cthr_test_cndtime() 324 struct timespec ts; in cthr_test_mtx_selftime() 339 struct timespec ts; in cthr_test_mtx_busy_thr()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 91 const struct timespec *_RESTRICT_KYWD ts) in cnd_timedwait() 159 const struct timespec *_RESTRICT_KYWD abstime) in mtx_timedlock() 250 thrd_sleep(const struct timespec *rqtp, struct timespec *rmtp) in thrd_sleep()
|
/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tvsleep.c | 37 struct timespec stv; in tvsleep() 38 struct timespec srv; in tvsleep()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | tvlib | 6 static struct timespec ts[2]; 30 struct timespec tv; 38 static struct timespec tv;
|
/titanic_44/usr/src/lib/librsc/sparc/mpxu/common/ |
H A D | librsc.h | 95 int rscp_send_recv(rscp_msg_t *, rscp_msg_t *, struct timespec *); 110 int rscp_recv(rscp_msg_t *, struct timespec *);
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | show.c | 82 struct timespec Timeout; in ADM_Process_show_network() 131 struct timespec Timeout; in ADM_Get_Var() 181 struct timespec Timeout; in ADM_Get_Next_Var()
|
H A D | modem_setup.c | 65 struct timespec timeout; in ADM_Process_modem_setup() 219 struct timespec Timeout; in ADM_Modem_Listen() 247 struct timespec timeout; in cleanup()
|
H A D | adm.h | 108 int ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout); 115 void ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 80 cnd_t *; mtx_t *; const struct timespec * |\ 105 mtx_t *; const struct timespec * |\ 150 const struct timespec *; struct timespec * |\
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | common.c | 67 struct timespec pause_tv; in sleep_until() 104 status = nanosleep(&pause_tv, (struct timespec *)NULL); in sleep_until()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 80 struct timespec; 171 uint32_t attr, struct timespec *mtime, struct timespec *atime, 180 struct timespec *mtime, struct smb_cred *scrp);
|