Home
last modified time | relevance | path

Searched refs:scratch_size (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/tests/vm/
H A Dmach_vm_map.c30 static const mach_vm_size_t scratch_size = 3 * sz16k; variable
224 kr = mach_vm_map(mach_task_self(), &scratch_addr, scratch_size,
229 for (uint32_t i = 0; i < scratch_size / 4; i++) {
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c3594 size_t scratch_size = sizeof(proc_name_t); in dtrace_dif_variable() local
3597 if (!DTRACE_INSCRATCH(mstate, scratch_size)) { in dtrace_dif_variable()
3605 mstate->dtms_scratch_ptr += scratch_size; in dtrace_dif_variable()
3606 strlcpy(xname, pname, scratch_size); in dtrace_dif_variable()
3616 size_t scratch_size = 6 + 1; in dtrace_dif_variable() local
3622 if (!DTRACE_INSCRATCH(mstate, scratch_size)) { in dtrace_dif_variable()
3627 mstate->dtms_scratch_ptr += scratch_size; in dtrace_dif_variable()
3630 strlcpy(zname, "global", scratch_size); in dtrace_dif_variable()
4346 if (scratch_size < size || in dtrace_dif_subr()
4347 !DTRACE_INSCRATCH(mstate, scratch_size)) { in dtrace_dif_subr()
[all …]