HomeSort by relevance Sort by last modified time
    Searched refs:timeval (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
rpc_as.h 43 struct timeval as_timeout_remain;
51 extern struct timeval rpc_as_get_timeout(void);
54 extern void rpc_as_timeout(struct timeval);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/common/
utime.c 51 struct timeval tv[2];
54 return (utimes(name, (struct timeval *)0));
  /onnv/onnv-gate/usr/src/ucbhead/sys/
rusage.h 46 struct timeval ru_utime; /* user time used */
47 struct timeval ru_stime; /* system time used */
  /onnv/onnv-gate/usr/src/head/
metacl.x 124 %extern const struct timeval md_mdc_def_timeout;
125 %extern const struct timeval md_mdc_pmap_timeout;
126 %extern const struct timeval md_mdc_proxy_timeout;
142 %const struct timeval md_mdc_def_timeout = MD_MDC_DEF_TO;
143 %const struct timeval md_mdc_pmap_timeout = MD_MDC_PMAP_TO;
144 %const struct timeval md_mdc_proxy_timeout = MD_MDC_PROXY_TO;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/sys/
gettimeofday.c 53 extern int _gettimeofday(struct timeval *);
57 gettimeofday(struct timeval *tp, void *tzp)
72 settimeofday(struct timeval *tp, void *tzp)
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/rdc/
rdc_clnt.h 50 caddr_t, xdrproc_t, caddr_t, struct timeval *);
53 struct timeval *);
55 xdrproc_t, caddr_t, struct timeval *);
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
gettimeofday.s 34 / implements int gettimeofday(struct timeval *tp, void *tzp)
47 / to by struct timeval * argument.
49 movl 4(%esp), %ecx / put ptr to timeval in %ecx
51 movl %eax, (%ecx) / store seconds into timeval ptr
55 movl %edx, 4(%ecx) / store usecs into timeval ptr + 4.
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
ttl_utils.c 51 suc_code is_greater_timeval(struct timeval *, struct timeval *);
52 suc_code add_to_timeval(struct timeval *, int);
71 struct timeval now;
72 struct timeval old_time;
112 if (ttl.dsize != sizeof (struct timeval)) {
145 bcopy(ttl.dptr, &old_time, sizeof (struct timeval));
192 struct timeval now;
205 expire.dsize = sizeof (struct timeval);
270 * DESCRIPTION: Adds an int to a timeval
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.time.c 21 void prusage(struct rusage *r0, struct rusage *r1, struct timeval *e,
22 struct timeval *b);
23 void pdeltat(struct timeval *t1, struct timeval *t0);
24 void tvadd(struct timeval *tsum, struct timeval *t0);
25 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0);
52 struct timeval timedol
    [all...]
sh.proc.h 39 struct timeval p_btime; /* begin time */
40 struct timeval p_etime; /* end time */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
time.h 16 struct timeval { struct
57 struct timeval it_interval; /* timer interval */
58 struct timeval it_value; /* current value */
resource.h 50 struct timeval ru_utime; /* user time used */
51 struct timeval ru_stime; /* system time used */
  /onnv/onnv-gate/usr/src/uts/common/avs/ncall/
ncall_module.h 52 int (*ncall_timedsend)(ncall_t *, int, int, struct timeval *,
54 int (*ncall_timedsendnotify)(ncall_t *, int, int, struct timeval *,
56 int (*ncall_broadcast)(ncall_t *, int, int, struct timeval *,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
defs.h 135 extern struct timeval lastfullupdate;
136 extern struct timeval lastmcast;
140 extern struct timeval nextmcast;
141 extern struct timeval now;
162 extern void timevaladd(struct timeval *, struct timeval *);
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
ncall_inter.h 46 int ncall_timedsend(void *, int, int, struct timeval *, ...) { }
47 int ncall_timedsendnotify(void *, int, int, struct timeval *,
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
pcap-ipf.h 34 struct timeval ph_ts;
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metad/
metad_local.h 39 extern struct timeval gc;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/compat/sys5/
mkepoch.c 46 struct timeval now;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
time.c 35 struct timeval tt;
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_time.c 40 struct timeval tv;
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/
ftime.c 54 struct timeval t;
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/
utimes.c 31 __utimes(char *filename, struct timeval *tvp) {
  /onnv/onnv-gate/usr/src/uts/common/sys/
time.h 44 struct timeval { struct
200 struct timeval it_interval; /* timer interval */
201 struct timeval it_value; /* current value */
260 * timeval, timestruc) to clock ticks and vice versa.
353 extern void hrt2tv(hrtime_t, struct timeval *);
354 extern hrtime_t tv2hrt(struct timeval *);
355 extern int itimerfix(struct timeval *, int);
357 extern void timevaladd(struct timeval *, struct timeval *);
358 extern void timevalsub(struct timeval *, struct timeval *)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
mDNSPosix.h 132 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, struct timeval *timeout);
141 extern mStatus mDNSPosixRunEventLoopOnce( mDNS *m, const struct timeval *pTimeout, sigset_t *pSignalsReceived, mDNSBool *pDataDispatched);
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_time.h 46 int (*fto_gettimeofday)(struct timeval *, void *);
64 extern void fmd_time_gettimeofday(struct timeval *);

Completed in 2940 milliseconds

1 2 3 4 5 6 7 8 91011>>