Home
last modified time | relevance | path

Searched refs:out_error (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.1.9/tests/
H A Dtry_read_write.h68 kern_return_t * const out_error);
86 kern_return_t * const out_error);
H A Dtry_read_write.c306 kern_return_t * const out_error) in try_read_byte() argument
326 *out_error = exception_kr; in try_read_byte()
334 kern_return_t * const out_error) in try_write_byte() argument
354 *out_error = exception_kr; in try_write_byte()
/xnu-12377.1.9/bsd/skywalk/namespace/
H A Dprotons.c304 int out_error; variable
351 out_error = SYSCTL_OUT(req, buffer, actual_space);
352 if (out_error != 0) {
353 error = out_error;
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c3128 int out_error; variable
3173 out_error = SYSCTL_OUT(req, buffer, actual_space);
3174 if (out_error != 0) {
3175 error = out_error;
3351 int out_error; variable
3396 out_error = SYSCTL_OUT(req, buffer, actual_space);
3397 if (out_error != 0) {
3398 error = out_error;
3419 int out_error; variable
3524 out_error = SYSCTL_OUT(req, buffer, actual_space);
[all …]
/xnu-12377.1.9/bsd/kern/
H A Dkern_persona.c120 goto out_error; in persona_alloc()
146 out_error: in persona_alloc()
/xnu-12377.1.9/osfmk/vm/
H A Dvm_kern.c823 goto out_error;
877 goto out_error;
884 goto out_error;
897 goto out_error;
936 goto out_error;
1034 out_error:
/xnu-12377.1.9/bsd/skywalk/mem/
H A Dskmem_cache.c2435 int out_error = SYSCTL_OUT(req, buffer, actual_space); variable
2436 if (out_error != 0) {
2437 error = out_error;
H A Dskmem_arena.c2028 int out_error = SYSCTL_OUT(req, buffer, actual_space); variable
2029 if (out_error != 0) {
2030 error = out_error;
H A Dskmem_region.c2209 int out_error = SYSCTL_OUT(req, buffer, actual_space); variable
2210 if (out_error != 0) {
2211 error = out_error;
/xnu-12377.1.9/bsd/vm/
H A Dvm_unix.c3706 int out_error = SYSCTL_OUT(req, buf, offset); in sysctl_task_vm_objects_slotmap() local
3707 if (out_error) { in sysctl_task_vm_objects_slotmap()