Searched refs:time (Results 76 - 100 of 2085) sorted by relevance

1234567891011>>

/freebsd-10.3-release/lib/libc/sys/
H A Dnanosleep.c37 #include <time.h>
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-thunder.h65 * Read time-of-day counter.
71 * Write time-of-day counter.
74 int cvmx_rtc_ds1374_write(uint32_t time);
103 * The default expiration time is 1 second and the function to
/freebsd-10.3-release/sys/boot/ia64/ski/
H A Dexit.c31 #include <sys/time.h>
H A Defi_stub.c123 GetTime(struct efi_tm *time, struct efi_tmcap *caps) argument
128 time->tm_year = comps[0] + 1900;
129 time->tm_mon = comps[1] + 1;
130 time->tm_mday = comps[2];
131 time->tm_hour = comps[3];
132 time->tm_min = comps[4];
133 time->tm_sec = comps[5];
134 time->__pad1 = time->__pad2 = 0;
135 time
142 SetTime(struct efi_tm *time) argument
148 GetWakeupTime(uint8_t *enabled, uint8_t *pending, struct efi_tm *time) argument
154 SetWakeupTime(uint8_t enable, struct efi_tm *time) argument
[all...]
/freebsd-10.3-release/sbin/dump/
H A Dunctime.c38 #include <time.h>
/freebsd-10.3-release/contrib/file/src/
H A Dgmtime_r.c7 #include <time.h>
H A Dlocaltime_r.c7 #include <time.h>
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/stat/common/
H A Dtimestamp.c37 time_t t = time(NULL);
/freebsd-10.3-release/sys/sys/
H A Dtimeb.h54 time_t time; /* seconds since the Epoch */ member in struct:timeb
/freebsd-10.3-release/tools/tools/kttcp/sys/
H A Dkttcpio.h44 #include <sys/time.h>
49 struct timeval kio_elapsed; /* elapsed time (OUT) */
/freebsd-10.3-release/usr.bin/csup/
H A Dproto.h31 #include <time.h>
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h65 #include <sys/time.h>
66 #include <time.h>
68 #include <sys/time.h>
70 #include <time.h>
122 #include <time.h>
/freebsd-10.3-release/contrib/llvm/lib/Support/Unix/
H A DUnix.h42 # include <sys/time.h>
44 #include <time.h>
/freebsd-10.3-release/contrib/libstdc++/include/c_compatibility/
H A Dtime.h35 // Get rid of those macros defined in <time.h> in lieu of real functions.
39 #undef time macro
53 using std::time;
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h41 #include <sys/time.h>
42 #include <time.h>
44 #include <sys/time.h>
46 #include <time.h>
/freebsd-10.3-release/sys/kern/
H A Dkern_uuid.c52 * Note that the generator state is itself an UUID, but the time and clock
67 } time; member in struct:uuid_private
112 * Get the current time as a 60 bit count of 100-nanosecond intervals
114 * the Unix time since 00:00:00.00, January 1, 1970 to the date of the
121 uint64_t time = 0x01B21DD213814000LL; local
124 time += (uint64_t)bt.sec * 10000000LL;
125 time += (10000000LL * (uint32_t)(bt.frac >> 32)) >> 32;
126 return (time & ((1LL << 60) - 1LL));
133 uint64_t time; local
139 time
[all...]
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_equal.c18 #include <sys/time.h>
H A Dex_mark.c18 #include <sys/time.h>
H A Dex_quit.c18 #include <sys/time.h>
H A Dex_set.c18 #include <sys/time.h>
H A Dex_yank.c18 #include <sys/time.h>
/freebsd-10.3-release/contrib/nvi/vi/
H A Dv_zexit.c18 #include <sys/time.h>
/freebsd-10.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_compat.h46 #include <sys/time.h>
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dlocaltime_r.c37 #include <time.h>
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet_locl.h99 #include <sys/time.h>
100 #include <time.h>
102 #include <sys/time.h>
104 #include <time.h>

Completed in 277 milliseconds

1234567891011>>