HomeSort by: relevance | last modified time | path
    Searched refs:PIPE (Results 1 - 9 of 9) sorted by relevancy

  /src/etc/
monthly 24 trap "/bin/rm -rf $MONTHLYDIR ; exit 0" EXIT INT QUIT PIPE
weekly 31 trap "/bin/rm -rf $WEEKLYDIR ; exit 0" EXIT INT QUIT PIPE
security 49 trap "/bin/rm -rf $SECUREDIR ; exit 0" EXIT INT QUIT PIPE
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 67 nm_proc = subprocess.Popen([nm, library], stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE)
sancov.py 199 proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
  /src/usr.bin/lorder/
lorder.sh 82 trap "rm -f $N $R $S; exit 1" HUP INT QUIT PIPE TERM 2>/dev/null || \
  /src/usr.bin/gzip/
znew 59 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
108 # -P flag is recognized to maintain compatibility, but ignored. Pipe mode is
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 79 self.pipe = self.open_llvm_symbolizer()
94 result = subprocess.Popen(cmd, stdin=subprocess.PIPE,
95 stdout=subprocess.PIPE,
104 if not self.pipe:
111 self.pipe.stdin.write("%s\n" % symbolizer_input)
113 function_name = self.pipe.stdout.readline().rstrip()
116 file_name = self.pipe.stdout.readline().rstrip()
144 self.pipe = self.open_addr2line()
158 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_mem_input.h 57 SRI(DMIF_BUFFER_CONTROL, PIPE, id)

Completed in 15 milliseconds