| /xnu-12377.1.9/tests/unit/mocks/fibers/ |
| H A D | fibers.c | 299 fiber_t save = fibers_current; in fibers_switch_helper() local 301 if (setjmp(save->env) == 0) { in fibers_switch_helper() 311 …__sanitizer_finish_switch_fiber(&save->sanitizer_fake_stack, &save->stack_bottom, &save->stack_siz… in fibers_switch_helper() 314 fibers_current = save; in fibers_switch_helper() 315 save->state = FIBER_RUN; in fibers_switch_helper()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp.c | 404 struct mbuf *save = NULL, *prev = NULL; in mptcp_input() local 504 save = m->m_next; in mptcp_input() 514 while (save && (!(save->m_flags & M_PKTHDR) || in mptcp_input() 515 !(save->m_pkthdr.pkt_flags & PKTF_MPTCP))) { in mptcp_input() 516 prev = save; in mptcp_input() 517 save = save->m_next; in mptcp_input() 550 m = save; in mptcp_input() 551 prev = save = NULL; in mptcp_input() 582 m = save; in mptcp_input() 583 prev = save = NULL; in mptcp_input() [all …]
|
| /xnu-12377.1.9/osfmk/x86_64/ |
| H A D | kpc_x86.c | 268 uint64_t global = 0ULL, cfg = 0ULL, save = 0ULL; in set_running_configurable() local 279 save = IA32_PMCx(i); in set_running_configurable() 281 wrIA32_PMCx(i, save); in set_running_configurable() 353 uint64_t save; in kpc_set_configurable_config() local 361 save = IA32_PMCx(i); in kpc_set_configurable_config() 386 wrIA32_PMCx(i, save); in kpc_set_configurable_config()
|
| /xnu-12377.1.9/bsd/dev/dtrace/ |
| H A D | blist.c | 208 blist_t save = *pbl; in blist_resize() local 211 if (count > save->bl_blocks) { in blist_resize() 212 count = save->bl_blocks; in blist_resize() 214 blst_copy(save->bl_root, 0, save->bl_radix, save->bl_skip, newbl, count); in blist_resize() 222 blist_destroy(save); in blist_resize()
|
| /xnu-12377.1.9/osfmk/console/ |
| H A D | video_console.c | 1449 uint32_t val = *theChar++, save = val; in vc_paint_char_8() local 1451 if (lastpixel && !(save & 0xFF000000)) { in vc_paint_char_8() 1454 if ((save & 0xFFFF0000) == 0xFF000000) { in vc_paint_char_8() 1457 if ((save & 0x00FFFF00) == 0x00FF0000) { in vc_paint_char_8() 1460 if ((save & 0x0000FFFF) == 0x0000FF00) { in vc_paint_char_8() 1473 lastpixel = save & 0xff; in vc_paint_char_8() 1517 uint32_t val = *theChar++, save = val; in vc_paint_char_16() local 1519 if (save == 0xFFFF0000) { in vc_paint_char_16() 1521 } else if (lastpixel && !(save & 0xFFFF0000)) { in vc_paint_char_16() 1535 lastpixel = save & 0x7fff; in vc_paint_char_16() [all …]
|
| /xnu-12377.1.9/tools/lldbmacros/tests/lldbtest/ |
| H A D | coverage.py | 63 cov.save()
|
| /xnu-12377.1.9/SETUP/config/ |
| H A D | mkmakefile.c | 376 goto save; in read_files() 597 save: in read_files()
|
| /xnu-12377.1.9/doc/arm/ |
| H A D | sme.md | 169 `machine_{save,restore}_sme_context()` in `osfmk/arm64/pcb.c`. These in turn 170 build on lower-level routines to save and load SME register state, located in 174 `machine_{save,restore}_sme_context()` unconditionally save and restore
|
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skywalk_test_utils.c | 537 int save[n]; in permutefuncZ() local 538 memcpy(save, permute, sizeof(save)); in permutefuncZ() 542 memcpy(permute, save, sizeof(save)); in permutefuncZ() 548 memcpy(permute, save, sizeof(save)); in permutefuncZ()
|
| /xnu-12377.1.9/tests/ |
| H A D | disk_mount_conditioner.m | 256 // save original info 357 // save original info
|
| H A D | stackshot_tests.m | 283 // a given test, and save the stdout/err to files that get
|
| /xnu-12377.1.9/doc/building/ |
| H A D | bound_checks.md | 130 This strategy can save your change and other people's changes even in the face
|
| /xnu-12377.1.9/tests/unit/ |
| H A D | README.md | 133 2. Run the unit-test and tell the coverage lib where to save the .profraw file:
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | debugging.md | 251 (lldb) script cov.save()
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | freezer.md | 13 …under some memory pressure but before we start jetsamming things (so we can save apps from jetsam).
|
| /xnu-12377.1.9/doc/lifecycle/ |
| H A D | hibernation.md | 76 `kIOHibernateStateKey` to modify behavior. The platform drivers save state to
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | xnu.py | 822 cov.save()
|