Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 21 of 21) sorted by relevance

/xnu-11215/tools/
H A Dvm_sanitize_enforcement.py83 if safe_type in line.replace(':', ' ').replace(';', ' ').replace(',', ' ').split():
H A Dformat_vm_parameter_validation.py252 line = line.replace('return ' + str(code) + ';', 'return ' + name + ';')
/xnu-11215/SETUP/replacecontents/
H A Dreplacecontents.c96 goto replace; in main()
122 replace: in main()
/xnu-11215/tools/lldbmacros/usertaskdebugging/
H A Dgdbserver.py144 query = query.replace('qThreadStopInfo', '')
174 query_index = query.replace('qRegisterInfo', '')
/xnu-11215/tools/lldbmacros/core/
H A Dxnu_lldb_init.py156 script_name = kextdir.split('.')[-1].replace('-', '_') + ".py"
/xnu-11215/tools/lldbmacros/kmemory/
H A Dzone.py544 mangled_name = index_name_or_addr.replace(' ', '.')
600 if k is not None and name == k.replace(' ', '.'):
627 return self.name.replace(' ', '.')
/xnu-11215/tools/lldbmacros/
H A Dmisc.py674 fprint = str(target.ResolveLoadAddress(int(from_lbr[i]))).replace('\n', ' ')
675 tprint = str(target.ResolveLoadAddress(int(to_lbr[i]))).replace('\n', ' ')
H A Dxnu.py602 strargs = "(" + str(frame.arguments).replace('\n', ', ') + ")"
615 out_string = out_string.replace("variable not available","")
1551 …st = (" " * depth * 2) + str(sysctl.GetSBValue().Dereference()).replace("\n", "\n" + (" " * depth …
H A Dioreg.py975 return GetString(result).replace("\"", "")
1020 return name.replace("\"", "")
1045 return GetString(sym).replace("\"", "")
H A Dutils.py190 debug_line_str += " " + str(arg).replace("\n", " ") + ", "
H A Dkcdata.py2025 note = note.replace('${PID}', str(self.pid))
2026 note = note.replace('${TID}', str(self.tid))
2644 str_data = str_data.replace("\t", " ")
H A Dmbufs.py1332 print('%s' % lldb_run_command('p/s mbwdog_logging').replace("\\n","\n"))
H A Dmemory.py4600 joined_strs = "\n".join([str(i).rstrip() for i in entries]).replace('\n', "\n ")
/xnu-11215/bsd/netinet6/
H A Din6.c3474 goto replace; in in6_ifawithscope()
3499 goto replace; /* (A) */ in in6_ifawithscope()
3542 goto replace; in in6_ifawithscope()
3564 goto replace; in in6_ifawithscope()
3638 goto replace; in in6_ifawithscope()
3651 goto replace; in in6_ifawithscope()
3661 goto replace; /* (6) */ in in6_ifawithscope()
3665 goto replace; in in6_ifawithscope()
3673 goto replace; /* (9) */ in in6_ifawithscope()
3675 replace: in in6_ifawithscope()
H A Din6_src.c201 goto replace; \
639 replace: in in6_selectsrc_core()
/xnu-11215/doc/debugging/
H A Dmacro_testing.md15 **Standalone** unit tests replace _lldb_ and _lldbwrap_ modules with _MagicMock_
/xnu-11215/iokit/Tests/
H A DTests.cpp1883 OSSharedPtr<IOService> replace; in Test100367284() local
1892 replace = OSMakeShared<IOService>(); in Test100367284()
1893 replace->init(entry.get(), gIODTPlane); in Test100367284()
1894 replace->detachFromParent(root.get(), gIODTPlane); in Test100367284()
/xnu-11215/doc/arm/
H A Dsme.md46 Most of these register files supplement, rather than replace, the existing ARM
238 then replace them with the VMM thread's or new thread's state (respectively).
/xnu-11215/tools/trace/
H A Dparse_ipc_trace.py48 self.nname = "L_" + name.replace(".", "_").replace("-", "_")
/xnu-11215/iokit/Kernel/
H A DIOService.cpp8401 UInt replace = kNoReplace; in requireMaxCpuDelay() local
8420 replace = i; in requireMaxCpuDelay()
8422 if (kNoReplace == replace) { in requireMaxCpuDelay()
8423 replace = i; in requireMaxCpuDelay()
8435 if (kNoReplace == replace) { in requireMaxCpuDelay()
8440 entries[replace] = ne; in requireMaxCpuDelay()
8451 replace = i; in requireMaxCpuDelay()
8460 if (kNoReplace != replace) { in requireMaxCpuDelay()
8461 entries[replace].fService = NULL; // Null the entry in requireMaxCpuDelay()
/xnu-11215/
H A DREADME.md73 Remember to replace `DEVELOPMENT` and `ARM64` with the appropriate build and platform.
174 plutil -replace "Kernel Flags" -string "debug=0x144 -v kernelsuffix=test " /next_boot.plist