OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WAITING
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libcurses/
setterm.c
270
#define
WAITING
0
286
seq =
WAITING
;
290
case
WAITING
:
308
seq=
WAITING
;
315
seq=
WAITING
;
323
seq=
WAITING
;
/src/usr.sbin/isibootd/
isibootd.c
95
#define
WAITING
0 /* implicit state after receiving the first frame */
96
#define OPENING 1 /*
waiting
for OPEN after CONNECT is received */
98
static __unused const char *state[] = { "
WAITING
", "OPENING", "TRANSFER" };
211
case
WAITING
:
293
cp->state =
WAITING
;
/src/sys/arch/xen/xen/
xbdback_xenbus.c
84
*
WAITING
: xbdback instance is connected,
waiting
for requests
89
typedef enum {
WAITING
, RUN, DISCONNECTING, DISCONNECTED} xbdback_state_t;
647
xbdi->xbdi_status =
WAITING
;
703
if (xbdi->xbdi_status ==
WAITING
|| xbdi->xbdi_status == RUN)
748
if (xbdi->xbdi_status ==
WAITING
|| xbdi->xbdi_status == RUN) {
939
case
WAITING
:
943
xbdi->xbdi_status =
WAITING
; /* reset state */
1610
/* only set RUN state when we are
WAITING
for work */
1611
if (xbdi->xbdi_status ==
WAITING
)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025