HomeSort by: relevance | last modified time | path
    Searched defs:pipe (Results 1 - 25 of 448) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/sys/
Lint_pipe.c 12 pipe(int filedes[2]) function
Lint_pipe.c 12 pipe(int filedes[2]) function
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_crt.h 14 #define pipe pipe_drmhack /* see intel_display.h */ macro
16 enum pipe;
22 i915_reg_t adpa_reg, enum pipe *pipe);
intel_lpe_audio.h 14 #define pipe pipe_drmhack /* see intel_display.h */ macro
16 enum pipe;
24 enum pipe pipe, enum port port,
intel_lvds.h 16 #define pipe pipe_drmhack /* see intel_display.h */ macro
18 enum pipe;
22 i915_reg_t lvds_reg, enum pipe *pipe);
intel_sdvo.h 18 #define pipe pipe_drmhack /* see intel_display.h */ macro
21 enum pipe;
25 i915_reg_t sdvo_reg, enum pipe *pipe);
intel_crt.h 14 #define pipe pipe_drmhack /* see intel_display.h */ macro
16 enum pipe;
22 i915_reg_t adpa_reg, enum pipe *pipe);
intel_lpe_audio.h 14 #define pipe pipe_drmhack /* see intel_display.h */ macro
16 enum pipe;
24 enum pipe pipe, enum port port,
intel_lvds.h 16 #define pipe pipe_drmhack /* see intel_display.h */ macro
18 enum pipe;
22 i915_reg_t lvds_reg, enum pipe *pipe);
intel_sdvo.h 18 #define pipe pipe_drmhack /* see intel_display.h */ macro
21 enum pipe;
25 i915_reg_t sdvo_reg, enum pipe *pipe);
intel_dp.h 19 #define pipe pipe_drmhack /* see intel_display.h */ macro
21 enum pipe;
47 enum pipe *pipe);
intel_dp.h 19 #define pipe pipe_drmhack /* see intel_display.h */ macro
21 enum pipe;
47 enum pipe *pipe);
  /src/external/gpl2/xcvs/dist/lib/
unistd--.h 27 #undef pipe macro
28 #define pipe pipe_safer macro
unistd--.h 27 #undef pipe macro
28 #define pipe pipe_safer macro
  /src/external/gpl3/gdb/dist/gnulib/import/
pipe.c 1 /* Create a pipe.
32 pipe (int fd[2]) function
48 # error "This platform lacks a pipe function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib."
unistd--.h 26 #undef pipe macro
27 #define pipe pipe_safer macro
pipe.c 1 /* Create a pipe.
32 pipe (int fd[2]) function
48 # error "This platform lacks a pipe function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib."
unistd--.h 26 #undef pipe macro
27 #define pipe pipe_safer macro
  /src/external/gpl3/gdb.old/dist/gnulib/import/
pipe.c 1 /* Create a pipe.
32 pipe (int fd[2]) function
48 # error "This platform lacks a pipe function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib."
unistd--.h 26 #undef pipe macro
27 #define pipe pipe_safer macro
pipe.c 1 /* Create a pipe.
32 pipe (int fd[2]) function
48 # error "This platform lacks a pipe function, and Gnulib doesn't provide a replacement. This is a bug in Gnulib."
unistd--.h 26 #undef pipe macro
27 #define pipe pipe_safer macro
  /src/tests/kernel/kqueue/read/
t_pipe.c 46 ATF_TC(pipe); variable
47 ATF_TC_HEAD(pipe, tc)
51 ATF_TC_BODY(pipe, tc)
58 RL(pipe(fds));
64 /* make sure there is something in the pipe */
66 (void)printf("pipe: wrote 'foo' to pipe\n");
75 (void)printf("pipe: read '%s'\n", buffer);
76 (void)printf("pipe: successful end\n");
81 ATF_TP_ADD_TC(tp, pipe);
    [all...]
t_pipe.c 46 ATF_TC(pipe); variable
47 ATF_TC_HEAD(pipe, tc)
51 ATF_TC_BODY(pipe, tc)
58 RL(pipe(fds));
64 /* make sure there is something in the pipe */
66 (void)printf("pipe: wrote 'foo' to pipe\n");
75 (void)printf("pipe: read '%s'\n", buffer);
76 (void)printf("pipe: successful end\n");
81 ATF_TP_ADD_TC(tp, pipe);
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
intel_lpe_audio.h 32 #define pipe pipe_drmhack /* see intel_display.h */ macro
45 int pipe; member in struct:intel_hdmi_lpe_audio_port_pdata

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 91011>>