Searched refs:now (Results 126 - 150 of 157) sorted by relevance

1234567

/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp642 // we were given a valid group; just use that one from now on
648 // our own buffer group to use from now on
681 // passed back some wildcards). Finish specializing it now, and return an
933 bigtime_t now = TimeSource()->Now(); local
938 bigtime_t how_early = perf_time - EventLatency() - now;
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp626 bigtime_t now = system_time(); local
630 fProcessingLatency = system_time() - now;
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp504 // now fetch this information into an object.
528 // now fetch this information into an object.
1194 uint64 now = static_cast<uint64>(time(NULL)) * 1000; local
1196 if (!fAccessToken.IsValid(now)) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c1488 reply(530, "Login not available right now.");
1524 reply(530, "Login not available right now.");
1914 * trying to open a data connection in active mode now.
3409 time_t now;
3412 time(&now);
3418 ctime(&now)+4, ident, remotehost,
3420 (long)(now - start + (now == start)));
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1250 struct timeval now, wait; local
1263 (void)gettimeofday(&now, NULL);
1264 tvsub(&wait, &now);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1234 bigtime_t now = (bigtime_t)time(NULL) * 1000000; local
1235 formatter.Format(uptimeText, now - uptime, now);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c553 ar5210SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c555 ar5211SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
/haiku/src/apps/deskbar/
H A DSwitcher.cpp648 bigtime_t now = system_time(); local
649 bigtime_t timeout = now + 180000;
657 if (now > fLastSwitch + 400000) {
662 fLastSwitch = now;
938 // now switch to that workspace
993 // now bring the select window on top of everything.
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp399 uint32 now = tcp_now(); local
401 if (now > base)
402 return now - base;
404 return now + UINT_MAX - base;
1508 // we handled this flag now, it must not be set for further processing
1573 // we handled this flag now, it must not be set for further processing
2153 // there is no reason to send a segment just now
2423 // if there is data left to be sent, send it now
2479 TRACE(" RTO is now %" B_PRIdBIGTIME " (after rtt %" B_PRId32 "ms)",
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c589 ar5212SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
596 if (now) {
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1366 bigtime_t now = system_time(); local
1394 viewValues->Update(values, steps, fDrawResolution, now, timeStep,
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp140 // Enable snooping for Nvidia, right now for all their hda-devices,
310 bigtime_t now = system_time(); local
337 stream->real_time = now;
1010 //channelNum += 2; // TODO stereo widget ? Every output gets the same stream for now
1151 // Absolute minimum hw is online; we can now install interrupt handler
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp50 bigtime_t now = real_time_clock_usecs(); local
51 stat.st_atim.tv_sec = now / 1000000LL;
52 stat.st_atim.tv_nsec = (now % 1000000LL) * 1000;
351 // TODO: for now, we don't let sub-transactions fail
389 // TODO: for now, we don't let sub-transactions fail
1095 // links usually don't have a file cache attached - but we now need one
/haiku/src/bin/network/ping/
H A Dping6.c1003 /* From now on we will use only reverse DNS lookups. */
1180 struct timespec now, timeout; local
1194 clock_gettime(CLOCK_MONOTONIC, &now);
1196 timespecsub(&timeout, &now, &timeout);
/haiku/src/bin/unzip/
H A Dfileio.c323 Trace((stderr, "open_outfile: %s now renamed into %s\n",
335 Trace((stderr, "open_outfile: %s now writable\n",
348 Trace((stderr, "open_outfile: %s now deleted\n",
792 * have to be rewritten if size can ever be that large. For now,
1418 /* Function UzpInput() */ /* GRR: this is a placeholder for now */
1630 ZCONST time_t now = time(NULL); local
1634 tm = localtime(&now);
1831 * it exists now.
2116 * never ever be longer than FILNAMSIZ-1 (1024), but for now we'll check,
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp275 // now fill it with data
1102 // we were given a valid group; just use that one from now on
1106 // our own buffer group to use from now on
1147 // passed back some wildcards). Finish specializing it now, and return an
1439 bigtime_t now = TimeSource()->Now(); local
1444 bigtime_t how_early = perf_time - EventLatency() - now;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c997 it now, or wait until the next underflow?
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c267 int timesince, now; local
272 now = ticks;
281 timesince = ticks_to_msecs(now - rt->rt_updtime);
282 rt->rt_updtime = now;
337 * them is too much trouble right now.
1864 * Count frame now that we know it's to be processed.
1878 * send a probe request now that we know there
2520 /* XXX: else do nothing for now */
3203 * For now just use HWMP routing, Airtime link metric, Null Congestion
/haiku/src/system/kernel/
H A Dteam.cpp943 bigtime_t now = system_time(); local
953 time += now - thread->last_time;
975 bigtime_t now = system_time(); local
983 time += now - thread->last_time;
1809 // args are owned by the team_arg structure now
1885 // more precisely: It's owned by the team's main thread, now.
2015 // args are owned by the team_arg structure now
3308 // team_remove_team() and that can be done now that we're not holding any
3318 // thread now.
4191 // we now hav
[all...]
/haiku/src/apps/mail/
H A DMailWindow.cpp564 // TContentView needs to be properly const, for now cast away constness
2286 TMailWindow::Send(bool now) argument
2288 if (!now) {
2419 result = mail.Send(now);
2485 result = fMail->Send(now);
2524 B_TRANSLATE("Start now"), B_TRANSLATE("OK"));
/haiku/src/kits/tracker/
H A DPoseView.cpp1483 // for now use the same cleanup as failToLock does
1514 bigtime_t now = system_time(); local
1517 || now > nextChunkTime) {
1533 nextChunkTime = now + 300000;
2958 time_t now = time(NULL); local
2980 if (stat->st_crtime < now - 5 || stat->st_crtime > now)
3673 bigtime_t now = system_time(); local
3674 if (fLastDeskbarFrameCheckTime + 500000 < now) {
3677 fLastDeskbarFrameCheckTime = now;
[all...]
H A DFindPanel.cpp176 // noop for now
1039 // no disk selected, for now revert to search all disks
3095 time_t now = time(0); local
3100 localtime_r(&now, &nowTimeData);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c809 bigtime_t now = system_time();
817 if ((now - last_cache_access) < 1000000)
1225 /* if there is cloned data, it needs to be flushed now */
1259 /* now go through and set the info that we were asked to */
1958 /* now put this ent at the head of the appropriate list */
2022 There are now three variables used as limits within the ents
2100 now that everything is flushed to disk, go through and
2241 put them on the normal list since they're now clean.
2333 /* now stick this puppy at the head of the mru list */
/haiku/src/servers/app/
H A DDesktop.cpp146 bigtime_t now = system_time();
156 || (focus != fLastFocus && now - fTimestamp > 100000)) {
176 fTimestamp = now;
528 // now that the mode is set, see if we should increase the default font size
1512 // moved into the dirty region (for now)
1896 // is now visible and wasn't before
2085 // turns out the window that is supposed to get focus now already has it
2305 // TODO: for now, just maximize all windows of that application
2753 // We've been asked to quit, so (for now) broadcast to all
2765 // We now nee
[all...]

Completed in 491 milliseconds

1234567