Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsys_pipe.c179 pipe->pipe_state = PIPE_SIGNALR; in pipe_ctor()
338 while (pipe->pipe_state & PIPE_LOCKFL) { in pipelock()
348 pipe->pipe_state |= PIPE_LOCKFL; in pipelock()
360 KASSERT(pipe->pipe_state & PIPE_LOCKFL); in pipeunlock()
362 pipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()
398 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0) in pipeselwakeup()
430 (atomic_load_relaxed(&rpipe->pipe_state) & PIPE_EOF) == 0) in pipe_read()
489 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()
528 wakeup_state = rpipe->pipe_state; in pipe_read()
539 rpipe->pipe_state &= ~PIPE_RESTART; in pipe_read()
[all …]
/netbsd-src/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
440 struct pipe_state *pipe = &chan->pipe_state; in nv17_gr_mthd_lma_window()
568 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_save_pipe()
587 struct pipe_state *pipe = &chan->pipe_state; in nv10_gr_load_pipe()
639 struct pipe_state *pipe_state = &chan->pipe_state; in nv10_gr_create_pipe() local
644 pipe_state_addr = pipe_state->pipe_##addr; \ in nv10_gr_create_pipe()
648 u32 *__end_addr = pipe_state->pipe_##addr + \ in nv10_gr_create_pipe()
649 ARRAY_SIZE(pipe_state->pipe_##addr); \ in nv10_gr_create_pipe()
/netbsd-src/sys/sys/
H A Dpipe.h103 u_int pipe_state; /* pipe status info */ member
/netbsd-src/usr.bin/fstat/
H A Dfstat.c1289 (cp.pipe_state & PIPE_ASYNC) ? "a" : ""); in ptrans()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20062541 * ser-mingw.c (struct pipe_state): New structure.
H A DChangeLog-19995293 * ser-pipe.c (struct pipe_state): Define.
5295 pipe_state''. Delete #ifdef code that used popen().
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20062541 * ser-mingw.c (struct pipe_state): New structure.
H A DChangeLog-19995293 * ser-pipe.c (struct pipe_state): Define.
5295 pipe_state''. Delete #ifdef code that used popen().