Home
last modified time | relevance | path

Searched refs:channel_read (Results 1 – 4 of 4) sorted by relevance

/system/ulib/mini-process/
A Dsubprocess.h16 __typeof(zx_channel_read)* channel_read;
A Dmini-process.c35 .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() local
147 status = zx_process_start(process, thread, stack_base, sp, chn[1], channel_read); in start_mini_process_etc()
A Dsubprocess.c55 status = ctx.channel_read( in minipr_thread_loop()
/system/public/zircon/
A Dsyscalls.abigen267 syscall channel_read

Completed in 7 milliseconds