Searched refs:note (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/osfmk/kdp/ ! |
| H A D | processor_core.c | 542 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description() local 546 strlcpy((char *) ¬e.data_owner, data_owner, sizeof(note.data_owner)); in coredump_save_note_description() 549 ret = kdp_core_output(core_context->core_outvars, sizeof(note), (caddr_t)¬e); in coredump_save_note_description() 559 core_context->core_cur_hoffset += sizeof(note); in coredump_save_note_description()
|
| /xnu-8020.140.41/iokit/Tests/ ! |
| H A D | Tests.cpp | 774 IONotifier * note; in IOServiceTest() local 789 note = IOService::addMatchingNotification(gIOMatchedNotification, matching.get(), 0, in IOServiceTest() 797 assert(note); in IOServiceTest() 799 note->remove(); in IOServiceTest() 801 note = found->registerInterest(gIOBusyInterest, in IOServiceTest() 807 assert(note); in IOServiceTest() 809 note->remove(); in IOServiceTest()
|
| /xnu-8020.140.41/libkern/libkern/c++/ ! |
| H A D | OSPtr.h | 55 functions. This is great! However, please note that we may \
|
| /xnu-8020.140.41/bsd/miscfs/devfs/ ! |
| H A D | README | 47 There is a "devnode" struct associated with each front note also.
|
| /xnu-8020.140.41/doc/allocators/ ! |
| H A D | api-basics.md | 59 be zeroed regardless, but it's always clearer to specify it), note that it is 118 Do note that `__kernel_data_semantics` and `__kernel_dual_semantics`
|
| /xnu-8020.140.41/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
|
| /xnu-8020.140.41/tools/lldbmacros/ ! |
| H A D | README.md | 164 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …
|