HomeSort by: relevance | last modified time | path
    Searched refs:timeval50 (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/compat/sys/
time.h 47 int __compat_gettimeofday(struct timeval50 * __restrict, void *__restrict)
51 int utimes(const char *, const struct timeval50 [2]);
60 int adjtime(const struct timeval50 *, struct timeval50 *);
61 int futimes(int, const struct timeval50 [2]);
62 int lutimes(const char *, const struct timeval50 [2]);
63 int settimeofday(const struct timeval50 * __restrict,
clockctl.h 43 const struct timeval50 *tv;
50 const struct timeval50 *delta;
51 struct timeval50 *olddelta;
timex.h 40 struct timeval50 time; /* current time (ro) */
resource.h 43 struct timeval50 ru_utime; /* user time used */
44 struct timeval50 ru_stime; /* system time used */
time_types.h 48 struct timeval50 { struct
54 struct timeval50 it_interval; /* timer interval */
55 struct timeval50 it_value; /* current value */
76 timeval50_to_timeval(const struct timeval50 *ts50, struct timeval *ts)
84 timeval_to_timeval50(const struct timeval *ts, struct timeval50 *ts50)
select.h 52 fd_set * __restrict, struct timeval50 * __restrict);
  /src/sys/compat/ufs/lfs/
lfs_extern.h 8 int lfs_segwait(fsid_t *, struct timeval50 *);
  /src/sys/ufs/lfs/
lfs_kernel.h 108 #define LFCNSEGWAITALL_COMPAT _FCNW_FSPRIV('L', 0, struct timeval50)
109 #define LFCNSEGWAIT_COMPAT _FCNW_FSPRIV('L', 1, struct timeval50)
114 #define LFCNSEGWAITALL_COMPAT_50 _FCNR_FSPRIV('L', 0, struct timeval50)
115 #define LFCNSEGWAIT_COMPAT_50 _FCNR_FSPRIV('L', 1, struct timeval50)
  /src/lib/libc/compat/sys/
compat_utimes.c 55 utimes(const char *path, const struct timeval50 tv50[2])
67 lutimes(const char *path, const struct timeval50 tv50[2])
79 futimes(int fd, const struct timeval50 tv50[2])
compat_adjtime.c 60 adjtime(const struct timeval50 *ts50, struct timeval50 *rts50)
compat_gettimeofday.c 53 __compat_gettimeofday(struct timeval50 *tv50, void *tzp)
compat_settimeofday.c 59 settimeofday(const struct timeval50 * __restrict tv50,
compat_lfs_segwait.c 55 lfs_segwait(fsid_t *fsid, struct timeval50 *ts50)
  /src/lib/libc/compat/gen/
compat_time.c 25 #define timeval timeval50
compat_times.c 26 #define __times_timeval struct timeval50
  /src/lib/libc/compat/include/rpc/
pmap_clnt.h 46 struct timeval50, u_long *);
rpcb_clnt.h 47 const struct timeval50, const struct netbuf *);
  /src/lib/libc/compat/time/
compat_difftime.c 50 #define timeval timeval50
compat_asctime.c 29 #define timeval timeval50
  /src/sys/compat/common/
kern_uipc_socket_50.c 127 struct timeval50 otv;
156 struct timeval50 otv;
215 struct timeval50 tv50;
clockctl_50.c 70 struct timeval50 tv50;
83 struct timeval50 atv50;
  /src/lib/libc/compat/rpc/
compat_pmap_rmtcall.c 63 char *out, struct timeval50 tout50, u_long *portp)
compat_rpcb.c 68 const struct timeval50 tout50, const struct netbuf *nb)
  /src/lib/libc/compat/include/
utmpx.h 49 struct timeval50 ut_tv; /* time entry was created */
54 struct timeval50 ll_tv; /* time entry was created */
  /src/sys/compat/net/
if.h 120 struct timeval50 ifi_lastchange;/* last operational state change */
163 struct timeval50 ifi_lastchange;/* last operational state change */

Completed in 20 milliseconds

1 2