Searched refs:state (Results 251 - 275 of 689) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h71 InstructionInfo& _info, CpuState* state);
74 CpuState* state,
H A DCpuStateX86.h84 CpuStateX86(const x86_debug_cpu_state& state);
89 virtual status_t UpdateDebugState(void* state, size_t size)
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp555 PackageScript::DoInstall(const char* path, ItemState* state) argument
813 PackageDirectory::DoInstall(const char* path, ItemState* state) argument
815 BPath &destination = state->destination;
875 PackageFile::DoInstall(const char* path, ItemState* state) argument
877 if (state == NULL)
880 BPath& destination = state->destination;
885 if (state->status == B_NO_INIT || destination.InitCheck() != B_OK) {
900 state->status = B_FILE_EXISTS;
906 if (state->status == B_FILE_EXISTS) {
907 switch (state
1037 DoInstall(const char *path, ItemState *state) argument
[all...]
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h42 _state_(_state_ &state) { *this = state; } argument
/haiku/headers/os/interface/
H A DMenuBar.h49 virtual void WindowActivated(bool state);
50 virtual void MakeFocus(bool state = true);
/haiku/src/servers/app/
H A DCanvas.h39 Canvas(const DrawState& state);
96 const DrawState& state, const IntRect& bounds);
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.h110 CpuStateX8664(const x86_64_debug_cpu_state& state);
115 virtual status_t UpdateDebugState(void* state, size_t size)
H A DArchitectureX8664.h72 InstructionInfo& _info, CpuState* state);
75 CpuState* state,
/haiku/src/libs/compat/freebsd_network/
H A Dmutex.c67 mutex->u.spinlock_.state = status;
76 cpu_status status = mutex->u.spinlock_.state;
/haiku/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp62 ether_link_state state; local
63 if (ioctl(device->fd, ETHER_GET_LINK_STATE, &state,
69 if (device->media != state.media
70 || device->link_quality != state.quality
71 || device->link_speed != state.speed) {
72 device->media = state.media;
73 device->link_quality = state.quality;
74 device->link_speed = state.speed;
117 // check link state of all existing devices
208 // device supports retrieval of the link state
[all...]
/haiku/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp48 dialup_state state; member in struct:dialup_device
71 if (device->state != UP)
94 if (device->state != UP)
175 if (device->state != UP)
187 device->state = DOWN;
222 device->state = DOWN;
308 device->state = DIALING;
318 device->state = UP;
/haiku/src/kits/tracker/
H A DPoseView.h107 // state saving/restoring
818 // used for typeahead - should be replaced by a typeahead state
1204 BPoseView::SetMultipleSelection(bool state) argument
1206 fMultipleSelection = state;
1211 BPoseView::SetSelectionChangedHook(bool state) argument
1213 fSelectionChangedHook = state;
1218 BPoseView::SetAutoScroll(bool state) argument
1220 fShouldAutoScroll = state;
1225 BPoseView::SetPoseEditing(bool state) argument
1227 fAllowPoseEditing = state;
1232 SetDragEnabled(bool state) argument
1239 SetDropEnabled(bool state) argument
1246 SetSelectionRectEnabled(bool state) argument
1253 SetAlwaysAutoPlace(bool state) argument
1260 SetEnsurePosesVisible(bool state) argument
[all...]
H A DBackgroundImage.h102 void WorkspaceActivated(BView* view, int32 workspace, bool state);
/haiku/headers/os/drivers/
H A Dmidi_driver.h39 int (*parse)(uint32* state, uchar byte, size_t maxSize);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h52 /* For such messages, a state > 0 is returned as well as some count > 0. When state */
59 uint32 state = 0; // Only set this to 0 the first time you call the parser.
60 // preserve the 'state' between invocations of your read() hook.
66 if (!todo || state) {
67 todo = (*parser->parse)(&state, byte, end-out_buf);
86 int (*parse)(uint32 * state, uchar byte, size_t max_size);
/haiku/src/apps/cortex/Persistence/
H A DImportContext.cpp75 const ImportContext::state_t ImportContext::state() const { function in class:ImportContext
/haiku/src/apps/mediaplayer/
H A DControllerObserver.h64 virtual void PlaybackStateChanged(uint32 state);
/haiku/src/system/kernel/debug/
H A Dgdb.cpp304 // the gdb state machine and fallback to the regular
323 // #pragma mark - protocol state machine
422 // send a NAK and retry from INIT state.
462 int state = INIT; local
465 while (state != QUIT) {
467 state = gdb_state_dispatch(state, c);
/haiku/src/apps/powerstatus/
H A DDriverInterface.h26 int8 state; member in struct:battery_info
H A DAPMDriverInterface.cpp54 info->state = apmInfo.online ? BATTERY_CHARGING : BATTERY_DISCHARGING;
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.h53 CpuState* state);
85 thread_id thread, CpuState* state);
92 thread_id thread, CpuState* state);
99 thread_id thread, CpuState* state);
/haiku/headers/private/debugger/debug_info/
H A DFunction.h54 function_source_state state);
H A DFunctionInstance.h70 function_source_state state);
/haiku/headers/private/debugger/model/
H A DImage.h51 image_debug_info_state state);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DFTDI.cpp186 FTDIDevice::SetControlLineState(uint16 state) argument
189 this, state);
192 control = (state & USB_CDC_CONTROL_SIGNAL_STATE_RTS) ? FTDI_SIO_SET_RTS_HIGH
206 control = (state & USB_CDC_CONTROL_SIGNAL_STATE_DTR) ? FTDI_SIO_SET_DTR_HIGH

Completed in 99 milliseconds

<<11121314151617181920>>