Searched refs:state (Results 301 - 325 of 689) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/debugger/arch/
H A DArchitecture.h89 // and CPU state; returned CPU state
98 // to the CPU state.
115 CpuState* state) = 0;
118 CpuState* state,
/haiku/headers/libs/glut/GL/
H A Dglut.h306 /* Mouse button state. */
336 /* Entry/exit state. */
340 /* Menu usage state. */
344 /* Visibility state. */
348 /* Window status state. */
629 GLUTAPI void GLUTAPIENTRY glutMouseFunc(void (GLUTCALLBACK *func)(int button, int state, int x, int y));
632 GLUTAPI void GLUTAPIENTRY glutEntryFunc(void (GLUTCALLBACK *func)(int state));
633 GLUTAPI void GLUTAPIENTRY glutVisibilityFunc(void (GLUTCALLBACK *func)(int state));
636 GLUTAPI void GLUTAPIENTRY glutMenuStateFunc(void (GLUTCALLBACK *func)(int state));
641 GLUTAPI void GLUTAPIENTRY glutSpaceballButtonFunc(void (GLUTCALLBACK *func)(int button, int state));
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.h136 struct alq * sc_alq_alq; /* alq state */
182 uint32_t *state, uint32_t sync_state)
192 intr.intr_state[i] = htobe32(state[i]);
181 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, uint32_t *state, uint32_t sync_state) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h48 void AddOpenFile(OpenState* state);
49 void RemoveOpenFile(OpenState* state);
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp92 StackFrame::SetPreviousCpuState(CpuState* state) argument
97 fPreviousCpuState = state;
/haiku/src/system/libroot/os/
H A Ddebug.c69 disable_debugger(int state) argument
71 return _kern_disable_debugger(state);
/haiku/headers/os/game/
H A DDirectWindow.h85 bool state);
96 virtual void WindowActivated(bool state);
/haiku/src/servers/package/
H A DVolume.h167 void _SetLatestState(VolumeState* state,
169 void _DumpState(VolumeState* state);
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp660 virtual status_t SaveState(BMessage* state) const;
702 Nebula::SaveState(BMessage* state) const
704 state->AddFloat("speed", gSpeed);
705 state->AddInt32("width", gSettingsWidth);
706 state->AddBool("motionblur", gMotionBlur);
707 state->AddFloat("max_fps", gMaxFramesPerSecond);
708 state->AddInt8("scheme", gPaletteScheme);
709 state->AddInt8("border", gBlankBorders);
/haiku/src/apps/activitymonitor/
H A DActivityView.h65 status_t SaveState(BMessage& state) const;
74 const BMessage* state = NULL);
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h40 const char* package_state_to_string(PackageState state);
101 void SetState(PackageState state);
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_device.cpp131 .set_powerstate = [](pci_device *device, uint8 state) {
132 gPCI->SetPowerstate(device->device, state);
/haiku/headers/os/interface/
H A DPopUpMenu.h51 virtual void MakeFocus(bool state = true);
/haiku/headers/private/kernel/vm/
H A Dvm_page.h40 void vm_page_set_state(struct vm_page *page, int state);
/haiku/src/apps/bootmanager/
H A DBootManagerController.cpp90 BootManagerController::NextState(int32 state) argument
92 switch (state) {
161 // cannot leave the current state/page
244 BootManagerController::CreatePage(int32 state, WizardView* wizard) argument
249 switch (state) {
/haiku/headers/os/support/
H A DJob.h74 void SetState(BJobState state);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.h65 CpuState* state,
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h37 static const char* ThreadStateToString(int state,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.h76 uint32 state; member in struct:bt_usb_dev
/haiku/src/apps/remotedesktop/
H A DRemoteView.h53 const engine_state *state);
/haiku/src/system/kernel/arch/x86/32/
H A Dapm.cpp78 return "Unable to enter requested state";
137 apm_set_state(uint16 device, uint16 state) argument
142 regs.ecx = state;
267 cpu_status state = disable_interrupts();
271 restore_interrupts(state);
/haiku/headers/posix/sys/
H A Dtypes.h100 __haiku_std_int32 state; member in struct:_pthread_once
/haiku/src/preferences/screen/
H A DScreenWindow.h40 virtual void WorkspaceActivated(int32 ws, bool state);
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h64 CpuState* state,
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h55 uint8 state; member in struct:_es1370_stream

Completed in 208 milliseconds

<<11121314151617181920>>