Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kdp/
H A Duser_core.c249 panic_context_note_t note; in user_dump_save_note_data() local
250 strlcpy(&note.kernel_uuid_string[0], kernel_uuid_string, sizeof(uuid_string_t)); in user_dump_save_note_data()
252 callback(&note, sizeof(panic_context_note_t), context); in user_dump_save_note_data()
H A Dprocessor_core.c651 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description() local
655 strlcpy((char *) &note.data_owner, data_owner, sizeof(note.data_owner)); in coredump_save_note_description()
658 ret = kdp_core_output(core_context->core_outvars, sizeof(note), (caddr_t)&note); in coredump_save_note_description()
668 core_context->core_cur_hoffset += sizeof(note); in coredump_save_note_description()
H A Dkdp_core.c1879 addrable_bits_note_t note = { in kern_dump_save_note_data() local
1885 max_ret = ret = callback(&note, sizeof(addrable_bits_note_t), context); in kern_dump_save_note_data()
/xnu-10063.101.15/libkern/libkern/c++/
H A DOSPtr.h55 functions. This is great! However, please note that we may \
/xnu-10063.101.15/iokit/Tests/
H A DTests.cpp1405 IONotifier * note; in IOServiceTest() local
1420 note = IOService::addMatchingNotification(gIOMatchedNotification, matching.get(), 0, in IOServiceTest()
1428 assert(note); in IOServiceTest()
1430 note->remove(); in IOServiceTest()
1432 note = found->registerInterest(gIOBusyInterest, in IOServiceTest()
1438 assert(note); in IOServiceTest()
1440 note->remove(); in IOServiceTest()
/xnu-10063.101.15/bsd/kern/
H A Dkern_core.c231 addrable_bits_note_t note = { in note_addrable_bits() local
237 return vn_rdwr_64(UIO_WRITE, vp, (vm_offset_t)&note, sizeof(note), foffset, UIO_SYSSPACE, in note_addrable_bits()
/xnu-10063.101.15/doc/primitives/
H A Dsched_cond.md84 One may note that the adoption of `sched_cond_*` involves adding an additional step (ack) to the co…
/xnu-10063.101.15/doc/allocators/
H A Dapi-basics.md61 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-10063.101.15/bsd/miscfs/devfs/
H A DREADME47 There is a "devnode" struct associated with each front note also.
/xnu-10063.101.15/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-10063.101.15/tools/lldbmacros/
H A DREADME.md164 …- note that we use core.value class as an interface to underlying C structures. Refer [Section B] …