Searched refs:channel_read (Results 1 – 4 of 4) sorted by relevance
16 __typeof(zx_channel_read)* channel_read;
35 .channel_read = get_syscall_addr(&zx_channel_read, vdso_base), in write_ctx_message()145 uintptr_t channel_read = (uintptr_t)get_syscall_addr(&zx_channel_read, vdso_base); in start_mini_process_etc() local147 status = zx_process_start(process, thread, stack_base, sp, chn[1], channel_read); in start_mini_process_etc()
55 status = ctx.channel_read( in minipr_thread_loop()
267 syscall channel_read
Completed in 7 milliseconds