Searched refs:time (Results 301 - 325 of 972) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dalloc_tables.c19 #include <time.h>
H A Ddirblock.c17 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dresize2fs.h25 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dscc.h169 unsigned int time; member in struct:scc_calibrate
202 unsigned int maxkeyup; /* Maximum time to transmit (seconds) */
204 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */
H A Dtimex.h87 * MAXTC establishes the maximum time constant of the PLL. With the
88 * SHIFT_KG and SHIFT_KF values given and a time constant range from
95 #define MAXTC 6 /* maximum time constant (shift) */
102 * with respect to standard time. The FINEUSEC define represents 1 usec in
112 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
132 * the time and frequency dispersion.
140 * MAXGLITCH is the maximum interval before a time offset of more than
163 long offset; /* time offset (usec) */
168 long constant; /* pll time constant */
173 struct timeval time; /* (rea member in struct:timex
[all...]
H A Dncp_fs.h236 int ncp_date_dos2unix(__u16 time, __u16 date);
237 void ncp_date_unix2dos(int unix_date, __u16 * time, __u16 * date);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dscc.h169 unsigned int time; member in struct:scc_calibrate
202 unsigned int maxkeyup; /* Maximum time to transmit (seconds) */
204 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */
H A Dtimex.h87 * MAXTC establishes the maximum time constant of the PLL. With the
88 * SHIFT_KG and SHIFT_KF values given and a time constant range from
95 #define MAXTC 6 /* maximum time constant (shift) */
102 * with respect to standard time. The FINEUSEC define represents 1 usec in
112 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
132 * the time and frequency dispersion.
140 * MAXGLITCH is the maximum interval before a time offset of more than
163 long offset; /* time offset (usec) */
168 long constant; /* pll time constant */
173 struct timeval time; /* (rea member in struct:timex
[all...]
H A Dncp_fs.h236 int ncp_date_dos2unix(__u16 time, __u16 date);
237 void ncp_date_unix2dos(int unix_date, __u16 * time, __u16 * date);
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgtimer.c40 #include <sys/time.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dkerberos.c69 krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c176 temp = ( ( double )( time1->time ) - time2->time );
213 //starvation time
234 //starvation time
275 ptime->tv_sec = now.time + sec;
302 * Calculates the time the job has been waiting at the specified
380 STATSONLY( time( &start );
396 STATSONLY( tp->stats.totalWorkTime += ( time( NULL ) - start );
397 ); //work time
398 STATSONLY( time(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dgena.h40 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dprinting.c612 pj.starttime = old_pj ? old_pj->starttime : q->time;
710 /* A race can occur between the time a job is spooled and
736 ts->queue[i].time = pjob.starttime;
829 Sort print jobs by submittal time.
843 /* Sort on job start time */
845 if (j1->time == j2->time)
847 return (j1->time > j2->time) ? 1 : -1;
878 (uint32)queue[i].time,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd_jobs.c454 We make the brutal assumption that from the time that the
456 the time taken for this process to read the file and send a signal.
458 i.e. - we make sure that it will take a fairish time.
641 && (time(0) - Done_time) > Done_jobs_max_age_DYN) ){
756 Set_nz_flag_value(&job.info,ERROR_TIME,time(0));
1042 Set_flag_value(&job.info,START_TIME,time((void *)0));
1125 Set_nz_flag_value(&job.info,ERROR_TIME,time(0));
1169 Set_nz_flag_value(&job.info,ERROR_TIME,time(0));
1223 /* truncate and close the lock file then wait a short time for signal */
1283 case JHOLD: /* Set_flag_value(&job->info,HOLD_TIME,time((voi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-time.c14 #include <linux/time.h>
24 #include <asm/time.h>
224 /* set time for first interrupt */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtime.c5 * Common time routines among all ppc machines.
19 * measurement at boot time.
23 * - put all time/clock related variables in a single structure
60 #include <linux/time.h>
71 #include <asm/time.h>
183 * resolution timers and decoupling time management from timer
256 /* Updating the RTC is not the job of this code. If the time is
259 * to the system time, in which case there is no point in writing
285 /* In case of a large backwards jump in time with NTP, we want the
336 printk("Warning: real time cloc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dprep_time.c11 * Copied and modified from arch/i386/kernel/time.c
21 #include <linux/time.h>
34 #include <asm/time.h>
50 * is setup at boot time to use the correct addresses.
212 /* Let the time values change again. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dopti621.c167 int cmpt_clk(int time, int bus_speed) argument
168 /* Returns (rounded up) time in clocks for time in ns,
170 * Example: bus_speed = 40 MHz, time = 80 ns
176 return ((time*bus_speed+999)/1000);
212 int recovery_time; /* Recovery time (clocks) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Defirtc.c9 * This code provides a architected & portable interface to the real time
17 * when used to get/set the time.
185 printk(KERN_ERR "efitime: can't read time\n");
217 || copy_from_user(&wtime, &ewp->time, sizeof(struct rtc_time)) )
246 return copy_to_user((void *)&ewp->time, &wtime, sizeof(struct rtc_time)) ? -EFAULT : 0;
252 * We enforce only one user at a time here with the open/close.
262 * We do accept multiple open files at the same time as we
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dmemset.S51 stmgeia r0!, {r1, r3, ip, lr} @ 64 bytes at a time.
/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dbpalogin.h35 #include <sys/time.h>
43 #include <time.h>
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcheck.c13 #include <time.h>
186 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
188 time_t date_dos2unix(unsigned short time,unsigned short date) argument
195 secs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400*
210 date = date_dos2unix(CF_LE_W(file->dir_ent.time),CF_LE_W(file->
773 de.size = de.time = de.date = 0;
823 de.size = de.time = de.date = 0;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dlsdel.c14 #include <time.h>
96 com_err(argv[0], 0, "Bad time - %s",argv[1]);
101 now = current_fs->now ? current_fs->now : time(0);
H A Dutil.c16 #include <time.h>
186 * This function takes a __u32 time value and converts it to a string,
207 * Parse a string as a time. Return ((time_t)-1) if the string
208 * doesn't appear to be a sane time.
217 return time(0);

Completed in 147 milliseconds

<<11121314151617181920>>