Searched refs:real (Results 1 – 7 of 7) sorted by relevance
325 } real; in fix_desc64() local335 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 …]
116 * @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.
34 * until the real notify.h becomes "MIG-safe."
79 than you want in the real one. You might also want to delete some sensitive
2111 static char real[sizeof(expected)]; variable2126 …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");
124 sharing a single build. Note that these no longer reflect actual counts and sizes, and the real val…
313 document the debugger itself. Lets focus on how to use it on a real life example. The debugger used…