Searched refs:state (Results 501 - 525 of 689) sorted by relevance

<<2122232425262728

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c122 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) argument
125 KASSERT((s->s_flags & SBUF_FINISHED) == state,
127 (state ? "un" : "")));
/haiku/headers/private/kernel/
H A Dthread_types.h41 TEAM_STATE_NORMAL, // normal state
105 job_control_state state; // current team job control state member in struct:job_control_entry
107 uint16 signal; // signal causing the current state
111 // valid while state != JOB_CONTROL_STATE_DEAD
114 // valid when state == JOB_CONTROL_STATE_DEAD
241 int state; // current team state, see above member in struct:BKernel::Team
305 bool initialized; // true when the state has been initialized
449 int32 state; // protecte member in struct:BKernel::Thread
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp178 out.Print("tcp:%p (%12s) state change", fEndpoint,
378 is_writable(tcp_state state) argument
380 return state == ESTABLISHED || state == FINISH_RECEIVED;
385 is_establishing(tcp_state state) argument
387 return state == SYNCHRONIZE_SENT || state == SYNCHRONIZE_RECEIVED;
409 state_needs_finish(int32 state) argument
411 return state == WAIT_FOR_FINISH_ACKNOWLEDGE
412 || state
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c260 stream->state |= AUVIA_STATE_STARTED;
286 stream->state &= ~AUVIA_STATE_STARTED;
305 stream->state = !AUVIA_STATE_STARTED;
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c215 stream->state |= ES1370_STATE_STARTED;
258 stream->state &= ~ES1370_STATE_STARTED;
280 stream->state = !ES1370_STATE_STARTED;
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp233 cpu_status state = disable_interrupts(); local
235 restore_interrupts(state);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp420 BackgroundImage::WorkspaceActivated(BView* view, int32 workspace, bool state) argument
427 if (!state) {
/haiku/src/kits/interface/
H A DControl.cpp584 BControl::SetTracking(bool state) argument
586 fTracking = state;
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp351 \a id, \a track, and \a state must stay constant between calls to this
352 function. \a state must be initialized to zero for the first call.
356 cdtext_pack_data *&lastPack, uint8 &id, uint8 &track, uint8 &state,
365 if (state != 0) {
369 memcpy(buffer, lastPack->text + state, 12 - state);
371 state = 0;
373 state += strnlen(buffer, 12 - state);
431 state
355 parse_pack_data(cdtext_pack_data *&pack, uint32 &packLeft, cdtext_pack_data *&lastPack, uint8 &id, uint8 &track, uint8 &state, char *buffer, size_t &length) argument
598 uint8 state = 0; local
[all...]
/haiku/src/system/kernel/
H A Dport.cpp64 // state. id is immutable.
66 // Port::state ensures atomicity by providing a linearization point for adding
72 // * To make insertion and removal linearizable, Port::state was added. It is
74 // atomic_test_and_set(). A port is only seen as existent when its state is
77 // First, logical deletion happens and sets Port::state to Port::kDeleted.
83 // This creates a linearization point at the atomic update of Port::state,
126 int32 state; member in struct:__anon6::Port
141 state(kUnused),
586 if (port == NULL || port->state != Port::kActive) {
637 if (portRef != NULL && portRef->state
[all...]
/haiku/headers/os/interface/
H A DWindow.h125 bool state);
324 bool _UnpackMessage(unpack_cookie& state,
H A DSlider.h61 virtual void WindowActivated(bool state);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp235 cpu_status state = disable_interrupts(); local
237 restore_interrupts(state);
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp475 status_t state = fPrivate->InitCheck();
476 return state;
/haiku/src/system/kernel/debug/
H A Ddebug.cpp504 // we have to get the on-screen line into the visual state
1215 cpu_status state = disable_interrupts(); local
1238 restore_interrupts(state);
1601 cpu_status state = disable_interrupts(); local
1607 restore_interrupts(state);
2097 cpu_status state = disable_interrupts(); local
2102 restore_interrupts(state);
2111 cpu_status state = disable_interrupts(); local
2116 restore_interrupts(state);
/haiku/src/apps/people/
H A DPersonWindow.cpp145 undo_state state = textView->UndoState(&isRedo); local
146 undoEnabled = state != B_UNDO_UNAVAILABLE;
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c123 chip_state * state)
126 state->control = get_direct(port->card, 0);
127 state->imask = get_direct(port->card, 1);
130 state->regs[ix] = get_indirect(port->card, ix+0x30);
139 const chip_state * state)
142 set_direct(port->card, 0, state->control, 0xff);
145 set_indirect(port->card, ix, state->regs[ix]+0x30, 0xff);
148 set_direct(port->card, 1, state->imask, 0xff);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp370 return threadInfo.state;
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.h251 _find_route_state* state);
/haiku/headers/os/drivers/bus/
H A DSCSI.h150 uchar state; // bus manager state member in struct:scsi_ccb
/haiku/src/apps/expander/
H A DGenericThread.cpp362 return info.state;
/haiku/src/apps/sudoku/
H A DSudokuView.h46 status_t SaveState(BMessage& state) const;
/haiku/headers/private/shared/
H A DCalendarView.h67 virtual void MakeFocus(bool state = true);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h147 CpuState* state, Value* value);
/haiku/src/apps/magnify/
H A DMagnify.h74 void SetSelection(bool state);

Completed in 170 milliseconds

<<2122232425262728