Searched refs:pipe_state (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dser-pipe.c39 struct pipe_state struct
52 struct pipe_state *state;
134 state = XNEW (struct pipe_state);
149 struct pipe_state *state = (struct pipe_state *) scb->state;
H A Dser-mingw.c794 struct pipe_state struct
808 static struct pipe_state *
811 struct pipe_state *ps = XCNEW (struct pipe_state);
822 free_pipe_state (struct pipe_state *ps)
849 void operator() (pipe_state *ps) const
855 typedef std::unique_ptr<pipe_state, pipe_state_destroyer> pipe_state_up; typedef
920 struct pipe_state *ps;
945 struct pipe_state *ps = (struct pipe_state *) sc
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dser-pipe.c40 struct pipe_state struct
53 struct pipe_state *state;
143 state = XNEW (struct pipe_state);
158 struct pipe_state *state = (struct pipe_state *) scb->state;
H A Dser-mingw.c799 struct pipe_state struct
813 static struct pipe_state *
816 struct pipe_state *ps = XCNEW (struct pipe_state);
827 free_pipe_state (struct pipe_state *ps)
854 void operator() (pipe_state *ps) const
860 typedef std::unique_ptr<pipe_state, pipe_state_destroyer> pipe_state_up; typedef
931 struct pipe_state *ps;
956 struct pipe_state *ps = (struct pipe_state *) sc
[all...]
/netbsd-current/sys/kern/
H A Dsys_pipe.c179 pipe->pipe_state = PIPE_SIGNALR;
338 while (pipe->pipe_state & PIPE_LOCKFL) {
348 pipe->pipe_state |= PIPE_LOCKFL;
360 KASSERT(pipe->pipe_state & PIPE_LOCKFL);
362 pipe->pipe_state &= ~PIPE_LOCKFL;
398 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0)
430 (atomic_load_relaxed(&rpipe->pipe_state) & PIPE_EOF) == 0)
489 if (rpipe->pipe_state & PIPE_EOF)
528 wakeup_state = rpipe->pipe_state;
539 rpipe->pipe_state
[all...]
/netbsd-current/sys/sys/
H A Dpipe.h76 * Bits in pipe_state.
103 u_int pipe_state; /* pipe status info */ member in struct:pipe
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv10.c38 struct pipe_state { struct
410 struct pipe_state pipe_state; member in struct:nv10_gr_chan
440 struct pipe_state *pipe = &chan->pipe_state;
568 struct pipe_state *pipe = &chan->pipe_state;
587 struct pipe_state *pipe = &chan->pipe_state;
639 struct pipe_state *pipe_stat local
[all...]
/netbsd-current/usr.bin/fstat/
H A Dfstat.c1289 (cp.pipe_state & PIPE_ASYNC) ? "a" : "");

Completed in 230 milliseconds