Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp692 IONotifier * note; in IOServiceTest() local
707 note = IOService::addMatchingNotification(gIOMatchedNotification, matching, 0, in IOServiceTest()
715 assert(note); in IOServiceTest()
718 note->remove(); in IOServiceTest()
720 note = found->registerInterest(gIOBusyInterest, in IOServiceTest()
726 assert(note); in IOServiceTest()
728 note->remove(); in IOServiceTest()
/xnu-8019.80.24/osfmk/kdp/
H A Dprocessor_core.c542 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description() local
546 strlcpy((char *) &note.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)&note); in coredump_save_note_description()
559 core_context->core_cur_hoffset += sizeof(note); in coredump_save_note_description()
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSPtr.h55 functions. This is great! However, please note that we may \
/xnu-8019.80.24/bsd/miscfs/devfs/
H A DREADME47 There is a "devnode" struct associated with each front note also.
/xnu-8019.80.24/tests/
H A Dstackshot_block_owner_14362384.m227 /* perform various actions with a mutex in kernel memory. note that, since we aren't allowed
334 /* perform various actions with a rwlock in kernel memory. note that, since we aren't allowed
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md164 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …