Searched refs:phase (Results 1 - 16 of 16) sorted by relevance

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp137 fMessage.AddInt32("phase", INVALID_PHASE);
141 void SetPhase(int32 phase) argument
143 fMessage.ReplaceInt32("phase", phase);
153 int32 phase; local
154 if (message->FindInt32("phase", &phase) != B_OK)
155 phase = INVALID_PHASE;
157 return phase;
174 InternalEvent(uint32 type, team_id team, int32 phase) argument
797 int32 phase; local
846 int32 phase = TimeoutEvent::GetMessagePhase(message); local
956 _SetPhase(int32 phase) argument
1205 _PushEvent(uint32 eventType, team_id team, int32 phase) argument
1224 _GetNextEvent(uint32& eventType, thread_id& team, int32& phase, bool block) argument
1419 int32 phase; local
1443 int32 phase; local
1498 int32 phase; local
1524 int32 phase; local
1651 int32 phase; local
1679 int32 phase; local
1782 int32 phase; local
1885 int32 phase; local
1920 int32 phase; local
[all...]
H A DShutdownProcess.h48 int32 phase);
50 int32& phase, bool block);
52 void _SetPhase(int32 phase);
/haiku/src/apps/networkstatus/
H A DRadioView.h50 int32 phase, int32 index, int32 count);
H A DRadioView.cpp227 RadioView::_SetColor(BView* view, int32 percent, int32 phase, int32 index, argument
233 } else if (phase == 0 || phase % count != index) {
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h218 ppp_phase phase; member in struct:ppp_interface_info
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c1130 if (cpl->status.p != qpair->phase)
1144 qpair->phase = !qpair->phase;
1169 * First time through the completion queue, HW will set phase
1174 qpair->phase = 1;
H A Dnvme_internal.h386 uint8_t phase; member in struct:nvme_qpair
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5501 /* phase mismatch, tx */
5510 /* phase mismatch, rx */
5623 /* without analog phase shift */
5625 /* without analog phase shift */
5627 /* with analog phase shift */
5629 /* with analog phase shift */
5666 "%s: chain %d: mag mismatch=%d phase mismatch=%d\n",
5684 "%s: tx chain %d: mag corr=%d phase corr=%d\n",
5720 "%s: rx chain %d: mag corr=%d phase corr=%d\n",
5745 #define MAX_PHS_DELTA 10 //maximum phase mismatc
5780 int32_t magnitude, phase; local
6093 int32_t magnitude, phase; local
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.cpp447 if(info.info.phase == PPP_DOWN_PHASE)
649 // transform phase into status
650 switch(info.info.phase) {
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp98 switch(info.info.phase) {
714 switch(info.info.phase) {
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp240 if(interface.GetInterfaceInfo(&info) && info.info.phase < PPP_ESTABLISHMENT_PHASE)
/haiku/headers/os/interface/
H A DView.h492 BRect viewRect, BPoint phase = B_ORIGIN);
495 BRect viewRect, BPoint phase = B_ORIGIN);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c962 int space_idx, phase; local
967 phase = 0;
973 switch ( phase )
976 ++phase;
982 ++phase;
988 ++phase;
994 phase = 0;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp479 info->phase = Phase();
731 info->phase = Phase();
1713 // If authenticating we only allow authentication phase protocols.
/haiku/src/kits/interface/
H A DView.cpp3198 BPoint phase)
3209 info.bitmapRect = bitmap->Bounds().OffsetToCopy(phase);
3219 BView::DrawTiledBitmap(const BBitmap* bitmap, BRect viewRect, BPoint phase) argument
3222 DrawTiledBitmapAsync(bitmap, viewRect, phase);
3197 DrawTiledBitmapAsync(const BBitmap* bitmap, BRect viewRect, BPoint phase) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c75 //static void cache_flusher(void *arg, int phase);
806 cache_flusher(void *arg, int phase)

Completed in 155 milliseconds