aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
-rw-r--r--executor/syscalls.h172
2 files changed, 82 insertions, 94 deletions
diff --git a/executor/defs.h b/executor/defs.h
index b70469f65..86dcaa8c2 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "bd572b59fe6577d24e22a364873c5666c1c84b7e"
+#define SYZ_REVISION "9dc77f0d4b31e843dc99bab5336fdcada6f6c94d"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "43822deeef9cd6ecfb711378d529dca12ec20614"
+#define SYZ_REVISION "8be0f9990181eaecd327c539812d46d285db84cd"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 1f7d101ec..3de6942e3 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -695,16 +695,16 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_cobalt_SystemDataUpdater", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_devicesettings_DeviceSettingsManager", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_devicesettings_DeviceSettingsWatcher", 0, (syscall_t)fdio_service_connect},
+ {"fdio_service_connect$fuchsia_hardware_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_Directory", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_DirectoryAdmin", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_DirectoryWatcher", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_File", 0, (syscall_t)fdio_service_connect},
{"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_mediacodec_Codec", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$fuchsia_mediacodec_CodecFactory", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$fuchsia_net_LegacySocketProvider", 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},
{"fdio_service_connect$fuchsia_power_PowerManager", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_power_PowerManagerWatcher", 0, (syscall_t)fdio_service_connect},
@@ -714,7 +714,6 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_timezone_TimeService", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_Timezone", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$zircon_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -780,7 +779,13 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_cobalt_LoggerBaseStartTimer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerEndTimer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLogger", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerFromProjectId", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerFromProjectName", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimple", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimpleFromProjectId", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimpleFromProjectName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerLogCobaltEvent", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerLogCobaltEvents", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogCustomEvent", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogElapsedTime", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogEvent", 0, (syscall_t)zx_channel_call},
@@ -805,6 +810,21 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerSetInteger", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerSetString", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerWatch", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminClose", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminDescribe", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminGetAttr", 0, (syscall_t)zx_channel_call},
@@ -840,8 +860,8 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_io_FileClose", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileDescribe", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileGetAttr", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_io_FileGetBuffer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileGetFlags", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_io_FileGetVmo", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileIoctl", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileRead", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileReadAt", 0, (syscall_t)zx_channel_call},
@@ -864,9 +884,18 @@ 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_mediacodec_CodecSync", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_net_LegacySocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_net_LegacySocketProviderOpenSocket", 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},
+ {"zx_channel_call$fuchsia_net_SocketControlConnect", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetPeerName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetSockName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetSockOpt", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlIoctl", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlListen", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlSetSockOpt", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketProviderSocket", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddInterfaceAddress", 0, (syscall_t)zx_channel_call},
@@ -888,21 +917,6 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneId", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneOffsetMinutes", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneSetTimezone", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Controller", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Logger", 0, (syscall_t)zx_channel_create},
@@ -912,16 +926,16 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_cobalt_SystemDataUpdater", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_devicesettings_DeviceSettingsManager", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_devicesettings_DeviceSettingsWatcher", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$fuchsia_hardware_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_Directory", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_DirectoryAdmin", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_DirectoryWatcher", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_File", 0, (syscall_t)zx_channel_create},
{"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_mediacodec_Codec", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$fuchsia_mediacodec_CodecFactory", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$fuchsia_net_LegacySocketProvider", 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},
{"zx_channel_create$fuchsia_power_PowerManager", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_power_PowerManagerWatcher", 0, (syscall_t)zx_channel_create},
@@ -931,19 +945,11 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_timezone_TimeService", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_Timezone", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$zircon_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryAdminOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_FileOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_NodeOnOpen", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecFactoryOnCodecList", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnFreeInputPacket", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnInputConstraints", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputConfig", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputEndOfStream", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputPacket", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnStreamFailed", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_ConnectivityOnNetworkReachable", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_stack_StackOnInterfaceAddressChange", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_stack_StackOnInterfaceStatusChange", 0, (syscall_t)zx_channel_read},
@@ -958,18 +964,6 @@ const call_t syscalls[] = {
{"zx_channel_write$fuchsia_io_FileClone", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_io_NodeClone", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_ldsvc_LoaderDone", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecAddInputBuffer", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecAddOutputBuffer", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecCloseCurrentStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecEnableOnStreamFailed", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecFactoryCreateDecoder", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecFlushEndOfStreamAndCloseStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputEndOfStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputFormatDetails", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputPacket", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecRecycleOutputPacket", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecSetInputBufferSettings", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecSetOutputBufferSettings", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_power_PowerManagerWatch", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_power_PowerManagerWatcherOnChangeBatteryStatus", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_write},
@@ -1113,16 +1107,16 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_cobalt_SystemDataUpdater", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_devicesettings_DeviceSettingsManager", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_devicesettings_DeviceSettingsWatcher", 0, (syscall_t)fdio_service_connect},
+ {"fdio_service_connect$fuchsia_hardware_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_Directory", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_DirectoryAdmin", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_DirectoryWatcher", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_io_File", 0, (syscall_t)fdio_service_connect},
{"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_mediacodec_Codec", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$fuchsia_mediacodec_CodecFactory", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_net_Connectivity", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$fuchsia_net_LegacySocketProvider", 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},
{"fdio_service_connect$fuchsia_power_PowerManager", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_power_PowerManagerWatcher", 0, (syscall_t)fdio_service_connect},
@@ -1132,7 +1126,6 @@ const call_t syscalls[] = {
{"fdio_service_connect$fuchsia_timezone_TimeService", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_Timezone", 0, (syscall_t)fdio_service_connect},
{"fdio_service_connect$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)fdio_service_connect},
- {"fdio_service_connect$zircon_ethernet_Device", 0, (syscall_t)fdio_service_connect},
{"fstat", 0, (syscall_t)fstat},
{"fsync", 0, (syscall_t)fsync},
{"ftruncate", 0, (syscall_t)ftruncate},
@@ -1198,7 +1191,13 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_cobalt_LoggerBaseStartTimer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerEndTimer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLogger", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerFromProjectId", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerFromProjectName", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimple", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimpleFromProjectId", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerFactoryCreateLoggerSimpleFromProjectName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerLogCobaltEvent", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_cobalt_LoggerLogCobaltEvents", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogCustomEvent", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogElapsedTime", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_cobalt_LoggerLogEvent", 0, (syscall_t)zx_channel_call},
@@ -1223,6 +1222,21 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerSetInteger", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerSetString", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_devicesettings_DeviceSettingsManagerWatch", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_hardware_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminClose", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminDescribe", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_DirectoryAdminGetAttr", 0, (syscall_t)zx_channel_call},
@@ -1258,8 +1272,8 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_io_FileClose", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileDescribe", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileGetAttr", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_io_FileGetBuffer", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileGetFlags", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_io_FileGetVmo", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileIoctl", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileRead", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_io_FileReadAt", 0, (syscall_t)zx_channel_call},
@@ -1282,9 +1296,18 @@ 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_mediacodec_CodecSync", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_net_LegacySocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$fuchsia_net_LegacySocketProviderOpenSocket", 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},
+ {"zx_channel_call$fuchsia_net_SocketControlConnect", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetPeerName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetSockName", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlGetSockOpt", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlIoctl", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlListen", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketControlSetSockOpt", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketProviderGetAddrInfo", 0, (syscall_t)zx_channel_call},
+ {"zx_channel_call$fuchsia_net_SocketProviderSocket", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddEthernetInterface", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddForwardingEntry", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_net_stack_StackAddInterfaceAddress", 0, (syscall_t)zx_channel_call},
@@ -1306,21 +1329,6 @@ const call_t syscalls[] = {
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneId", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneGetTimezoneOffsetMinutes", 0, (syscall_t)zx_channel_call},
{"zx_channel_call$fuchsia_timezone_TimezoneSetTimezone", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastAddMac", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastDeleteMac", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceConfigMulticastTestFilter", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceDumpRegisters", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetFifos", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetInfo", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceGetStatus", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceListenStart", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceListenStop", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetClientName", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetIOBuffer", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceSetPromiscuousMode", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceStart", 0, (syscall_t)zx_channel_call},
- {"zx_channel_call$zircon_ethernet_DeviceStop", 0, (syscall_t)zx_channel_call},
{"zx_channel_create", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Controller", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_cobalt_Logger", 0, (syscall_t)zx_channel_create},
@@ -1330,16 +1338,16 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_cobalt_SystemDataUpdater", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_devicesettings_DeviceSettingsManager", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_devicesettings_DeviceSettingsWatcher", 0, (syscall_t)zx_channel_create},
+ {"zx_channel_create$fuchsia_hardware_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_Directory", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_DirectoryAdmin", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_DirectoryWatcher", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_io_File", 0, (syscall_t)zx_channel_create},
{"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_mediacodec_Codec", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$fuchsia_mediacodec_CodecFactory", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_net_Connectivity", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$fuchsia_net_LegacySocketProvider", 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},
{"zx_channel_create$fuchsia_power_PowerManager", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_power_PowerManagerWatcher", 0, (syscall_t)zx_channel_create},
@@ -1349,19 +1357,11 @@ const call_t syscalls[] = {
{"zx_channel_create$fuchsia_timezone_TimeService", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_Timezone", 0, (syscall_t)zx_channel_create},
{"zx_channel_create$fuchsia_timezone_TimezoneWatcher", 0, (syscall_t)zx_channel_create},
- {"zx_channel_create$zircon_ethernet_Device", 0, (syscall_t)zx_channel_create},
{"zx_channel_read", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryAdminOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_DirectoryOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_FileOnOpen", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_io_NodeOnOpen", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecFactoryOnCodecList", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnFreeInputPacket", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnInputConstraints", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputConfig", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputEndOfStream", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnOutputPacket", 0, (syscall_t)zx_channel_read},
- {"zx_channel_read$fuchsia_mediacodec_CodecOnStreamFailed", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_ConnectivityOnNetworkReachable", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_stack_StackOnInterfaceAddressChange", 0, (syscall_t)zx_channel_read},
{"zx_channel_read$fuchsia_net_stack_StackOnInterfaceStatusChange", 0, (syscall_t)zx_channel_read},
@@ -1376,18 +1376,6 @@ const call_t syscalls[] = {
{"zx_channel_write$fuchsia_io_FileClone", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_io_NodeClone", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_ldsvc_LoaderDone", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecAddInputBuffer", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecAddOutputBuffer", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecCloseCurrentStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecEnableOnStreamFailed", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecFactoryCreateDecoder", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecFlushEndOfStreamAndCloseStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputEndOfStream", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputFormatDetails", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecQueueInputPacket", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecRecycleOutputPacket", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecSetInputBufferSettings", 0, (syscall_t)zx_channel_write},
- {"zx_channel_write$fuchsia_mediacodec_CodecSetOutputBufferSettings", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_power_PowerManagerWatch", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_power_PowerManagerWatcherOnChangeBatteryStatus", 0, (syscall_t)zx_channel_write},
{"zx_channel_write$fuchsia_process_LauncherAddArgs", 0, (syscall_t)zx_channel_write},