Searched refs:stackLoggingFlags (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dmmap.c64 int stackLoggingFlags = stack_logging_type_vm_allocate; local
66 stackLoggingFlags |= (fildes & VM_FLAGS_ALIAS_MASK);
68 stackLoggingFlags |= stack_logging_type_mapped_file_or_shared_mem;
70 __syscall_logger(stackLoggingFlags, (uintptr_t)mach_task_self(), (uintptr_t)len, 0, (uintptr_t)ptr, 0);

Completed in 21 milliseconds