Searched refs:state (Results 201 - 225 of 689) sorted by relevance

1234567891011>>

/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp23 state(APP_STATE_UNREGISTERED),
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h48 volatile uint64_t state __aligned(CACHE_LINE_SIZE);
/haiku/src/apps/deskbar/
H A DBarMenuBar.h80 void* state, bool both = false);
/haiku/src/kits/interface/
H A DTextInput.cpp121 _BTextInput_::MakeFocus(bool state) argument
123 if (state == IsFocus())
126 BTextView::MakeFocus(state);
128 if (state) {
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp406 CpuStateX8664* state = new(std::nothrow) CpuStateX8664; local
407 if (state == NULL)
410 _state = state;
422 CpuStateX8664* state = new(std::nothrow) CpuStateX8664(
424 if (state == NULL)
427 _state = state;
552 // create the CPU state, if we have any info
555 // prepare the previous CPU state
744 InstructionInfo& _info, CpuState* state)
759 return disassembler.GetNextInstructionInfo(_info, state);
743 GetInstructionInfo(target_addr_t address, InstructionInfo& _info, CpuState* state) argument
764 ResolvePICFunctionAddress(target_addr_t instructionAddress, CpuState* state, target_addr_t& _targetAddress) argument
839 CpuStateX8664* state = dynamic_cast<CpuStateX8664*>(frame->GetCpuState()); local
[all...]
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.h59 PackageState state);
H A DInstallPackageProcess.cpp141 PackageState state = ref->State(); local
165 ref->SetState(state);
171 ref->SetState(state);
181 ref->SetState(state);
257 InstallPackageProcess::_SetDownloadedPackagesState(PackageState state) argument
261 (*it)->SetState(state);
/haiku/src/tools/translation/inspector/
H A DImageView.h51 void MouseMoved(BPoint point, uint32 state, const BMessage *pmsg);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82541.h92 void e1000_init_script_state_82541(struct e1000_hw *hw, bool state);
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.h58 } state; member in struct:_SHA2_CTX
/haiku/src/servers/app/
H A DCanvas.cpp45 Canvas::Canvas(const DrawState& state) argument
47 fDrawState(new(std::nothrow) DrawState(state))
90 // (the clipping from the popped state is not effective anymore)
281 const DrawState& state, const IntRect& bounds)
283 Canvas(state),
280 OffscreenCanvas(DrawingEngine* engine, const DrawState& state, const IntRect& bounds) argument
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.h44 float _CalculateResolution(global_item_state *state);
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dscsi_io.cpp30 if (request->state != SCSI_STATE_SENT) {
35 request->state = SCSI_STATE_QUEUED;
65 // or something - in this case, the bus state hasn't changed, but the
67 // request, so the overflow state will be fixed automatically
92 if (request->state != SCSI_STATE_SENT) {
97 request->state = SCSI_STATE_QUEUED;
149 // give SIM a well-defined first state
158 // initial SIM state for this request
246 if (request->state != SCSI_STATE_SENT) {
264 request->state
[all...]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp74 int state = disable_interrupts(); local
87 restore_interrupts(state);
/haiku/headers/private/mail/
H A Dmail_util.h35 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
39 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
/haiku/src/kits/debugger/debug_info/
H A DImageDebugLoadingStateHandlerRoster.cpp26 fLock("loading state handler roster"),
109 SpecificImageDebugInfoLoadingState* state,
117 if ((found = handler->SupportsState(state)))
108 FindStateHandler( SpecificImageDebugInfoLoadingState* state, ImageDebugLoadingStateHandler*& _handler) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_timer.cpp100 cpu_status state = disable_interrupts(); local
115 restore_interrupts(state);
H A Darch_debug_console.cpp378 cpu_status state = 0; local
380 state = disable_interrupts();
388 restore_interrupts(state);
406 cpu_status state = 0; local
408 state = disable_interrupts();
416 restore_interrupts(state);
/haiku/src/apps/packageinstaller/
H A DPackageInstall.cpp207 ItemState state(fItemExistsPolicy);
210 err = item->DoInstall(installPath, &state);
214 int32 choice = fParent->ItemExists(*item, state.destination,
217 state.policy = choice;
218 err = item->DoInstall(installPath, &state);
234 packageInfo.AddItem(state.destination.Path());
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp67 ScheduleState state; member in struct:SchedulingAnalysis::Thread
74 state(UNKNOWN),
648 if (thread->state == READY) {
656 } else if (thread->state == PREEMPTED) {
668 if (thread->state == STILL_RUNNING) {
670 thread->state = RUNNING;
673 if (thread->state != RUNNING) {
675 thread->state = RUNNING;
687 if (thread->state == STILL_RUNNING) {
698 thread->state
[all...]
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp160 ThreadState* state = new(std::nothrow) ThreadState; local
161 if (state == NULL)
163 return state;
185 fState = fThread->state;
770 while (ThreadState* state = fThreadStates.RemoveHead())
771 delete state;
772 while (ThreadState* state = fPreAllocatedThreadStates.RemoveHead())
773 delete state;
810 // clean up the team state and wake up waiting threads
913 ThreadState* state local
939 ThreadState* state = ThreadState::Create(); local
[all...]
/haiku/src/bin/
H A Dxres.cpp552 virtual void Do(State *state) = 0;
565 virtual void Do(State *state) argument
567 state->SetOutput(fPath.c_str());
584 virtual void Do(State *state) argument
586 state->ProcessInput(fPath.c_str());
604 virtual void Do(State *state) argument
607 state->SetInclusionPattern(fPattern);
609 state->SetExclusionPattern(fPattern);
637 virtual void Do(State *state) argument
639 state
895 State *state; local
[all...]
/haiku/src/system/kernel/
H A Dsmp.cpp729 return value is the former interrupt state
734 cpu_status state; local
742 state = disable_interrupts();
749 restore_interrupts(state);
761 return state;
1054 int state; local
1058 state = find_free_message(&msg);
1063 restore_interrupts(state);
1101 restore_interrupts(state);
1117 int state local
1190 int state; local
1462 cpu_status state = disable_interrupts(); local
1504 cpu_status state = disable_interrupts(); local
1528 cpu_status state = disable_interrupts(); local
[all...]
/haiku/src/kits/support/
H A DUrl.cpp1006 explode_url_parse_state state = EXPLODE_PROTOCOL;
1018 switch (state) {
1027 state = EXPLODE_PROTOCOLTERMINATOR;
1034 state = EXPLODE_AUTHORITYORPATH;
1049 state = EXPLODE_AUTHORITYORPATH;
1058 state = EXPLODE_AUTHORITY;
1064 state = EXPLODE_PATH;
1074 state = EXPLODE_PATH;
1089 state = EXPLODE_REQUEST;
1107 state
1192 authority_parse_state state = AUTHORITY_USERNAME; local
[all...]
/haiku/src/bin/network/telnetd/
H A Dstate.c36 static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
40 __FBSDID("$FreeBSD: src/contrib/telnet/telnetd/state.c,v 1.14 2003/05/04 02:54:49 obrien Exp $");
82 #define TS_DATA 0 /* base state */
98 static int state = TS_DATA; local
108 switch (state) {
111 state = TS_DATA;
120 state = TS_IAC;
156 state = TS_CR;
252 state = TS_SB;
257 state
[all...]

Completed in 178 milliseconds

1234567891011>>