diff options
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index d33a99625..63facd3a0 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -532,6 +532,7 @@ 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}, @@ -684,8 +685,10 @@ const call_t syscalls[] = { {"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_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}, + {"zx_channel_call$fuchsia_net_stack_StackDelEthernetInterface", 0, (syscall_t)zx_channel_call}, {"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}, @@ -703,6 +706,21 @@ 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}, @@ -731,6 +749,7 @@ 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}, @@ -932,6 +951,7 @@ 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}, @@ -1084,8 +1104,10 @@ const call_t syscalls[] = { {"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_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}, + {"zx_channel_call$fuchsia_net_stack_StackDelEthernetInterface", 0, (syscall_t)zx_channel_call}, {"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}, @@ -1103,6 +1125,21 @@ 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}, @@ -1131,6 +1168,7 @@ 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}, |
