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

/fuchsia/zircon/system/ulib/mini-process/
H A Dsubprocess.h16 __typeof(zx_channel_read)* channel_read; member in struct:__anon1169
H A Dmini-process.c35 .channel_read = get_syscall_addr(&zx_channel_read, vdso_base),
130 uintptr_t channel_read = (uintptr_t)get_syscall_addr(&zx_channel_read, vdso_base);
132 status = zx_process_start(process, thread, stack_base, sp, chn[1], channel_read);
H A Dsubprocess.c55 status = ctx.channel_read(
/fuchsia/zircon/kernel/syscalls/
H A Dchannel.cpp114 static zx_status_t channel_read(zx_handle_t handle_value, uint32_t options, function
177 return channel_read(handle_value, options,
187 return channel_read(handle_value, options,

Completed in 22 milliseconds