| /xnu-11215/osfmk/kdp/ |
| H A D | user_core.c | 249 panic_context_note_t note; in user_dump_save_note_data() local 250 strlcpy(¬e.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data() 252 callback(¬e, sizeof(panic_context_note_t), context); in user_dump_save_note_data()
|
| H A D | processor_core.c | 655 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description() local 659 strlcpy((char *) ¬e.data_owner, data_owner, sizeof(note.data_owner)); in coredump_save_note_description() 662 ret = kdp_core_output(core_context->core_outvars, sizeof(note), (caddr_t)¬e); in coredump_save_note_description() 672 core_context->core_cur_hoffset += sizeof(note); in coredump_save_note_description()
|
| H A D | kdp_core.c | 1866 addrable_bits_note_t note = { in kern_dump_save_note_data() local 1872 max_ret = ret = callback(¬e, sizeof(addrable_bits_note_t), context); in kern_dump_save_note_data()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 2024 def format(self, note): argument 2025 note = note.replace('${PID}', str(self.pid)) 2026 note = note.replace('${TID}', str(self.tid)) 2027 return note + '\n' 2029 def warn(self, note): argument 2030 note = self.format(note) 2031 sys.stdout.write(note) 2032 self.notes.append(note) 2034 def info(self, note): argument 2035 note = self.format(note) [all …]
|
| H A D | README.md | 169 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSPtr.h | 55 functions. This is great! However, please note that we may \
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1406 IONotifier * note; in IOServiceTest() local 1421 note = IOService::addMatchingNotification(gIOMatchedNotification, matching.get(), 0, in IOServiceTest() 1429 assert(note); in IOServiceTest() 1431 note->remove(); in IOServiceTest() 1433 note = found->registerInterest(gIOBusyInterest, in IOServiceTest() 1439 assert(note); in IOServiceTest() 1441 note->remove(); in IOServiceTest()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_core.c | 229 addrable_bits_note_t note = { in note_addrable_bits() local 235 return vn_rdwr_64(UIO_WRITE, vp, (vm_offset_t)¬e, sizeof(note), foffset, UIO_SYSSPACE, in note_addrable_bits()
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 84 One may note that the adoption of `sched_cond_*` involves adding an additional step (ack) to the co…
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 61 be zeroed regardless, but it's always clearer to specify it), note that it is 120 Do note that `__kernel_data_semantics` and `__kernel_dual_semantics` 275 with -fbounds-safety semantics. Please note that arguments are evaluated
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 47 There is a "devnode" struct associated with each front note also.
|
| /xnu-11215/doc/observability/ |
| H A D | mt_stackshot.md | 35 It is important to note that since stackshot happens outside of the context of
|
| /xnu-11215/tests/ |
| H A D | stackshot_block_owner_14362384.m | 239 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed 346 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
|