Searched refs:save (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | mptcp.c | 396 struct mbuf *save = NULL, *prev = NULL; in mptcp_input() local 494 save = m->m_next; in mptcp_input() 504 while (save && (!(save->m_flags & M_PKTHDR) || in mptcp_input() 505 !(save->m_pkthdr.pkt_flags & PKTF_MPTCP))) { in mptcp_input() 506 prev = save; in mptcp_input() 507 save = save->m_next; in mptcp_input() 540 m = save; in mptcp_input() 541 prev = save = NULL; in mptcp_input() 572 m = save; in mptcp_input() 573 prev = save = NULL; in mptcp_input() [all …]
|
| /xnu-10063.141.1/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-10063.141.1/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-10063.141.1/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-10063.141.1/SETUP/config/ |
| H A D | mkmakefile.c | 376 goto save; in read_files() 536 save: in read_files()
|
| /xnu-10063.141.1/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-10063.141.1/doc/debugging/ |
| H A D | debugging.md | 227 (lldb) script cov.save()
|
| /xnu-10063.141.1/doc/lifecycle/ |
| H A D | hibernation.md | 76 `kIOHibernateStateKey` to modify behavior. The platform drivers save state to
|