| /xnu-11215/tools/ |
| H A D | vm_sanitize_enforcement.py | 83 if safe_type in line.replace(':', ' ').replace(';', ' ').replace(',', ' ').split():
|
| H A D | format_vm_parameter_validation.py | 252 line = line.replace('return ' + str(code) + ';', 'return ' + name + ';')
|
| /xnu-11215/SETUP/replacecontents/ |
| H A D | replacecontents.c | 96 goto replace; in main() 122 replace: in main()
|
| /xnu-11215/tools/lldbmacros/usertaskdebugging/ |
| H A D | gdbserver.py | 144 query = query.replace('qThreadStopInfo', '') 174 query_index = query.replace('qRegisterInfo', '')
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | xnu_lldb_init.py | 156 script_name = kextdir.split('.')[-1].replace('-', '_') + ".py"
|
| /xnu-11215/tools/lldbmacros/kmemory/ |
| H A D | zone.py | 544 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 D | misc.py | 674 fprint = str(target.ResolveLoadAddress(int(from_lbr[i]))).replace('\n', ' ') 675 tprint = str(target.ResolveLoadAddress(int(to_lbr[i]))).replace('\n', ' ')
|
| H A D | xnu.py | 602 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 D | ioreg.py | 975 return GetString(result).replace("\"", "") 1020 return name.replace("\"", "") 1045 return GetString(sym).replace("\"", "")
|
| H A D | utils.py | 190 debug_line_str += " " + str(arg).replace("\n", " ") + ", "
|
| H A D | kcdata.py | 2025 note = note.replace('${PID}', str(self.pid)) 2026 note = note.replace('${TID}', str(self.tid)) 2644 str_data = str_data.replace("\t", " ")
|
| H A D | mbufs.py | 1332 print('%s' % lldb_run_command('p/s mbwdog_logging').replace("\\n","\n"))
|
| H A D | memory.py | 4600 joined_strs = "\n".join([str(i).rstrip() for i in entries]).replace('\n', "\n ")
|
| /xnu-11215/bsd/netinet6/ |
| H A D | in6.c | 3474 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 D | in6_src.c | 201 goto replace; \ 639 replace: in in6_selectsrc_core()
|
| /xnu-11215/doc/debugging/ |
| H A D | macro_testing.md | 15 **Standalone** unit tests replace _lldb_ and _lldbwrap_ modules with _MagicMock_
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1883 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 D | sme.md | 46 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 D | parse_ipc_trace.py | 48 self.nname = "L_" + name.replace(".", "_").replace("-", "_")
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 8401 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 D | README.md | 73 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
|