Home
last modified time | relevance | path

Searched refs:timeval (Results 26 – 50 of 535) sorted by relevance

12345678910>>...22

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h41 struct timeval cdate; /* creation date */
42 struct timeval mdate; /* last modification date */
43 struct timeval adate; /* last access date */
139 struct timeval cre_date; /* volume creation time */
140 struct timeval mod_date; /* volume modification time */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c51 rpcvers_t, uint_t, uint_t, const struct timeval *);
54 rpcprog_t, rpcvers_t, uint_t, uint_t, const struct timeval *);
87 const char *nettype, const struct timeval *tp) in clnt_create_vers_timed()
90 struct timeval to; in clnt_create_vers_timed()
174 const rpcvers_t vers, const char *netclass, const struct timeval *tp) in clnt_create_timed()
293 const struct timeval *tmout) in clnt_create_service_timed()
302 struct timeval to; in clnt_create_service_timed()
506 const struct timeval *tp) in clnt_tp_create_timed()
511 struct netconfig *, char *, CLIENT **, struct timeval *); in clnt_tp_create_timed()
523 &cl, (struct timeval *)tp); in clnt_tp_create_timed()
[all …]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c72 time_t timeval; in wait_random_time() local
74 struct timeval tval; in wait_random_time()
89 if ((timeval = time(NULL)) == -1) { in wait_random_time()
92 if ((tmbuf = localtime(&timeval)) == NULL) { in wait_random_time()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h418 int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
420 int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
467 struct timeval;
491 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
494 int gettimeofday(struct timeval *, struct timezone *);
497 int gettimeofday(struct timeval *, struct timezone *);
/illumos-gate/usr/src/ucbhead/sys/
H A Drusage.h44 struct timeval ru_utime; /* user time used */
45 struct timeval ru_stime; /* system time used */
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dutimes.cc30 extern int utimes(char *file, struct timeval *tvp);
41 int utimes_vroot(char *path, struct timeval *time, pathpt vroot_path, pathpt vroot_vroot) in utimes_vroot()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsubr.c241 smb_time_local2server(struct timeval *tsp, int tzoff, long *seconds) in smb_time_local2server()
247 smb_time_server2local(ulong_t seconds, int tzoff, struct timeval *tsp) in smb_time_server2local()
258 smb_time_NT2local(uint64_t nsec, int tzoff, struct timeval *tsp) in smb_time_NT2local()
265 smb_time_local2NT(struct timeval *tsp, int tzoff, uint64_t *nsec) in smb_time_local2NT()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c74 int, struct timeval *);
91 struct timeval ad_timediff; /* server's time - client's time */
95 struct timeval ad_timestamp; /* timestamp sent */
355 sizeof (struct timeval)) != 0) { in authdes_validate()
429 struct timeval *timep) in synchronize()
431 struct timeval mytime; in synchronize()
432 struct timeval timout; in synchronize()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c82 extern void tvsub(struct timeval *, struct timeval *);
272 struct timeval tv; in check_reply6()
273 struct timeval *tp; in check_reply6()
514 if (valid_reply && datalen >= sizeof (struct timeval) && in check_reply6()
515 cc_left >= sizeof (struct timeval)) { in check_reply6()
517 tp = (struct timeval *)((char *)up + in check_reply6()
817 if (valid_reply && datalen >= sizeof (struct timeval) && in check_reply6()
818 cc_left >= sizeof (struct timeval)) { in check_reply6()
820 tp = (struct timeval *)&icmp6->icmp6_data16[2]; in check_reply6()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtvlib16 if ! mem timeval.tv_sec sys/time.h {
17 struct timeval
52 struct timeval tv;
H A Dtime33 if ! mem timeval.tv_sec sys/time.h {
34 struct timeval
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c39 fmd_time_gettimeofday(struct timeval *tvp) in fmd_time_gettimeofday()
82 struct timeval todbase; in fmd_time_sync()
87 struct timeval tod; in fmd_time_sync()
227 struct timeval tv; in fmd_simulator_init()
254 fmd_simulator_tod(struct timeval *tvp, void *tzp) in fmd_simulator_tod()
H A Dfmd_time.h44 int (*fto_gettimeofday)(struct timeval *, void *);
62 extern void fmd_time_gettimeofday(struct timeval *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.h166 extern struct timeval prev_time;
222 extern void init_datalink(dlpi_handle_t, ulong_t, ulong_t, struct timeval *,
226 extern void show_pktinfo(int, int, char *, char *, struct timeval *,
227 struct timeval *, int, int);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h37 struct timeval p_btime; /* begin time */
38 struct timeval p_etime; /* end time */
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray_subr.c57 gettimeofday((struct timeval *)&cumul.clock, 0);
75 gettimeofday((struct timeval *)&start_time, 0);
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_soc.h117 struct timeval, int *);
119 struct timeval, int *, uint_t, uint_t);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c81 struct timeval cu_wait;
82 struct timeval cu_total;
110 rpcvers_t version, struct timeval wait, int *sockp, uint_t sendsz, in clntbudp_bufcreate()
208 rpcvers_t version, struct timeval wait, int *sockp) in clntbudp_create()
217 xdrproc_t xresults, caddr_t resultsp, struct timeval utimeout) in clntbudp_call()
231 struct timeval timeout; in clntbudp_call()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c49 struct timeval timeout;
182 struct timeval timeout;
247 struct timeval timeout;
387 struct timeval timeout;
416 struct timeval timeout;
447 struct timeval timeout;
491 struct timeval timeout;
853 struct timeval timeout;
H A Dcomm.c18 static ssize_t retry_writev __P((socket_t, struct iovec *, int, struct timeval *));
61 struct timeval *timeout;
245 struct timeval *timeout;
322 struct timeval *timeout;
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c63 struct timeval timbuf;
64 static void timestruc_to_timeval(timestruc_t *, struct timeval *);
196 struct timeval times[2];
350 timestruc_to_timeval(timestruc_t *ts, struct timeval *tv) in timestruc_to_timeval()
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c15 isc__gettimeofday(struct timeval *tp, struct timezone *tzp) { in isc__gettimeofday()
43 gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp) { in gettimeofday()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dtime.c38 conv_time(struct timeval *oldtime, struct timeval *newtime, in conv_time()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_ldap.c114 struct timeval now; in rootDirExpired()
131 struct timeval now; in touchRootDir()
/illumos-gate/usr/src/uts/common/io/ral/
H A Dral_rate.h84 struct timeval ra_last_raise;
85 struct timeval ra_raise_interval;

12345678910>>...22