Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/conf/
H A Dcompat_hdrs.awk9 ofile = sprintf("compat/%s/%s", $2, $3);
10 printf("#import\t<machine/compat_%s>\n", $3) > ofile
11 printf(hdr, $1, $3, $1, $3) > ofile;
15 ofile = sprintf("compat/%s/%s", $2, $3);
16 printf("#error This file has been removed\n") > ofile;
20 ofile = sprintf("compat/%s/%s", $2, $3);
21 printf(hdr, $1, $NF, $1, $NF) > ofile;
/xnu-11417.101.15/tools/trace/
H A Dparse_ipc_trace.py427 def print_dot_node(self, ofile, node): argument
439 ofile.write("\t{:s} [style=filled,fontcolor={:s},fillcolor={:s},label=\"{:s}\"];\n"\
442 def print_dot_edge(self, nm, edge, ofile): argument
482 ofile.write("\t{:s} [{:s}];\n".format(nm, attrs))
484 def print_follow_graph(self, ofile, follow, visited = None): argument
485 ofile.write("digraph {:s} {{\n".format(self.name))
486 ofile.write("\tsplines=ortho;\n")
513 self.print_dot_node(ofile, v)
515 self.print_dot_edge(nm, edge, ofile)
516 ofile.write("}\n\n")
[all …]
H A Dios_trace_ipc.sh10 ofile=${1:-ipc.raw}
23 …-9]*:[0-9]*\.[0-9]* \(.*\), 00000000.0 0.0(0.0) proc_exec \1 0 0 0 0 0 \2,' > "ps_${ofile}.txt"
24 trace -L ${ofile} -k ${CODE_MACH_KMSG_INFO} -k ${CODE_MACH_PROC_EXEC} -k ${CODE_MACH_MSG_SEND} -k $…
/xnu-11417.101.15/makedefs/
H A DMakeInc.kernel197 for ofile in $$files; \
199 hdr=$$(od -An -N 4 -t x4 $$ofile); \
204 lto="$$ofile"; \
206 lto="$$(printf '%s\n%s' "$$lto" "$$ofile")"; \
211 nonlto="$$ofile"; \
213 nonlto="$$(printf '%s\n%s' "$$nonlto" "$$ofile")"; \