diff options
| author | Pascal Perez <pascallouis@google.com> | 2019-05-20 17:37:07 -0400 |
|---|---|---|
| committer | Marco Vanotti <mvanotti@users.noreply.github.com> | 2019-05-21 14:55:36 -0700 |
| commit | 0625bb5c4c7e39db5b6b5174cee612e3654e5d43 (patch) | |
| tree | 74e88bf1842119e24bdc5891f2aa928010a6000d /executor/syscalls.h | |
| parent | 77beeccbe014ce49ef54a564d7dc8d116d5216e3 (diff) | |
sys/fuchsia: Updating Fuchsia definitions
Simply
make extract TARGETOS=fuchsia SOURCEDIR=<FUCHSIA_DIR>/fuchsia
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index a0810f527..9b4d84cd2 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -763,6 +763,7 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_ldsvc_Loader", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect}, + {"fdio_service_connect$fuchsia_net_NameLookup", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketControl", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketProvider", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_stack_Stack", 0, (syscall_t)fdio_service_connect}, @@ -826,6 +827,7 @@ const call_t syscalls[] = { {"zx_cache_flush", 0, (syscall_t)zx_cache_flush}, {"zx_channel_call", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerBlockUntilEmpty", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_cobalt_ControllerGenerateAggregatedObservations", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetFailedSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetNumSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerRequestSendSoon", 0, (syscall_t)zx_channel_call}, @@ -945,6 +947,8 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_ldsvc_LoaderDebugPublishDataSink", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadObject", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadScriptInterpreter", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupHostname", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupIp", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlAccept", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlBind", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlClose", 0, (syscall_t)zx_channel_call}, @@ -964,7 +968,9 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackDisablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackEnableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackEnablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetForwardingTable", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetInterfaceInfo", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackListInterfaces", 0, (syscall_t)zx_channel_call}, @@ -995,6 +1001,7 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_ldsvc_Loader", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create}, + {"zx_channel_create$fuchsia_net_NameLookup", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketControl", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketProvider", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_stack_Stack", 0, (syscall_t)zx_channel_create}, @@ -1185,6 +1192,7 @@ const call_t syscalls[] = { {"fdio_service_connect$fuchsia_io_Node", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_ldsvc_Loader", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect}, + {"fdio_service_connect$fuchsia_net_NameLookup", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketControl", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_SocketProvider", 0, (syscall_t)fdio_service_connect}, {"fdio_service_connect$fuchsia_net_stack_Stack", 0, (syscall_t)fdio_service_connect}, @@ -1248,6 +1256,7 @@ const call_t syscalls[] = { {"zx_cache_flush", 0, (syscall_t)zx_cache_flush}, {"zx_channel_call", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerBlockUntilEmpty", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_cobalt_ControllerGenerateAggregatedObservations", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetFailedSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerGetNumSendAttempts", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_cobalt_ControllerRequestSendSoon", 0, (syscall_t)zx_channel_call}, @@ -1367,6 +1376,8 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_ldsvc_LoaderDebugPublishDataSink", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadObject", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_ldsvc_LoaderLoadScriptInterpreter", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupHostname", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_NameLookupLookupIp", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlAccept", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlBind", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_SocketControlClose", 0, (syscall_t)zx_channel_call}, @@ -1386,7 +1397,9 @@ const call_t syscalls[] = { {"zx_channel_call$fuchsia_net_stack_StackDelForwardingEntry", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDelInterfaceAddress", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackDisableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackDisablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackEnableInterface", 0, (syscall_t)zx_channel_call}, + {"zx_channel_call$fuchsia_net_stack_StackEnablePacketFilter", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetForwardingTable", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackGetInterfaceInfo", 0, (syscall_t)zx_channel_call}, {"zx_channel_call$fuchsia_net_stack_StackListInterfaces", 0, (syscall_t)zx_channel_call}, @@ -1417,6 +1430,7 @@ const call_t syscalls[] = { {"zx_channel_create$fuchsia_io_Node", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_ldsvc_Loader", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create}, + {"zx_channel_create$fuchsia_net_NameLookup", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketControl", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_SocketProvider", 0, (syscall_t)zx_channel_create}, {"zx_channel_create$fuchsia_net_stack_Stack", 0, (syscall_t)zx_channel_create}, |
