Searched refs:now (Results 451 - 475 of 555) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Devents.c1215 struct os_time now, age; local
1216 os_get_time(&now);
1217 os_time_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
1278 * IBSS for WPA-None. Ignore them for now.
1531 return; /* only SME case supported for now */
1535 return; /* Only FT Action Response is supported for now */
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c260 time_t now; local
617 now = tv.tv_sec;
618 tm = localtime(&now);
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c929 /* We now know that the access spans no invalid objects. */
1978 struct timeval now = { 0, 0 }; local
1980 gettimeofday (& now, NULL);
1994 now.tv_sec, now.tv_usec,
2099 This can't happen now, since system() only returns when gdb
2613 /* One of the children is now the root. Doesn't matter much
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_subr.c330 u_int64_t now; local
339 now = read_machclk();
340 interval = now - tbr->tbr_last;
348 tbr->tbr_last = now;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c550 ar5210SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c277 struct timeval now; local
335 e->event.sequence = drm_vblank_count_and_time(rdev->ddev, crtc_id, &now);
336 e->event.tv_sec = now.tv_sec;
337 e->event.tv_usec = now.tv_usec;
1510 /* WARNING: Right now this can't happen but
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl391 * we now use fwrite().
568 /* Okay, we're now positioned to make the NUL
606 * yytext, we can now set up
1010 /* yy_c_buf_p now points to the character we want to return.
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c484 /* From now on we don't want syslog messages going to stderr. */
693 struct timespec now; local
695 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now);
696 if (now.tv_sec - sep->se_time.tv_sec >
698 sep->se_time = now;
1056 /* might need to turn on or off service now */
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c321 time_t now; local
323 now = curtime();
324 if (now - readstart >= to)
340 to -= now - readstart;
341 readstart = now;
437 time_t now; local
439 now = curtime();
440 if (now - readstart >= to)
452 to -= now - readstart;
1258 /* now sca
[all...]
/freebsd-9.3-release/bin/ps/
H A Dps.c100 time_t now; /* Current time(3) value */ variable
188 time(&now); /* Used by routines in print.c. */
226 * now it will not be described in the man page.
263 * `-g' option. So we skip it for now.
912 * option was simply ignored), but now they are fatal
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc261 bug. But for now assigning the zero vmas works. */}
H A Dmep.sc214 bug. But for now assigning the zero vmas works. */}
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-rdp.c261 time_t now = time (0); local
262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec97 - Postinstall script for the server now only prints "Generating SSH host
/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c465 time_t now = time(0); local
477 || now > client->cl_expiration) {
869 * now.
1142 * restriction now.
/freebsd-9.3-release/share/mk/
H A Dsys.mk76 # For now comment it out to not compile with -g unconditionally.
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c586 ar5212SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
593 if (now) {
/freebsd-9.3-release/sys/kern/
H A Dkern_tc.c43 static u_int now; local
45 return (++now);
151 * Return the difference between the timehands' counter value now and what
/freebsd-9.3-release/sys/mips/mips/
H A Dswtch.S386 cfc1 t0, MIPS_FPU_CSR # now get status
509 cfc1 t0, MIPS_FPU_CSR # now get status
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c1465 reply(530, "Login not available right now.");
1500 reply(530, "Login not available right now.");
1873 * trying to open a data connection in active mode now.
3388 time_t now;
3391 time(&now);
3397 ctime(&now)+4, ident, remotehost,
3399 (long)(now - start + (now == start)));
/freebsd-9.3-release/sys/dev/oce/
H A Doce_if.c1902 uint64_t now = 0, delta; local
1916 now = ticks;
1919 if ((now < aic->ticks) || (eqo->intr < aic->intr_prev))
1922 delta = now - aic->ticks;
1952 aic->ticks = now;
/freebsd-9.3-release/usr.sbin/ppp/
H A Dbundle.c270 * The given fsm is now up
365 /* The given fsm is now down (fp cannot be NULL)
1176 time_t now = time(NULL); local
1183 unsigned up = now - bundle->upat;
1195 bundle->idle.done = now + secs;
1242 time_t now = time(NULL); local
1252 bundle->session.done = now + secs;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress.c2691 struct timeval tv, now, tv2; local
2705 evutil_gettimeofday(&now, NULL);
2717 tt_assert(evutil_timercmp(&tv2, &now, >));
2719 test_timeval_diff_eq(&now, &tv2, 500);
3088 struct timeval tv1, tv2, tv3, now; local
3100 evutil_gettimeofday(&now, NULL);
3104 tt_int_op(timeval_msec_diff(&tv1, &now), <, 10);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c990 time_t now; local
1057 time(&now);
1059 localtime(&now)))
1244 * We're set up now. Make sure we've got at least enough
3149 * list now. Make sure a NULL list is properly treated by
3271 * For now, output everything we know about the
3597 /* The buffer has no trailing linefeed or NUL right now. For
3926 * .last timestamps, which entry now precedes the
3953 * now= 0x-prefixed l_fp timestamp at the server marking
3956 * If any entries were returned, now
4002 l_fp now; local
[all...]

Completed in 532 milliseconds

<<11121314151617181920>>