Home
last modified time | relevance | path

Searched refs:note (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/osfmk/kdp/
H A Duser_core.c253 struct user_coredump_note note; in user_dump_save_note_data() local
254 strlcpy(&note.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
256 return callback(&note, sizeof(struct user_coredump_note), context); in user_dump_save_note_data()
H A Dprocessor_core.c646 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description() local
650 strlcpy((char *) &note.data_owner, data_owner, sizeof(note.data_owner)); in coredump_save_note_description()
653 ret = kdp_core_output(core_context->core_outvars, sizeof(note), (caddr_t)&note); in coredump_save_note_description()
663 core_context->core_cur_hoffset += sizeof(note); in coredump_save_note_description()
/xnu-8792.41.9/libkern/libkern/c++/
H A DOSPtr.h55 functions. This is great! However, please note that we may \
/xnu-8792.41.9/iokit/Tests/
H A DTests.cpp1450 IONotifier * note; in IOServiceTest() local
1465 note = IOService::addMatchingNotification(gIOMatchedNotification, matching.get(), 0, in IOServiceTest()
1473 assert(note); in IOServiceTest()
1475 note->remove(); in IOServiceTest()
1477 note = found->registerInterest(gIOBusyInterest, in IOServiceTest()
1483 assert(note); in IOServiceTest()
1485 note->remove(); in IOServiceTest()
/xnu-8792.41.9/doc/
H A Dsched_cond.md79 One may note that the adoption of `sched_cond_*` involves adding an additional step (ack) to the co…
/xnu-8792.41.9/bsd/miscfs/devfs/
H A DREADME47 There is a "devnode" struct associated with each front note also.
/xnu-8792.41.9/doc/allocators/
H A Dapi-basics.md59 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-8792.41.9/tests/
H A Dstackshot_block_owner_14362384.m239 /* 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-8792.41.9/tools/lldbmacros/
H A DREADME.md164 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …