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

/fuchsia/zircon/system/ulib/mini-process/
H A Dsubprocess.h29 void minipr_thread_loop(zx_handle_t channel, uintptr_t fnptr);
H A Dsubprocess.c11 void minipr_thread_loop(zx_handle_t channel, uintptr_t fnptr) { argument
12 if (fnptr == 0) {
26 __typeof(zx_channel_read)* read_fn = (__typeof(zx_channel_read)*)fnptr;
/fuchsia/zircon/system/utest/channel-fatal/
H A Dchannel-fatal-test.c42 uintptr_t fnptr = vdso_base + VDSO_SYSCALL_zx_channel_call_noretry; local
43 return (*(__typeof(zx_channel_call_noretry)*)fnptr)(
/fuchsia/zircon/system/utest/core/channel/
H A Dchannel.c843 uintptr_t fnptr = vdso_base + VDSO_SYSCALL_zx_channel_call_finish; local
844 return (*(__typeof(zx_channel_call_finish)*)fnptr)(

Completed in 34 milliseconds