Home
last modified time | relevance | path

Searched refs:save (Results 1 – 14 of 14) sorted by relevance

/xnu-11417.121.6/bsd/netinet/
H A Dmptcp.c397 struct mbuf *save = NULL, *prev = NULL; in mptcp_input() local
497 save = m->m_next; in mptcp_input()
507 while (save && (!(save->m_flags & M_PKTHDR) || in mptcp_input()
508 !(save->m_pkthdr.pkt_flags & PKTF_MPTCP))) { in mptcp_input()
509 prev = save; in mptcp_input()
510 save = save->m_next; in mptcp_input()
543 m = save; in mptcp_input()
544 prev = save = NULL; in mptcp_input()
575 m = save; in mptcp_input()
576 prev = save = NULL; in mptcp_input()
[all …]
/xnu-11417.121.6/osfmk/x86_64/
H A Dkpc_x86.c268 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-11417.121.6/bsd/dev/dtrace/
H A Dblist.c208 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-11417.121.6/osfmk/console/
H A Dvideo_console.c1449 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-11417.121.6/tools/lldbmacros/tests/lldbtest/
H A Dcoverage.py63 cov.save()
/xnu-11417.121.6/SETUP/config/
H A Dmkmakefile.c376 goto save; in read_files()
597 save: in read_files()
/xnu-11417.121.6/doc/arm/
H A Dsme.md169 `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-11417.121.6/tests/skywalk/
H A Dskywalk_test_utils.c551 int save[n]; in permutefuncZ() local
552 memcpy(save, permute, sizeof(save)); in permutefuncZ()
556 memcpy(permute, save, sizeof(save)); in permutefuncZ()
562 memcpy(permute, save, sizeof(save)); in permutefuncZ()
/xnu-11417.121.6/doc/building/
H A Dbound_checks.md130 This strategy can save your change and other people's changes even in the face
/xnu-11417.121.6/doc/vm/
H A Dfreezer.md13 …under some memory pressure but before we start jetsamming things (so we can save apps from jetsam).
/xnu-11417.121.6/doc/debugging/
H A Ddebugging.md251 (lldb) script cov.save()
/xnu-11417.121.6/doc/lifecycle/
H A Dhibernation.md76 `kIOHibernateStateKey` to modify behavior. The platform drivers save state to
/xnu-11417.121.6/tools/lldbmacros/
H A Dxnu.py822 cov.save()
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m282 // a given test, and save the stdout/err to files that get