Searched refs:time (Results 226 - 250 of 8162) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/sys/
H A Dtimeb.h27 time_t time; member in struct:timeb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/sys/
H A Dtimeb.h27 time_t time; member in struct:timeb
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/sys/
H A Dtimes.h29 #include <time.h>
34 /* Structure describing CPU time used by a process and its children. */
37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
45 /* Store the CPU time used by this process and all its
47 Return the elapsed real time, or (clock_t) -1 for errors.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Dutime.h34 # include <time.h>
40 __time_t actime; /* Access time. */
41 __time_t modtime; /* Modification time. */
45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dgettime.c24 #include <sys/time.h>
26 /* Get the system time into *TS. */
H A Dgettimeofday.c23 #include <sys/time.h>
25 #include <time.h>
137 tv->tv_sec = timebuf.time;
146 tv->tv_sec = time (NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/sys/
H A Dtimes.h29 #include <time.h>
34 /* Structure describing CPU time used by a process and its children. */
37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
45 /* Store the CPU time used by this process and all its
47 Return the elapsed real time, or (clock_t) -1 for errors.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Dutime.h34 # include <time.h>
40 __time_t actime; /* Access time. */
41 __time_t modtime; /* Modification time. */
45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Deventpriv.h22 #include <sys/time.h>
31 struct timeval tmout; /* Absolute time for timeout */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Deventpriv.h22 #include <sys/time.h>
31 struct timeval tmout; /* Absolute time for timeout */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/sys/
H A Dtimes.h29 #include <time.h>
34 /* Structure describing CPU time used by a process and its children. */
37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
45 /* Store the CPU time used by this process and all its
47 Return the elapsed real time, or (clock_t) -1 for errors.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Dutime.h34 # include <time.h>
40 __time_t actime; /* Access time. */
41 __time_t modtime; /* Modification time. */
45 *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dsetrlimit1.c4 #include <sys/time.h>
H A Dugetrlimit1.c5 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lltdc/src/
H A Devent.h24 #include <sys/time.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A DmDNSPosix.h66 #include <sys/time.h>
81 // No additional data required for Posix at this time
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dsource.c42 #include <sys/time.h>
86 src->time = babel_now.tv_sec;
139 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME ||
145 src->time = babel_now.tv_sec;
155 if(src->time > babel_now.tv_sec)
157 src->time = babel_now.tv_sec;
158 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dsource.c42 #include <sys/time.h>
86 src->time = babel_now.tv_sec;
139 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME ||
145 src->time = babel_now.tv_sec;
155 if(src->time > babel_now.tv_sec)
157 src->time = babel_now.tv_sec;
158 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Dsource.c42 #include <sys/time.h>
86 src->time = babel_now.tv_sec;
139 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME ||
145 src->time = babel_now.tv_sec;
155 if(src->time > babel_now.tv_sec)
157 src->time = babel_now.tv_sec;
158 if(src->time < babel_now.tv_sec - SOURCE_GC_TIME) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/libsmb/
H A Dcredentials.c89 SIVAL(time_cred.data, 0, IVAL(stor_cred->data, 0) + timestamp.time);
99 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
155 /* increment client time by one second */
156 new_clnt_time.time = sto_clnt_cred->timestamp.time + 1;
165 /* first 4 bytes of the new seed is old client 4 bytes + clnt time + 1 */
167 new_cred += new_clnt_time.time;
196 /* increment client time by one second */
197 new_clnt_time.time = rcv_clnt_cred->timestamp.time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/libsmb/
H A Dcredentials.c89 SIVAL(time_cred.data, 0, IVAL(stor_cred->data, 0) + timestamp.time);
99 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
155 /* increment client time by one second */
156 new_clnt_time.time = sto_clnt_cred->timestamp.time + 1;
165 /* first 4 bytes of the new seed is old client 4 bytes + clnt time + 1 */
167 new_cred += new_clnt_time.time;
196 /* increment client time by one second */
197 new_clnt_time.time = rcv_clnt_cred->timestamp.time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/libsmb/
H A Dcredentials.c89 SIVAL(time_cred.data, 0, IVAL(stor_cred->data, 0) + timestamp.time);
99 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
155 /* increment client time by one second */
156 new_clnt_time.time = sto_clnt_cred->timestamp.time + 1;
165 /* first 4 bytes of the new seed is old client 4 bytes + clnt time + 1 */
167 new_cred += new_clnt_time.time;
196 /* increment client time by one second */
197 new_clnt_time.time = rcv_clnt_cred->timestamp.time
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-vr41xx.c139 static int vr41xx_rtc_read_time(struct device *dev, struct rtc_time *time) argument
146 rtc_time_to_tm(epoch_sec + elapsed_sec, time);
151 static int vr41xx_rtc_set_time(struct device *dev, struct rtc_time *time) argument
156 current_sec = mktime(time->tm_year + 1900, time->tm_mon + 1, time->tm_mday,
157 time->tm_hour, time->tm_min, time->tm_sec);
167 struct rtc_time *time local
186 struct rtc_time *time = &wkalrm->time; local
[all...]
H A Drtc-mxc.c90 * This function is used to obtain the RTC time or the alarm value in
120 * This function sets the RTC alarm value or the time value.
122 static void set_alarm_or_time(struct device *dev, int time_alarm, u32 time) argument
129 day = time / 86400;
130 time -= day * 86400;
132 /* time is within a day now */
133 hr = time / 3600;
134 time -= hr * 3600;
136 /* time is within an hour now */
137 min = time / 6
163 unsigned long now, time; local
303 mxc_rtc_set_mmss(struct device *dev, unsigned long time) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-vr41xx.c139 static int vr41xx_rtc_read_time(struct device *dev, struct rtc_time *time) argument
146 rtc_time_to_tm(epoch_sec + elapsed_sec, time);
151 static int vr41xx_rtc_set_time(struct device *dev, struct rtc_time *time) argument
156 current_sec = mktime(time->tm_year + 1900, time->tm_mon + 1, time->tm_mday,
157 time->tm_hour, time->tm_min, time->tm_sec);
167 struct rtc_time *time local
186 struct rtc_time *time = &wkalrm->time; local
[all...]

Completed in 146 milliseconds

1234567891011>>