Home
last modified time | relevance | path

Searched refs:out_str (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Duserspace.py677 out_str = ""
737 out_str += "FALSE\n"
743 out_str += "FALSE\n"
751 out_str += "\n"
766 out_str += "\n"
796 out_str += "\t\t\t\t"
798 out_str += "\n"
801 out_str += "\t\t\t\t"
803 out_str += "\n"
808 out_str += "\n"
[all …]
H A Dmemorystatus.py41 out_str = ''
44 return out_str
63 out_str += format_string.format(
75 out_str += ' {: >12d}'.format(phys_footprint_spike)
77 out_str += ' {: >12s}'.format('-')
78 out_str += ' {: >10d} {: >10d} {:>8d} {: <32s}'.format(
83 return out_str
H A Dprocess.py206 out_str = ""
1918 return out_str
1987 out_str = ''
2032 return out_str
2071 return out_str
2110 out_str = ''
2122 return out_str
2352 out_str = ''
2360 print(out_str)
2368 out_str = ''
[all …]
H A Dipc.py669 out_str = ''
769 out_str = ''
786 out_str = ''
1777 out_str = ""
1798 out_str = ''
1835 out_str=''
1872 out_str = ""
1908 out_str = ""
1937 out_str = ""
2035 out_str = ""
[all …]
H A Dwaitq.py54 out_str = ""
64 out_str += "L"
66 out_str += "-"
68 out_str += 'F'
70 out_str += "-"
72 out_str += 'I'
74 out_str += "-"
76 out_str += 'P'
78 out_str += "-"
79 return out_str
H A Dipcimportancedetail.py72 out_str = ""
74 out_str += self.GetShortSummary()
80out_str += " <- {: <#018x} INH ({:d}){: <s}".format(from_elem, GetProcPIDForTask(from_elem.iii_to_…
85out_str += " <- {: <#018x} IIT ({:d}){: <s}".format(iit_elem, GetProcPIDForTask(iit_elem.iit_task)…
87 return out_str
92 out_str += "<-" + cur_elem.GetShortSummary()
94 return out_str
H A Dmemory.py1706 out_str = ''
1718 return out_str
1867 out_str = ''
1878 return out_str
1913 out_str = ''
2078 out_str = ''
2112 return out_str
2364 return out_str
2375 out_str = ""
2386 return out_str
[all …]
H A Dxnu.py131 out_str = ""
137 out_str += (
176 out_str += "\n"
178 return out_str
889 out_str = ""
912 out_str += p_char
922 print(out_str)
948 out_str = ""
981 print(out_str)
1038 out_str = ""
[all …]
H A Dexclaves.py19 out_str = f"{t:<#20x}"
28 out_str += f"{p_pid:<8} {p_comm:<30s}" f"{t.conclave:<#20x} {resource.r_name:<60s} {state:<15s}"
30 return out_str
H A Dioreg.py572 out_str = ""
579 out_str += "0x{:<16x} {:<2d} {:<2d} {:<2d} {:<s}\n".format(
583 out_str += iopmrequest_indent
584 out_str += "0x{:<16x} 0x{:<2x} 0x{:<16x} 0x{:<16x}".format(
586 out_str += " 0x{:<8x} 0x{:<8x}".format(
588 out_str += " 0x{:<16x} 0x{:<16x} 0x{:<16x}\n".format(
590 return out_str
614 out_str += " {:<20s}{:<8s}{:<10s}{:<20s}{:<20s}{:<20s}{:<s}\n".format(
624 return out_str
680 out_str = ""
[all …]
H A Dkext.py323 out_str = "%d.%d" % (vers_major, vers_minor)
325 out_str += ".%d" % vers_revision
327 out_str += "d%d" % vers_stage_level
329 out_str += "a%d" % vers_stage_level
331 out_str += "b%d" % vers_stage_level
333 out_str += "fc%d" % vers_stage_level
335 return out_str
H A Dscheduler.py15 out_str = "Processor\t# Runnable\n"
18 out_str += "{:d}\t\t{:d}\n".format(processor_itr.cpu_id, processor_itr.runq.count)
21 print(out_str)
103 out_str = "IRQ-IT Ratio: "
112out_str += " CPU {} [{:.2f}]".format(y, float(cpu_data_entry.cpu_stat.irq_ex_cnt)/(cpu_data_entr…
115 print(out_str)
474out_str = fmt.format(t=thread, time_on_us=time_on_us, time_since_off_us=time_since_off_us, time_si…
475 out_str += fmt2.format(t=thread, sched_mode=sched_mode)
476 out_str += fmt3.format(t=thread, state=state_str, name=task_name, thread_name=thread_name)
478 print(out_str)
H A Dktrace.py76 out_str = ''
91 out_str += '{:<20s}'.format(GetKdebugClassName(i))
95 out_str += subclasses_fmts.format(*bytes)
96 out_str += ' '
98 out_str += '\n'
100 return out_str
H A Dnet.py729 out_str = ""
730 out_str += GetProcSockets(proc, total_snd_cc, total_rcv_cc, sock_fd_seen)
734 print(out_str)
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py50 out_str = ""
57 out_str += f"File \"{frame.filename}\" @{frame.lineno} in {frame.name}\n"
58 out_str += " Locals:\n"
64 out_str += variable + wline + "\n"
67 out_str += " " * (len(name) + 7) + wline + "\n"
69 out_str += " " + "-" * 100 + "\n"
76 out_str += f" {marker} {(lineno + 1):5} {lines[lineno].rstrip()}\n"
77 out_str += " " + "-" * 100 + "\n"
78 out_str += "\n"
80 return out_str
/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation.h471 kasprintf(char ** __restrict out_str, const char * __restrict format, ...) __printflike(2, 3) in kasprintf() argument
482 *out_str = NULL; in kasprintf()
492 *out_str = NULL; in kasprintf()
497 *out_str = str; in kasprintf()