Home
last modified time | relevance | path

Searched refs:real (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/osfmk/i386/
H A Dmp_desc.c325 } real; in fix_desc64() local
335 bzero((void *) &real, sizeof(real)); in fix_desc64()
343 real.gate.offset_low16 = (uint16_t)(fakep->offset64 & 0xFFFF); in fix_desc64()
344 real.gate.selector16 = fakep->lim_or_seg & 0xFFFF; in fix_desc64()
345 real.gate.IST = fakep->size_or_IST & 0x7; in fix_desc64()
346 real.gate.access8 = fakep->access; in fix_desc64()
347 real.gate.offset_high16 = (uint16_t)((fakep->offset64 >> 16) & 0xFFFF); in fix_desc64()
348 real.gate.offset_top32 = (uint32_t)(fakep->offset64 >> 32); in fix_desc64()
351 real.desc.limit_low16 = fakep->lim_or_seg & 0xFFFF; in fix_desc64()
352 real.desc.base_low16 = (uint16_t)(fakep->offset64 & 0xFFFF); in fix_desc64()
[all …]
/xnu-10063.141.1/iokit/DriverKit/
H A DIOEventLink.iig116 * @discussion This API call is real time safe.
124 * @discussion This API call is real time safe.
132 * @discussion This API call is real time safe.
141 * @discussion This API call is real time safe.
152 * @discussion This API call is real time safe.
171 …he event link must be activated before it can be signaled or waited on. This is not real-time safe.
179 * @discussion The eventlink should be activated before this call. This is not real-time safe.
187 * @brief Disassociate the current thread from the eventlink. This is not real-time safe.
/xnu-10063.141.1/osfmk/mach/
H A Dmach_notify.defs34 * until the real notify.h becomes "MIG-safe."
/xnu-10063.141.1/bsd/miscfs/devfs/
H A DREADME79 than you want in the real one. You might also want to delete some sensitive
/xnu-10063.141.1/tests/
H A Dproc_info.c2111 static char real[sizeof(expected)]; variable
2126 …T_ASSERT_GT(proc_regionfilename(getpid(), (uint64_t) addr, real, MAXPATHLEN), 0, "proc_regionfilen…
2127 T_EXPECT_EQ_STR(basename(prf_path), basename(real), "filename");
/xnu-10063.141.1/doc/building/
H A Dxnu_build_consolidation.md124 sharing a single build. Note that these no longer reflect actual counts and sizes, and the real val…
/xnu-10063.141.1/doc/debugging/
H A Ddebugging.md313 document the debugger itself. Lets focus on how to use it on a real life example. The debugger used…