Crate panda_sys

Crate panda_sys 

Source

Structs§

ACPIOSTInfo
ACPIOSTInfoList
Abort
AcpiTableOptions
AdapterInfo
AddfdInfo
AddressSpace
AddressSpace: describes a mapping of addresses to #MemoryRegion objects
AddressSpaceDispatch
AddressSpace__bindgen_ty_1
AddressSpace_memory_listeners_as
AioContext
AllwinnerAHCIState
AudioState
BNDCSReg
BNDReg
BalloonInfo
BdrvDirtyBitmap
BdrvDirtyBitmapIter
BlkdebugInjectErrorOptions
BlkdebugInjectErrorOptionsList
BlkdebugSetStateOptions
BlkdebugSetStateOptionsList
BlockBackend
BlockBackendRootState
BlockDeviceInfo
BlockDeviceInfoList
BlockDeviceMapEntry
BlockDeviceStats
BlockDeviceTimedStats
BlockDeviceTimedStatsList
BlockDirtyBitmap
BlockDirtyBitmapAdd
BlockDirtyInfo
BlockDirtyInfoList
BlockDriverState
BlockIOThrottle
BlockInfo
BlockInfoList
BlockJobInfo
BlockJobInfoList
BlockStats
BlockStatsList
BlockdevBackup
BlockdevCacheInfo
BlockdevCacheOptions
BlockdevOptions
BlockdevOptionsBlkdebug
BlockdevOptionsBlkverify
BlockdevOptionsCurlBase
BlockdevOptionsCurlFtp
BlockdevOptionsCurlFtps
BlockdevOptionsCurlHttp
BlockdevOptionsCurlHttps
BlockdevOptionsFile
BlockdevOptionsGenericCOWFormat
BlockdevOptionsGenericFormat
BlockdevOptionsGluster
BlockdevOptionsIscsi
BlockdevOptionsLUKS
BlockdevOptionsNbd
BlockdevOptionsNfs
BlockdevOptionsNull
BlockdevOptionsQcow2
BlockdevOptionsQuorum
BlockdevOptionsRaw
BlockdevOptionsRbd
BlockdevOptionsReplication
BlockdevOptionsSheepdog
BlockdevOptionsSsh
BlockdevOptionsVVFAT
BlockdevRef
BlockdevRefList
BlockdevSnapshot
BlockdevSnapshotInternal
BlockdevSnapshotSync
BusChild
BusChild__bindgen_ty_1
BusClass
BusState
BusState: @hotplug_device: link to a hotplug device associated with bus.
BusState_ChildrenHead
BusState__bindgen_ty_1
CPUAddressSpace
CPUBreakpoint
CPUBreakpoint__bindgen_ty_1
CPUClass
CPUClass: @class_by_name: Callback to map -cpu command line model name to an instantiatable CPU type. @parse_features: Callback to parse command line arguments. @reset: Callback to reset the #CPUState to its initial state. @reset_dump_flags: #CPUDumpFlags to use for reset logging. @has_work: Callback for checking if there is work to do. @do_interrupt: Callback for interrupt handling. @do_unassigned_access: Callback for unassigned access handling. @do_unaligned_access: Callback for unaligned access handling, if the target defines #ALIGNED_ONLY. @virtio_is_big_endian: Callback to return %true if a CPU which supports runtime configurable endianness is currently big-endian. Non-configurable CPUs can use the default implementation of this method. This method should not be used by any callers other than the pre-1.0 virtio devices. @memory_rw_debug: Callback for GDB memory access. @dump_state: Callback for dumping state. @dump_statistics: Callback for dumping statistics. @get_arch_id: Callback for getting architecture-dependent CPU ID. @get_paging_enabled: Callback for inquiring whether paging is enabled. @get_memory_mapping: Callback for obtaining the memory mappings. @set_pc: Callback for setting the Program Counter register. @synchronize_from_tb: Callback for synchronizing state from a TCG #TranslationBlock. @handle_mmu_fault: Callback for handling an MMU fault. @get_phys_page_debug: Callback for obtaining a physical address. @get_phys_page_attrs_debug: Callback for obtaining a physical address and the associated memory transaction attributes to use for the access. CPUs which use memory transaction attributes should implement this instead of get_phys_page_debug. @asidx_from_attrs: Callback to return the CPU AddressSpace to use for a memory access with the specified memory transaction attributes. @gdb_read_register: Callback for letting GDB read a register. @gdb_write_register: Callback for letting GDB write a register. @debug_check_watchpoint: Callback: return true if the architectural watchpoint whose address has matched should really fire. @debug_excp_handler: Callback for handling debug exceptions. @write_elf64_note: Callback for writing a CPU-specific ELF note to a 64-bit VM coredump. @write_elf32_qemunote: Callback for writing a CPU- and QEMU-specific ELF note to a 32-bit VM coredump. @write_elf32_note: Callback for writing a CPU-specific ELF note to a 32-bit VM coredump. @write_elf32_qemunote: Callback for writing a CPU- and QEMU-specific ELF note to a 32-bit VM coredump. @vmsd: State description for migration. @gdb_num_core_regs: Number of core registers accessible to GDB. @gdb_core_xml_file: File name for core registers GDB XML description. @gdb_stop_before_watchpoint: Indicates whether GDB expects the CPU to stop before the insn which triggers a watchpoint rather than after it. @gdb_arch_name: Optional callback that returns the architecture name known to GDB. The caller must free the returned string with g_free. @cpu_exec_enter: Callback for cpu_exec preparation. @cpu_exec_exit: Callback for cpu_exec cleanup. @cpu_exec_interrupt: Callback for processing interrupts in cpu_exec. @disas_set_info: Setup architecture specific components of disassembly info @adjust_watchpoint_address: Perform a target-specific adjustment to an address before attempting to match it against watchpoints.
CPUIOTLBEntry
CPUListState
CPUListState: @cpu_fprintf: Print function. @file: File to print to using @cpu_fprint.
CPUState
CPUState: @cpu_index: CPU index (informative). @nr_cores: Number of cores within this CPU package. @nr_threads: Number of threads within this CPU. @numa_node: NUMA node this CPU is belonging to. @host_tid: Host thread ID. @running: #true if CPU is currently running (lockless). @has_waiter: #true if a CPU is currently waiting for the cpu_exec_end; valid under cpu_list_lock. @created: Indicates whether the CPU thread has been successfully created. @interrupt_request: Indicates a pending interrupt request. @halted: Nonzero if the CPU is in suspended state. @stop: Indicates a pending stop request. @stopped: Indicates the CPU has been artificially stopped. @unplug: Indicates a pending CPU unplug request. @crash_occurred: Indicates the OS reported a crash (panic) for this CPU @tcg_exit_req: Set to force TCG to stop executing linked TBs for this CPU and return to its top level loop. @singlestep_enabled: Flags for single-stepping. @icount_extra: Instructions until next timer event. @icount_decr: Number of cycles left, with interrupt flag in high bit. This allows a single read-compare-cbranch-write sequence to test for both decrementer underflow and exceptions. @can_do_io: Nonzero if memory-mapped IO is safe. Deterministic execution requires that IO only be performed on the last instruction of a TB so that interrupts take effect immediately. @cpu_ases: Pointer to array of CPUAddressSpaces (which define the AddressSpaces this CPU has) @num_ases: number of CPUAddressSpaces in @cpu_ases @as: Pointer to the first AddressSpace, for the convenience of targets which only have a single AddressSpace @env_ptr: Pointer to subclass-specific CPUArchState field. @gdb_regs: Additional GDB registers. @gdb_num_regs: Number of total registers accessible to GDB. @gdb_num_g_regs: Number of registers in GDB ‘g’ packets. @next_cpu: Next CPU sharing TB cache. @opaque: User data. @mem_io_pc: Host Program Counter at which the memory was accessed. @mem_io_vaddr: Target virtual address at which the memory was accessed. @kvm_fd: vCPU file descriptor for KVM. @work_mutex: Lock to prevent multiple access to queued_work_*. @queued_work_first: First asynchronous work pending. @trace_dstate: Dynamic tracing state of events for this vCPU (bitmask).
CPUState__bindgen_ty_1
CPUState_breakpoints_head
CPUState_watchpoints_head
CPUTLBEntry
CPUTLBEntry__bindgen_ty_1__bindgen_ty_1
CPUTailQ
CPUWatchpoint
CPUWatchpoint__bindgen_ty_1
CPUX86State
CPUX86State__bindgen_ty_1
CPUX86State__bindgen_ty_2
CPUX86State__bindgen_ty_4
CPU_DoubleU__bindgen_ty_1
CPU_LDoubleU__bindgen_ty_1
CPU_QuadU__bindgen_ty_1
CPU_QuadU__bindgen_ty_2
Chardev
ChardevBackend
ChardevBackendInfo
ChardevBackendInfoList
ChardevCommon
ChardevFile
ChardevHostdev
ChardevInfo
ChardevInfoList
ChardevMux
ChardevReturn
ChardevRingbuf
ChardevSocket
ChardevSpiceChannel
ChardevSpicePort
ChardevStdio
ChardevUdp
ChardevVC
CoalescedMemoryRange
CommandInfo
CommandInfoList
CommandLineOptionInfo
CommandLineOptionInfoList
CommandLineParameterInfo
CommandLineParameterInfoList
CompatProperty
CpuDefinitionInfo
CpuDefinitionInfoList
CpuInfo
CpuInfoList
CpuInfoMIPS
CpuInfoOther
CpuInfoPPC
CpuInfoSPARC
CpuInfoTricore
CpuInfoX86
CpuInstanceProperties
CpuModelBaselineInfo
CpuModelCompareInfo
CpuModelExpansionInfo
CpuModelInfo
DUMMY_Q
DUMMY_Q_DUMMY_Q_HEAD
DUMMY_Q_ENTRY
DUMMY_Q_ENTRY__bindgen_ty_1
DeviceClass
DeviceClass: @props: Properties accessing state fields. @realize: Callback function invoked when the #DeviceState:realized property is changed to %true. The default invokes @init if not %NULL. @unrealize: Callback function invoked when the #DeviceState:realized property is changed to %false. @init: Callback function invoked when the #DeviceState::realized property is changed to %true. Deprecated, new types inheriting directly from TYPE_DEVICE should use @realize instead, new leaf types should consult their respective parent type. @hotpluggable: indicates if #DeviceClass is hotpluggable, available as readonly “hotpluggable” property of #DeviceState instance
DeviceListener
DeviceListener__bindgen_ty_1
DevicePropertyInfo
DevicePropertyInfoList
DeviceState
DeviceState: @realized: Indicates whether the device has been fully constructed.
DeviceState__bindgen_ty_1
DeviceState__bindgen_ty_2
DirtyMemoryBlocks
DisplayChangeListener
DisplayState
DisplaySurface
DriveBackup
DriveInfo
DriveMirror
DummyForceArrays
DumpGuestMemoryCapability
DumpGuestMemoryFormatList
DumpQueryResult
Error
EventInfo
EventInfoList
EventNotifier
FWCfgIoState
FWCfgMemState
FWCfgState
FdsetFdInfo
FdsetFdInfoList
FdsetInfo
FdsetInfoList
FlatView
GDBRegisterState
GICCapability
GICCapabilityList
GStaticMutex
GTestCase
GTestConfig
GTestLogBuffer
GTestLogMsg
GTestSuite
GlobalProperty
GlobalProperty: @user_provided: Set to true if property comes from user-provided config (command-line or config file). @used: Set to true if property was used when initializing a device. @errp: Error destination, used like first argument of error_setg() in case property setting fails later. If @errp is NULL, we print warnings instead of ignoring errors silently. For hotplugged devices, errp is always ignored and warnings are printed instead.
GuestPanicInformation
GuestPanicInformationHyperV
GuidInfo
HCIInfo
HotplugHandler
HotplugHandlerClass
HotplugDeviceClass:
HotpluggableCPU
HotpluggableCPUList
I2CBus
I2SCodec
IOMMUNotifier
IOMMUNotifier__bindgen_ty_1
IOMMUTLBEntry
IOThreadInfo
IOThreadInfoList
IRQState
ISABus
ISADevice
ImageCheck
ImageInfo
ImageInfoList
ImageInfoSpecific
ImageInfoSpecificQCow2
ImageInfoSpecificVmdk
InetSocketAddress
InetSocketAddressBase
InetSocketAddressBaseList
InputBtnEvent
InputEvent
InputEventList
InputKeyEvent
InputMoveEvent
InterfaceClass
InterfaceClass: @parent_class: the base class
InterfaceInfo
InterfaceInfo: @type: The name of the interface.
IsaDma
KVMState
KeyValue
KeyValueList
KvmInfo
LoadStateEntry
MACAddr
MSIMessage
MTRRVar
MachineClass
MachineInfo
MachineInfoList
MachineState
MapEntry
MemTxAttrs
Memdev
MemdevList
MemoryDeviceInfo
MemoryDeviceInfoList
MemoryListener
MemoryListener: callbacks structure for updates to the physical memory map
MemoryListener__bindgen_ty_1
MemoryListener__bindgen_ty_2
MemoryMappingList
MemoryRegion
MemoryRegionCache
MemoryRegionIOMMUOps
MemoryRegionIoeventfd
MemoryRegionMmio
MemoryRegionOps
MemoryRegionOps__bindgen_ty_1
MemoryRegionOps__bindgen_ty_2
MemoryRegionSection
MemoryRegionSection: describes a fragment of a #MemoryRegion
MemoryRegion__bindgen_ty_1
MemoryRegion__bindgen_ty_2
MemoryRegion_coalesced_ranges
MemoryRegion_subregions
MigrationCapabilityStatus
MigrationCapabilityStatusList
MigrationIncomingState
MigrationInfo
MigrationParameters
MigrationParams
MigrationState
MigrationStats
Monitor
MonitorDef
MouseInfo
MouseInfoList
MouseTransformInfo
NFSServer
NICInfo
NameInfo
NamedGPIOList
NamedGPIOList__bindgen_ty_1
NetClientState
NetFilterState
NetLegacy
NetLegacyNicOptions
NetLegacyOptions
Netdev
NetdevBridgeOptions
NetdevDumpOptions
NetdevHubPortOptions
NetdevL2TPv3Options
NetdevNetmapOptions
NetdevNoneOptions
NetdevSocketOptions
NetdevTapOptions
NetdevUserOptions
NetdevVdeOptions
NetdevVhostUserOptions
Notifier
NotifierList
NotifierList__bindgen_ty_1
NotifierWithReturn
NotifierWithReturnList
NotifierWithReturnList__bindgen_ty_1
NotifierWithReturn__bindgen_ty_1
Notifier__bindgen_ty_1
NumaNodeOptions
NumaOptions
Object
Object:
ObjectClass
ObjectClass:
ObjectProperty
ObjectPropertyInfo
ObjectPropertyInfoList
ObjectPropertyIterator
ObjectTypeInfo
ObjectTypeInfoList
PCDIMMDeviceInfo
PCIBridge
PCIBus
PCIDevice
PCIEAERErr
PCIEAERLog
PCIEAERMsg
PCIEPort
PCIESlot
PCIExpressDevice
PCIExpressHost
PCIHostDeviceAddress
PCIHostState
PCMCIACardState
PCMachineClass
PCMachineState
PandaPluginInfo
PandaPluginInfoList
PcGuestInfo
PciBridgeInfo
PciBusInfo
PciDeviceClass
PciDeviceId
PciDeviceInfo
PciDeviceInfoList
PciInfo
PciInfoList
PciMemoryRange
PciMemoryRegion
PciMemoryRegionList
PixelFormat
PostcopyDiscardState
Property
PropertyInfo
ProtobufCAllocator
ProtobufCBinaryData
ProtobufCBuffer
ProtobufCBufferSimple
ProtobufCEnumDescriptor
ProtobufCEnumValue
ProtobufCEnumValueIndex
ProtobufCFieldDescriptor
ProtobufCIntRange
ProtobufCMessage
ProtobufCMessageDescriptor
ProtobufCMessageUnknownField
ProtobufCMethodDescriptor
ProtobufCService
ProtobufCServiceDescriptor
QCryptoBlockCreateOptions
QCryptoBlockCreateOptionsLUKS
QCryptoBlockInfo
QCryptoBlockInfoBase
QCryptoBlockInfoLUKS
QCryptoBlockInfoLUKSSlot
QCryptoBlockInfoLUKSSlotList
QCryptoBlockInfoQCow
QCryptoBlockOpenOptions
QCryptoBlockOptionsBase
QCryptoBlockOptionsLUKS
QCryptoBlockOptionsQCow
QDict
QDictEntry
QDictEntry__bindgen_ty_1
QDict__bindgen_ty_1
QEMUBH
QEMUFile
QEMULogItem
QEMUSGList
QEMUTimer
QEMUTimerListGroup
QList
QListEntry
QListEntry__bindgen_ty_1
QList__bindgen_ty_1
QObject
Qcow2OverlapCheckFlags
Qcow2OverlapChecks
QemuCond
QemuConsole
QemuEvent
QemuLockCnt
QemuMutex
QemuOpt
QemuOptDesc
QemuOpts
QemuOptsIter
QemuOptsList
QemuOptsList__bindgen_ty_1
QemuSemaphore
QemuSeqLock
QemuSpin
QemuThread
RAMBlock
RAMBlockNotifier
RAMBlockNotifier__bindgen_ty_1
RAMList
RAMList__bindgen_ty_1
RAMList__bindgen_ty_2
RR_MapList
RR_MapList__bindgen_ty_1
RR_cpu_mem_rw_args
RR_cpu_mem_unmap
RR_cpu_reg_write_args
RR_handle_packet_args
RR_hd_transfer_args
RR_header
RR_log_t
RR_mem_region_change_args
RR_net_transfer_args
RR_prog_point_t
RR_serial_read_args
RR_serial_receive_args
RR_serial_send_args
RR_serial_write_args
RR_skipped_call_args
Range
ReplicationStatus
RockerOfDpaFlow
RockerOfDpaFlowAction
RockerOfDpaFlowKey
RockerOfDpaFlowList
RockerOfDpaFlowMask
RockerOfDpaGroup
RockerOfDpaGroupList
RockerPort
RockerPortList
RockerSwitch
RxFilterInfo
RxFilterInfoList
SHPCDevice
SMBusDevice
SSIBus
SchemaInfo
SchemaInfoAlternate
SchemaInfoAlternateMember
SchemaInfoAlternateMemberList
SchemaInfoArray
SchemaInfoBuiltin
SchemaInfoCommand
SchemaInfoEnum
SchemaInfoEvent
SchemaInfoList
SchemaInfoObject
SchemaInfoObjectMember
SchemaInfoObjectMemberList
SchemaInfoObjectVariant
SchemaInfoObjectVariantList
SegmentCache
SerialState
SnapshotInfo
SnapshotInfoList
SocketAddress
SocketAddressFlat
SocketAddressFlatList
SpiceBasicInfo
SpiceChannel
SpiceChannelList
SpiceInfo
SpiceServerInfo
StatusInfo
String
StringList
TBContext
TCGArgConstraint
TCGBackendData
TCGContext
TCGLabel
TCGOp
TCGOpDef
TCGPool
TCGRelocation
TCGTargetOpDef
TCGTemp
TCGTempSet
TCGv_i32_d
TCGv_i64_d
TCGv_ptr_d
TPMInfo
TPMInfoList
TPMPassthroughOptions
TargetInfo
TpmModelList
TpmTypeList
TpmTypeOptions
TraceEventInfo
TraceEventInfoList
TransactionAction
TransactionActionList
TransactionProperties
TranslationBlock
TypeImpl
TypeInfo
TypeInfo: @name: The name of the type. @parent: The name of the parent type. @instance_size: The size of the object (derivative of #Object). If @instance_size is 0, then the size of the object will be the size of the parent object. @instance_init: This function is called to initialize an object. The parent class will have already been initialized so the type is only responsible for initializing its own members. @instance_post_init: This function is called to finish initialization of an object, after all @instance_init functions were called. @instance_finalize: This function is called during object destruction. This is called before the parent @instance_finalize function has been called. An object should only free the members that are unique to its type in this function. @abstract: If this field is true, then the class is considered abstract and cannot be directly instantiated. @class_size: The size of the class object (derivative of #ObjectClass) for this object. If @class_size is 0, then the size of the class will be assumed to be the size of the parent class. This allows a type to avoid implementing an explicit class type if they are not adding additional virtual functions. @class_init: This function is called after all parent class initialization has occurred to allow a class to set its default virtual method pointers. This is also the function to use to override virtual methods from a parent class. @class_base_init: This function is called for all base classes after all parent class initialization has occurred, but before the class itself is initialized. This is the function to use to undo the effects of memcpy from the parent class to the descendants. @class_finalize: This function is called during class destruction and is meant to release and dynamic parameters allocated by @class_init. @class_data: Data to pass to the @class_init, @class_base_init and @class_finalize functions. This can be useful when building dynamic classes. @interfaces: The list of interfaces associated with this type. This should point to a static array that’s terminated with a zero filled element.
UnixSocketAddress
UuidInfo
VMStateDescription
VersionInfo
VersionTriple
VirtIODevice
Visitor
VncBasicInfo
VncClientInfo
VncClientInfoList
VncInfo
VncInfo2
VncInfo2List
VncServerInfo
VncServerInfo2
VncServerInfo2List
VsockSocketAddress
X86CPU
X86CPU: @env: #CPUX86State @migratable: If set, only migratable flags will be accepted when “enforce” mode is used, and only migratable flags will be included in the “host” CPU model.
X86CPUClass
X86CPUClass: @cpu_def: CPU model definition @kvm_required: Whether CPU model requires KVM to be enabled. @ordering: Ordering on the “-cpu help” CPU model list. @migration_safe: See CpuDefinitionInfo::migration_safe @static_model: See CpuDefinitionInfo::static @parent_realize: The parent class’ realize handler. @parent_reset: The parent class’ reset handler.
X86CPUDefinition
X86CPUFeatureWordInfo
X86CPUFeatureWordInfoList
X86LegacyXSaveArea__bindgen_ty_1
X86XSaveArea
X86XSaveHeader
XBZRLECacheStats
XSaveAVX
XSaveBNDREG
XSaveHi16_ZMM
XSaveOpmask
XSavePKRU
XSaveZMM_Hi256
_GAllocator
_GArray
_GAsyncQueue
_GBookmarkFile
_GByteArray
_GBytes
_GCache
_GChecksum
_GCompletion
_GCond
_GData
_GDate
_GDateTime
_GDebugKey
_GDir
_GDoubleIEEE754__bindgen_ty_1
_GError
_GFloatIEEE754__bindgen_ty_1
_GHashTable
_GHashTableIter
_GHmac
_GHook
_GHookList
_GIConv
_GIOChannel
_GIOFuncs
_GKeyFile
_GList
_GLogField
_GMainContext
_GMainLoop
_GMappedFile
_GMarkupParseContext
_GMarkupParser
GMarkupParser: @start_element: Callback to invoke when the opening tag of an element is seen. The callback’s @attribute_names and @attribute_values parameters are %NULL-terminated. @end_element: Callback to invoke when the closing tag of an element is seen. Note that this is also called for empty tags like <empty/>. @text: Callback to invoke when some text is seen (text is always inside an element). Note that the text of an element may be spread over multiple calls of this function. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is set, this function is also called for the content of CDATA marked sections. @passthrough: Callback to invoke for comments, processing instructions and doctype declarations; if you’re re-writing the parsed document, write the passthrough text back out in the same position. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is not set, this function is also called for CDATA marked sections. @error: Callback to invoke when an error occurs.
_GMatchInfo
_GMemChunk
_GMemVTable
_GNode
_GOnce
_GOptionContext
_GOptionEntry
GOptionEntry: @long_name: The long name of an option can be used to specify it in a commandline as --long_name. Every option must have a long name. To resolve conflicts if multiple option groups contain the same long name, it is also possible to specify the option as --groupname-long_name. @short_name: If an option has a short name, it can be specified -short_name in a commandline. @short_name must be a printable ASCII character different from ‘-’, or zero if the option has no short name. @flags: Flags from #GOptionFlags @arg: The type of the option, as a #GOptionArg @arg_data: If the @arg type is %G_OPTION_ARG_CALLBACK, then @arg_data must point to a #GOptionArgFunc callback function, which will be called to handle the extra argument. Otherwise, @arg_data is a pointer to a location to store the value, the required type of the location depends on the @arg type: - %G_OPTION_ARG_NONE: %gboolean - %G_OPTION_ARG_STRING: %gchar* - %G_OPTION_ARG_INT: %gint - %G_OPTION_ARG_FILENAME: %gchar* - %G_OPTION_ARG_STRING_ARRAY: %gchar** - %G_OPTION_ARG_FILENAME_ARRAY: %gchar** - %G_OPTION_ARG_DOUBLE: %gdouble If @arg type is %G_OPTION_ARG_STRING or %G_OPTION_ARG_FILENAME, the location will contain a newly allocated string if the option was given. That string needs to be freed by the callee using g_free(). Likewise if @arg type is %G_OPTION_ARG_STRING_ARRAY or %G_OPTION_ARG_FILENAME_ARRAY, the data should be freed using g_strfreev(). @description: the description for the option in --help output. The @description is translated using the @translate_func of the group, see g_option_group_set_translation_domain(). @arg_description: The placeholder to use for the extra argument parsed by the option in --help output. The @arg_description is translated using the @translate_func of the group, see g_option_group_set_translation_domain().
_GOptionGroup
_GPatternSpec
_GPollFD
GPollFD: @fd: the file descriptor to poll (or a HANDLE on Win32) @events: a bitwise combination from #GIOCondition, specifying which events should be polled for. Typically for reading from a file descriptor you would use %G_IO_IN | %G_IO_HUP | %G_IO_ERR, and for writing you would use %G_IO_OUT | %G_IO_ERR. @revents: a bitwise combination of flags from #GIOCondition, returned from the poll() function to indicate which events occurred.
_GPrivate
_GPtrArray
_GQueue
GQueue: @head: a pointer to the first element of the queue @tail: a pointer to the last element of the queue @length: the number of elements in the queue
_GRWLock
_GRand
_GRecMutex
_GRegex
_GRelation
_GSList
_GScanner
_GScannerConfig
_GSequence
_GSequenceNode
_GSource
_GSourceCallbackFuncs
_GSourceFuncs
_GSourcePrivate
_GStaticPrivate
_GStaticRWLock
_GStaticRecMutex
_GString
_GStringChunk
_GThread
_GThreadFunctions
_GThreadPool
_GTimeVal
_GTimeZone
_GTimer
_GTrashStack
_GTree
_GTuples
_GVariant
_GVariantBuilder
_GVariantBuilder__bindgen_ty_1__bindgen_ty_1
_GVariantDict
_GVariantDict__bindgen_ty_1__bindgen_ty_1
_GVariantIter
_GVariantType
_G_fpos64_t
_G_fpos_t
_HV_REFERENCE_TSC_PAGE
_IO_FILE
_IO_codecvt
_IO_marker
_IO_wide_data
_Panda__AsidEdges
_Panda__AsidInfo
_Panda__AsidTrace
_Panda__AttackPoint
_Panda__AttackPointPri
_Panda__BasicBlock
_Panda__CallStack
_Panda__DwarfCall
_Panda__Edge
_Panda__LabelLiveness
_Panda__LoadedLibs
_Panda__LogEntry
_Panda__Module
_Panda__NamedData
_Panda__ProcTrace
_Panda__SerialTx
_Panda__SignalEvent
_Panda__SrcInfo
_Panda__SrcInfoPri
_Panda__StructData
_Panda__Syscall
_Panda__TaintQuery
_Panda__TaintQueryHypercall
_Panda__TaintQueryPri
_Panda__TaintQueryUniqueLabelSet
_Panda__TaintedBranch
_Panda__TaintedBranchSummary
_Panda__TaintedInstr
_Panda__TaintedInstrSummary
_Panda__TaintedMmioLabel
__BindgenBitfieldUnit
__IncompleteArrayField
__dirstream
__fsid_t
__jmp_buf_tag
__kernel_fd_set
__kernel_fsid_t
__locale_data
__locale_struct
__mbstate_t
__pthread_cleanup_frame
__pthread_cond_s
__pthread_cond_s__bindgen_ty_1__bindgen_ty_1
__pthread_cond_s__bindgen_ty_2__bindgen_ty_1
__pthread_internal_list
__pthread_internal_slist
__pthread_mutex_s
__pthread_rwlock_arch_t
__pthread_unwind_buf_t
__pthread_unwind_buf_t__bindgen_ty_1
__sigset_t
__va_list_tag
_fpreg
_fpstate
_fpx_sw_bytes
_fpxreg
_libc_fpstate
_libc_fpxreg
_libc_xmmreg
_panda_cb_list
_pthread_cleanup_buffer
_xmmreg
_xsave_hdr
_xstate
_ymmh_state
addrinfo
anyList
archive
archive_acl
archive_entry
archive_entry_linkresolver
boolList
cmsghdr
cpu_set_t
dirent
disassemble_info
div_t
drand48_data
elf32_sym
elf64_sym
fd_set
float128
float_status
floatx80
flock
group_filter
group_req
group_source_req
gzFile_s
gz_header_s
hax_vcpu_state
hostent
hv_message
hv_message_flags__bindgen_ty_1
hv_message_header
hv_message_page
hv_port_id__bindgen_ty_1
hv_timer_message_payload
icount_decr_u16
imaxdiv_t
in6_addr
in_addr
in_pktinfo
int8List
int16List
int32List
int64List
intList
internal_state
iovec
ip_mreq
ip_mreq_source
ip_mreqn
ip_msfilter
ip_opts
ipv6_mreq
itimerspec
itimerval
kvm_msrs
kvm_run
ldiv_t
linger
lldiv_t
max_align_t
mcontext_t
msghdr
netent
numberList
osockaddr
panda_arg
panda_arg_list
panda_plugin
protoent
q_obj_ACPI_DEVICE_OST_arg
q_obj_Abort_wrapper
q_obj_BALLOON_CHANGE_arg
q_obj_BLOCK_IMAGE_CORRUPTED_arg
q_obj_BLOCK_IO_ERROR_arg
q_obj_BLOCK_JOB_CANCELLED_arg
q_obj_BLOCK_JOB_COMPLETED_arg
q_obj_BLOCK_JOB_ERROR_arg
q_obj_BLOCK_JOB_READY_arg
q_obj_BLOCK_WRITE_THRESHOLD_arg
q_obj_BlockDirtyBitmapAdd_wrapper
q_obj_BlockDirtyBitmap_wrapper
q_obj_BlockdevBackup_wrapper
q_obj_BlockdevOptions_base
q_obj_BlockdevSnapshotInternal_wrapper
q_obj_BlockdevSnapshotSync_wrapper
q_obj_BlockdevSnapshot_wrapper
q_obj_ChardevCommon_wrapper
q_obj_ChardevFile_wrapper
q_obj_ChardevHostdev_wrapper
q_obj_ChardevMux_wrapper
q_obj_ChardevRingbuf_wrapper
q_obj_ChardevSocket_wrapper
q_obj_ChardevSpiceChannel_wrapper
q_obj_ChardevSpicePort_wrapper
q_obj_ChardevStdio_wrapper
q_obj_ChardevUdp_wrapper
q_obj_ChardevVC_wrapper
q_obj_CpuInfo_base
q_obj_DEVICE_DELETED_arg
q_obj_DEVICE_TRAY_MOVED_arg
q_obj_DUMP_COMPLETED_arg
q_obj_DriveBackup_wrapper
q_obj_GUEST_PANICKED_arg
q_obj_GuestPanicInformation_base
q_obj_ImageInfoSpecificQCow2_wrapper
q_obj_ImageInfoSpecificVmdk_wrapper
q_obj_InetSocketAddress_wrapper
q_obj_InputBtnEvent_wrapper
q_obj_InputKeyEvent_wrapper
q_obj_InputMoveEvent_wrapper
q_obj_MEM_UNPLUG_ERROR_arg
q_obj_MIGRATION_PASS_arg
q_obj_MIGRATION_arg
q_obj_NIC_RX_FILTER_CHANGED_arg
q_obj_NetLegacyOptions_base
q_obj_Netdev_base
q_obj_NumaOptions_base
q_obj_PCDIMMDeviceInfo_wrapper
q_obj_QCryptoBlockInfoLUKS_wrapper
q_obj_QKeyCode_wrapper
q_obj_QUORUM_FAILURE_arg
q_obj_QUORUM_REPORT_BAD_arg
q_obj_RTC_CHANGE_arg
q_obj_SPICE_CONNECTED_arg
q_obj_SPICE_DISCONNECTED_arg
q_obj_SPICE_INITIALIZED_arg
q_obj_SchemaInfo_base
q_obj_SocketAddressFlat_base
q_obj_String_wrapper
q_obj_TPMPassthroughOptions_wrapper
q_obj_UnixSocketAddress_wrapper
q_obj_VNC_CONNECTED_arg
q_obj_VNC_DISCONNECTED_arg
q_obj_VNC_INITIALIZED_arg
q_obj_VSERPORT_CHANGE_arg
q_obj_VsockSocketAddress_wrapper
q_obj_WATCHDOG_arg
q_obj_add_client_arg
q_obj_add_fd_arg
q_obj_balloon_arg
q_obj_begin_record_arg
q_obj_begin_record_from_arg
q_obj_begin_replay_arg
q_obj_block_commit_arg
q_obj_block_job_cancel_arg
q_obj_block_job_complete_arg
q_obj_block_job_pause_arg
q_obj_block_job_resume_arg
q_obj_block_job_set_speed_arg
q_obj_block_passwd_arg
q_obj_block_resize_arg
q_obj_block_set_write_threshold_arg
q_obj_block_stream_arg
q_obj_blockdev_change_medium_arg
q_obj_blockdev_close_tray_arg
q_obj_blockdev_del_arg
q_obj_blockdev_mirror_arg
q_obj_blockdev_open_tray_arg
q_obj_blockdev_snapshot_delete_internal_sync_arg
q_obj_change_arg
q_obj_change_backing_file_arg
q_obj_change_vnc_password_arg
q_obj_chardev_add_arg
q_obj_chardev_remove_arg
q_obj_client_migrate_info_arg
q_obj_closefd_arg
q_obj_cpu_add_arg
q_obj_cpu_arg
q_obj_device_add_arg
q_obj_device_del_arg
q_obj_device_list_properties_arg
q_obj_dump_guest_memory_arg
q_obj_dump_skeys_arg
q_obj_eject_arg
q_obj_expire_password_arg
q_obj_getfd_arg
q_obj_human_monitor_command_arg
q_obj_input_send_event_arg
q_obj_int_wrapper
q_obj_load_plugin_arg
q_obj_memsave_arg
q_obj_migrate_arg
q_obj_migrate_incoming_arg
q_obj_migrate_set_cache_size_arg
q_obj_migrate_set_capabilities_arg
q_obj_migrate_set_downtime_arg
q_obj_migrate_set_speed_arg
q_obj_nbd_server_add_arg
q_obj_nbd_server_start_arg
q_obj_netdev_add_arg
q_obj_netdev_del_arg
q_obj_object_add_arg
q_obj_object_del_arg
q_obj_plugin_cmd_arg
q_obj_pmemsave_arg
q_obj_qom_get_arg
q_obj_qom_list_arg
q_obj_qom_list_types_arg
q_obj_qom_set_arg
q_obj_query_blockstats_arg
q_obj_query_command_line_options_arg
q_obj_query_cpu_model_baseline_arg
q_obj_query_cpu_model_comparison_arg
q_obj_query_cpu_model_expansion_arg
q_obj_query_rocker_arg
q_obj_query_rocker_of_dpa_flows_arg
q_obj_query_rocker_of_dpa_groups_arg
q_obj_query_rocker_ports_arg
q_obj_query_rx_filter_arg
q_obj_remove_fd_arg
q_obj_ringbuf_read_arg
q_obj_ringbuf_write_arg
q_obj_screendump_arg
q_obj_send_key_arg
q_obj_set_link_arg
q_obj_set_password_arg
q_obj_trace_event_get_state_arg
q_obj_trace_event_set_state_arg
q_obj_transaction_arg
q_obj_unload_plugin_arg
q_obj_x_blockdev_change_arg
q_obj_x_blockdev_insert_medium_arg
q_obj_x_blockdev_remove_medium_arg
q_obj_xen_load_devices_state_arg
q_obj_xen_save_devices_state_arg
q_obj_xen_set_global_dirty_log_arg
q_obj_xen_set_replication_arg
qdist
qdist_entry
qemu_build_bug_on__2
qemu_build_bug_on__3
qemu_build_bug_on__4
qemu_build_bug_on__5
qemu_build_bug_on__6
qemu_build_bug_on__7
qemu_build_bug_on__8
qemu_build_bug_on__9
qemu_build_bug_on__10
qemu_build_bug_on__11
qemu_build_bug_on__12
qemu_build_bug_on__13
qemu_build_bug_on__14
qemu_build_bug_on__15
qemu_build_bug_on__16
qemu_build_bug_on__27
qemu_build_bug_on__28
qemu_build_bug_on__29
qemu_build_bug_on__30
qemu_signalfd_siginfo
qemu_work_item
qht
qht_map
qht_stats
struct qht_stats - Statistics of a QHT @head_buckets: number of head buckets @used_head_buckets: number of non-empty head buckets @entries: total number of entries @chain: frequency distribution representing the number of buckets in each chain, excluding empty chains. @occupancy: frequency distribution representing chain occupancy rate. Valid range: from 0.0 (empty) to 1.0 (full occupancy).
random_data
rcu_head
rcu_reader_data
rcu_reader_data__bindgen_ty_1
rpcent
rr_control_t
@brief Structure encapsulating requests to change the record/replay status.
rr_file
rr_file_info
rr_file_state
rr_log_entry_t
rusage
sched_param
servent
sigaction
sigcontext
sigevent
sigevent__bindgen_ty_1__bindgen_ty_1
siginfo_t
siginfo_t__bindgen_ty_1__bindgen_ty_1
siginfo_t__bindgen_ty_1__bindgen_ty_2
siginfo_t__bindgen_ty_1__bindgen_ty_3
siginfo_t__bindgen_ty_1__bindgen_ty_4
siginfo_t__bindgen_ty_1__bindgen_ty_5
siginfo_t__bindgen_ty_1__bindgen_ty_6
siginfo_t__bindgen_ty_1__bindgen_ty_7
siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1
sigstack
sizeList
sockaddr
sockaddr_in
sockaddr_in6
sockaddr_storage
sockaddr_un
stack_t
stat
strList
symbol_cache_entry
syminfo
tcp_cookie_transactions
tcp_info
tcp_md5sig
tcp_repair_opt
tcp_repair_window
tcp_zerocopy_receive
tcphdr
tcphdr__bindgen_ty_1__bindgen_ty_1
tcphdr__bindgen_ty_1__bindgen_ty_2
timespec
timeval
timezone
tm
uWireSlave
ucontext_t
uint8List
uint16List
uint32List
uint64List
vmcb
vmcb_control_area
vmcb_save_area
vmcb_seg
z_stream_s

Constants§

ACCESSPERMS
ACPISlotType_ACPI_SLOT_TYPE_CPU
ACPISlotType_ACPI_SLOT_TYPE_DIMM
ACPISlotType_ACPI_SLOT_TYPE__MAX
AC_MASK
AE_SYMLINK_TYPE_DIRECTORY
AE_SYMLINK_TYPE_FILE
AE_SYMLINK_TYPE_UNDEFINED
AF_ALG
AF_APPLETALK
AF_ASH
AF_ATMPVC
AF_ATMSVC
AF_AX25
AF_BLUETOOTH
AF_BRIDGE
AF_CAIF
AF_CAN
AF_DECnet
AF_ECONET
AF_FILE
AF_IB
AF_IEEE802154
AF_INET
AF_INET6
AF_IPX
AF_IRDA
AF_ISDN
AF_IUCV
AF_KCM
AF_KEY
AF_LLC
AF_LOCAL
AF_MAX
AF_MPLS
AF_NETBEUI
AF_NETLINK
AF_NETROM
AF_NFC
AF_PACKET
AF_PHONET
AF_PPPOX
AF_QIPCRTR
AF_RDS
AF_ROSE
AF_ROUTE
AF_RXRPC
AF_SECURITY
AF_SMC
AF_SNA
AF_TIPC
AF_UNIX
AF_UNSPEC
AF_VSOCK
AF_WANPIPE
AF_X25
AF_XDP
AIO_PRIO_DELTA_MAX
AI_ADDRCONFIG
AI_ALL
AI_CANONNAME
AI_NUMERICHOST
AI_NUMERICSERV
AI_PASSIVE
AI_V4MAPPED
ALLPERMS
APIC_DEFAULT_ADDRESS
APIC_SPACE_SIZE
ARCHIVE_COMPRESSION_BZIP2
ARCHIVE_COMPRESSION_COMPRESS
ARCHIVE_COMPRESSION_GZIP
ARCHIVE_COMPRESSION_LRZIP
ARCHIVE_COMPRESSION_LZIP
ARCHIVE_COMPRESSION_LZMA
ARCHIVE_COMPRESSION_NONE
ARCHIVE_COMPRESSION_PROGRAM
ARCHIVE_COMPRESSION_RPM
ARCHIVE_COMPRESSION_UU
ARCHIVE_COMPRESSION_XZ
ARCHIVE_ENTRY_ACL_ADD_FILE
ARCHIVE_ENTRY_ACL_ADD_SUBDIRECTORY
ARCHIVE_ENTRY_ACL_APPEND_DATA
ARCHIVE_ENTRY_ACL_DELETE
ARCHIVE_ENTRY_ACL_DELETE_CHILD
ARCHIVE_ENTRY_ACL_ENTRY_DIRECTORY_INHERIT
ARCHIVE_ENTRY_ACL_ENTRY_FAILED_ACCESS
ARCHIVE_ENTRY_ACL_ENTRY_FILE_INHERIT
ARCHIVE_ENTRY_ACL_ENTRY_INHERITED
ARCHIVE_ENTRY_ACL_ENTRY_INHERIT_ONLY
ARCHIVE_ENTRY_ACL_ENTRY_NO_PROPAGATE_INHERIT
ARCHIVE_ENTRY_ACL_ENTRY_SUCCESSFUL_ACCESS
ARCHIVE_ENTRY_ACL_EVERYONE
ARCHIVE_ENTRY_ACL_EXECUTE
ARCHIVE_ENTRY_ACL_GROUP
ARCHIVE_ENTRY_ACL_GROUP_OBJ
ARCHIVE_ENTRY_ACL_INHERITANCE_NFS4
ARCHIVE_ENTRY_ACL_LIST_DIRECTORY
ARCHIVE_ENTRY_ACL_MASK
ARCHIVE_ENTRY_ACL_OTHER
ARCHIVE_ENTRY_ACL_PERMS_NFS4
ARCHIVE_ENTRY_ACL_PERMS_POSIX1E
ARCHIVE_ENTRY_ACL_READ
ARCHIVE_ENTRY_ACL_READ_ACL
ARCHIVE_ENTRY_ACL_READ_ATTRIBUTES
ARCHIVE_ENTRY_ACL_READ_DATA
ARCHIVE_ENTRY_ACL_READ_NAMED_ATTRS
ARCHIVE_ENTRY_ACL_STYLE_COMPACT
ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID
ARCHIVE_ENTRY_ACL_STYLE_MARK_DEFAULT
ARCHIVE_ENTRY_ACL_STYLE_SEPARATOR_COMMA
ARCHIVE_ENTRY_ACL_STYLE_SOLARIS
ARCHIVE_ENTRY_ACL_SYNCHRONIZE
ARCHIVE_ENTRY_ACL_TYPE_ACCESS
ARCHIVE_ENTRY_ACL_TYPE_ALARM
ARCHIVE_ENTRY_ACL_TYPE_ALLOW
ARCHIVE_ENTRY_ACL_TYPE_AUDIT
ARCHIVE_ENTRY_ACL_TYPE_DEFAULT
ARCHIVE_ENTRY_ACL_TYPE_DENY
ARCHIVE_ENTRY_ACL_TYPE_NFS4
ARCHIVE_ENTRY_ACL_TYPE_POSIX1E
ARCHIVE_ENTRY_ACL_USER
ARCHIVE_ENTRY_ACL_USER_OBJ
ARCHIVE_ENTRY_ACL_WRITE
ARCHIVE_ENTRY_ACL_WRITE_ACL
ARCHIVE_ENTRY_ACL_WRITE_ATTRIBUTES
ARCHIVE_ENTRY_ACL_WRITE_DATA
ARCHIVE_ENTRY_ACL_WRITE_NAMED_ATTRS
ARCHIVE_ENTRY_ACL_WRITE_OWNER
ARCHIVE_EOF
ARCHIVE_EXTRACT_ACL
ARCHIVE_EXTRACT_CLEAR_NOCHANGE_FFLAGS
ARCHIVE_EXTRACT_FFLAGS
ARCHIVE_EXTRACT_HFS_COMPRESSION_FORCED
ARCHIVE_EXTRACT_MAC_METADATA
ARCHIVE_EXTRACT_NO_AUTODIR
ARCHIVE_EXTRACT_NO_HFS_COMPRESSION
ARCHIVE_EXTRACT_NO_OVERWRITE
ARCHIVE_EXTRACT_NO_OVERWRITE_NEWER
ARCHIVE_EXTRACT_OWNER
ARCHIVE_EXTRACT_PERM
ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS
ARCHIVE_EXTRACT_SECURE_NODOTDOT
ARCHIVE_EXTRACT_SECURE_SYMLINKS
ARCHIVE_EXTRACT_SPARSE
ARCHIVE_EXTRACT_TIME
ARCHIVE_EXTRACT_UNLINK
ARCHIVE_EXTRACT_XATTR
ARCHIVE_FAILED
ARCHIVE_FATAL
ARCHIVE_FILTER_BZIP2
ARCHIVE_FILTER_COMPRESS
ARCHIVE_FILTER_GRZIP
ARCHIVE_FILTER_GZIP
ARCHIVE_FILTER_LRZIP
ARCHIVE_FILTER_LZ4
ARCHIVE_FILTER_LZIP
ARCHIVE_FILTER_LZMA
ARCHIVE_FILTER_LZOP
ARCHIVE_FILTER_NONE
ARCHIVE_FILTER_PROGRAM
ARCHIVE_FILTER_RPM
ARCHIVE_FILTER_UU
ARCHIVE_FILTER_XZ
ARCHIVE_FILTER_ZSTD
ARCHIVE_FORMAT_7ZIP
ARCHIVE_FORMAT_AR
ARCHIVE_FORMAT_AR_BSD
ARCHIVE_FORMAT_AR_GNU
ARCHIVE_FORMAT_BASE_MASK
ARCHIVE_FORMAT_CAB
ARCHIVE_FORMAT_CPIO
ARCHIVE_FORMAT_CPIO_AFIO_LARGE
ARCHIVE_FORMAT_CPIO_BIN_BE
ARCHIVE_FORMAT_CPIO_BIN_LE
ARCHIVE_FORMAT_CPIO_POSIX
ARCHIVE_FORMAT_CPIO_SVR4_CRC
ARCHIVE_FORMAT_CPIO_SVR4_NOCRC
ARCHIVE_FORMAT_EMPTY
ARCHIVE_FORMAT_ISO9660
ARCHIVE_FORMAT_ISO9660_ROCKRIDGE
ARCHIVE_FORMAT_LHA
ARCHIVE_FORMAT_MTREE
ARCHIVE_FORMAT_RAR
ARCHIVE_FORMAT_RAR_V5
ARCHIVE_FORMAT_RAW
ARCHIVE_FORMAT_SHAR
ARCHIVE_FORMAT_SHAR_BASE
ARCHIVE_FORMAT_SHAR_DUMP
ARCHIVE_FORMAT_TAR
ARCHIVE_FORMAT_TAR_GNUTAR
ARCHIVE_FORMAT_TAR_PAX_INTERCHANGE
ARCHIVE_FORMAT_TAR_PAX_RESTRICTED
ARCHIVE_FORMAT_TAR_USTAR
ARCHIVE_FORMAT_WARC
ARCHIVE_FORMAT_XAR
ARCHIVE_FORMAT_ZIP
ARCHIVE_MATCH_CTIME
ARCHIVE_MATCH_EQUAL
ARCHIVE_MATCH_MTIME
ARCHIVE_MATCH_NEWER
ARCHIVE_MATCH_OLDER
ARCHIVE_OK
ARCHIVE_READDISK_HONOR_NODUMP
ARCHIVE_READDISK_MAC_COPYFILE
ARCHIVE_READDISK_NO_ACL
ARCHIVE_READDISK_NO_FFLAGS
ARCHIVE_READDISK_NO_TRAVERSE_MOUNTS
ARCHIVE_READDISK_NO_XATTR
ARCHIVE_READDISK_RESTORE_ATIME
ARCHIVE_READ_FORMAT_CAPS_ENCRYPT_DATA
ARCHIVE_READ_FORMAT_CAPS_ENCRYPT_METADATA
ARCHIVE_READ_FORMAT_CAPS_NONE
ARCHIVE_READ_FORMAT_ENCRYPTION_DONT_KNOW
ARCHIVE_READ_FORMAT_ENCRYPTION_UNSUPPORTED
ARCHIVE_RETRY
ARCHIVE_VERSION_NUMBER
ARCHIVE_VERSION_ONLY_STRING
ARCHIVE_VERSION_STRING
ARCHIVE_WARN
ARG_MAX
AT_EACCESS
AT_FDCWD
AT_REMOVEDIR
AT_SYMLINK_FOLLOW
AT_SYMLINK_NOFOLLOW
ActionCompletionMode_ACTION_COMPLETION_MODE_GROUPED
ActionCompletionMode_ACTION_COMPLETION_MODE_INDIVIDUAL
ActionCompletionMode_ACTION_COMPLETION_MODE__MAX
BC_BASE_MAX
BC_DIM_MAX
BC_SCALE_MAX
BC_STRING_MAX
BIG_ENDIAN
BNDCFG_BNDPRESERVE
BNDCFG_ENABLE
BP_ANY
BP_CPU
BP_GDB
BP_MEM_ACCESS
BP_MEM_READ
BP_MEM_WRITE
BP_STOP_BEFORE_ACCESS
BP_WATCHPOINT_HIT
BP_WATCHPOINT_HIT_READ
BP_WATCHPOINT_HIT_WRITE
BUFSIZ
BUS_ADRALN
BUS_ADRERR
BUS_MCEERR_AO
BUS_MCEERR_AR
BUS_OBJERR
BYTE_ORDER
BiosAtaTranslation_BIOS_ATA_TRANSLATION_AUTO
BiosAtaTranslation_BIOS_ATA_TRANSLATION_LARGE
BiosAtaTranslation_BIOS_ATA_TRANSLATION_LBA
BiosAtaTranslation_BIOS_ATA_TRANSLATION_NONE
BiosAtaTranslation_BIOS_ATA_TRANSLATION_RECHS
BiosAtaTranslation_BIOS_ATA_TRANSLATION__MAX
BlkdebugEvent_BLKDBG_CLUSTER_ALLOC
BlkdebugEvent_BLKDBG_CLUSTER_ALLOC_BYTES
BlkdebugEvent_BLKDBG_CLUSTER_FREE
BlkdebugEvent_BLKDBG_COW_READ
BlkdebugEvent_BLKDBG_COW_WRITE
BlkdebugEvent_BLKDBG_EMPTY_IMAGE_PREPARE
BlkdebugEvent_BLKDBG_FLUSH_TO_DISK
BlkdebugEvent_BLKDBG_FLUSH_TO_OS
BlkdebugEvent_BLKDBG_L1_GROW_ACTIVATE_TABLE
BlkdebugEvent_BLKDBG_L1_GROW_ALLOC_TABLE
BlkdebugEvent_BLKDBG_L1_GROW_WRITE_TABLE
BlkdebugEvent_BLKDBG_L1_UPDATE
BlkdebugEvent_BLKDBG_L2_ALLOC_COW_READ
BlkdebugEvent_BLKDBG_L2_ALLOC_WRITE
BlkdebugEvent_BLKDBG_L2_LOAD
BlkdebugEvent_BLKDBG_L2_UPDATE
BlkdebugEvent_BLKDBG_L2_UPDATE_COMPRESSED
BlkdebugEvent_BLKDBG_PWRITEV
BlkdebugEvent_BLKDBG_PWRITEV_DONE
BlkdebugEvent_BLKDBG_PWRITEV_RMW_AFTER_HEAD
BlkdebugEvent_BLKDBG_PWRITEV_RMW_AFTER_TAIL
BlkdebugEvent_BLKDBG_PWRITEV_RMW_HEAD
BlkdebugEvent_BLKDBG_PWRITEV_RMW_TAIL
BlkdebugEvent_BLKDBG_PWRITEV_ZERO
BlkdebugEvent_BLKDBG_READ_AIO
BlkdebugEvent_BLKDBG_READ_BACKING_AIO
BlkdebugEvent_BLKDBG_READ_COMPRESSED
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC_HOOKUP
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC_SWITCH_TABLE
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC_WRITE
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC_WRITE_BLOCKS
BlkdebugEvent_BLKDBG_REFBLOCK_ALLOC_WRITE_TABLE
BlkdebugEvent_BLKDBG_REFBLOCK_LOAD
BlkdebugEvent_BLKDBG_REFBLOCK_UPDATE
BlkdebugEvent_BLKDBG_REFBLOCK_UPDATE_PART
BlkdebugEvent_BLKDBG_REFTABLE_GROW
BlkdebugEvent_BLKDBG_REFTABLE_LOAD
BlkdebugEvent_BLKDBG_REFTABLE_UPDATE
BlkdebugEvent_BLKDBG_VMSTATE_LOAD
BlkdebugEvent_BLKDBG_VMSTATE_SAVE
BlkdebugEvent_BLKDBG_WRITE_AIO
BlkdebugEvent_BLKDBG_WRITE_COMPRESSED
BlkdebugEvent_BLKDBG__MAX
BlockDeviceIoStatus_BLOCK_DEVICE_IO_STATUS_FAILED
BlockDeviceIoStatus_BLOCK_DEVICE_IO_STATUS_NOSPACE
BlockDeviceIoStatus_BLOCK_DEVICE_IO_STATUS_OK
BlockDeviceIoStatus_BLOCK_DEVICE_IO_STATUS__MAX
BlockErrorAction_BLOCK_ERROR_ACTION_IGNORE
BlockErrorAction_BLOCK_ERROR_ACTION_REPORT
BlockErrorAction_BLOCK_ERROR_ACTION_STOP
BlockErrorAction_BLOCK_ERROR_ACTION__MAX
BlockJobType_BLOCK_JOB_TYPE_BACKUP
BlockJobType_BLOCK_JOB_TYPE_COMMIT
BlockJobType_BLOCK_JOB_TYPE_MIRROR
BlockJobType_BLOCK_JOB_TYPE_STREAM
BlockJobType_BLOCK_JOB_TYPE__MAX
BlockdevAioOptions_BLOCKDEV_AIO_OPTIONS_NATIVE
BlockdevAioOptions_BLOCKDEV_AIO_OPTIONS_THREADS
BlockdevAioOptions_BLOCKDEV_AIO_OPTIONS__MAX
BlockdevChangeReadOnlyMode_BLOCKDEV_CHANGE_READ_ONLY_MODE_READ_ONLY
BlockdevChangeReadOnlyMode_BLOCKDEV_CHANGE_READ_ONLY_MODE_READ_WRITE
BlockdevChangeReadOnlyMode_BLOCKDEV_CHANGE_READ_ONLY_MODE_RETAIN
BlockdevChangeReadOnlyMode_BLOCKDEV_CHANGE_READ_ONLY_MODE__MAX
BlockdevDetectZeroesOptions_BLOCKDEV_DETECT_ZEROES_OPTIONS_OFF
BlockdevDetectZeroesOptions_BLOCKDEV_DETECT_ZEROES_OPTIONS_ON
BlockdevDetectZeroesOptions_BLOCKDEV_DETECT_ZEROES_OPTIONS_UNMAP
BlockdevDetectZeroesOptions_BLOCKDEV_DETECT_ZEROES_OPTIONS__MAX
BlockdevDiscardOptions_BLOCKDEV_DISCARD_OPTIONS_IGNORE
BlockdevDiscardOptions_BLOCKDEV_DISCARD_OPTIONS_UNMAP
BlockdevDiscardOptions_BLOCKDEV_DISCARD_OPTIONS__MAX
BlockdevDriver_BLOCKDEV_DRIVER_BLKDEBUG
BlockdevDriver_BLOCKDEV_DRIVER_BLKVERIFY
BlockdevDriver_BLOCKDEV_DRIVER_BOCHS
BlockdevDriver_BLOCKDEV_DRIVER_CLOOP
BlockdevDriver_BLOCKDEV_DRIVER_DMG
BlockdevDriver_BLOCKDEV_DRIVER_FILE
BlockdevDriver_BLOCKDEV_DRIVER_FTP
BlockdevDriver_BLOCKDEV_DRIVER_FTPS
BlockdevDriver_BLOCKDEV_DRIVER_GLUSTER
BlockdevDriver_BLOCKDEV_DRIVER_HOST_CDROM
BlockdevDriver_BLOCKDEV_DRIVER_HOST_DEVICE
BlockdevDriver_BLOCKDEV_DRIVER_HTTP
BlockdevDriver_BLOCKDEV_DRIVER_HTTPS
BlockdevDriver_BLOCKDEV_DRIVER_ISCSI
BlockdevDriver_BLOCKDEV_DRIVER_LUKS
BlockdevDriver_BLOCKDEV_DRIVER_NBD
BlockdevDriver_BLOCKDEV_DRIVER_NFS
BlockdevDriver_BLOCKDEV_DRIVER_NULL_AIO
BlockdevDriver_BLOCKDEV_DRIVER_NULL_CO
BlockdevDriver_BLOCKDEV_DRIVER_PARALLELS
BlockdevDriver_BLOCKDEV_DRIVER_QCOW
BlockdevDriver_BLOCKDEV_DRIVER_QCOW2
BlockdevDriver_BLOCKDEV_DRIVER_QED
BlockdevDriver_BLOCKDEV_DRIVER_QUORUM
BlockdevDriver_BLOCKDEV_DRIVER_RAW
BlockdevDriver_BLOCKDEV_DRIVER_RBD
BlockdevDriver_BLOCKDEV_DRIVER_REPLICATION
BlockdevDriver_BLOCKDEV_DRIVER_SHEEPDOG
BlockdevDriver_BLOCKDEV_DRIVER_SSH
BlockdevDriver_BLOCKDEV_DRIVER_VDI
BlockdevDriver_BLOCKDEV_DRIVER_VHDX
BlockdevDriver_BLOCKDEV_DRIVER_VMDK
BlockdevDriver_BLOCKDEV_DRIVER_VPC
BlockdevDriver_BLOCKDEV_DRIVER_VVFAT
BlockdevDriver_BLOCKDEV_DRIVER__MAX
BlockdevOnError_BLOCKDEV_ON_ERROR_AUTO
BlockdevOnError_BLOCKDEV_ON_ERROR_ENOSPC
BlockdevOnError_BLOCKDEV_ON_ERROR_IGNORE
BlockdevOnError_BLOCKDEV_ON_ERROR_REPORT
BlockdevOnError_BLOCKDEV_ON_ERROR_STOP
BlockdevOnError_BLOCKDEV_ON_ERROR__MAX
CCOp_CC_OP_ADCB
CCOp_CC_OP_ADCL
CCOp_CC_OP_ADCOX
CCOp_CC_OP_ADCQ
CCOp_CC_OP_ADCW
CCOp_CC_OP_ADCX
CCOp_CC_OP_ADDB
CCOp_CC_OP_ADDL
CCOp_CC_OP_ADDQ
CCOp_CC_OP_ADDW
CCOp_CC_OP_ADOX
CCOp_CC_OP_BMILGB
CCOp_CC_OP_BMILGL
CCOp_CC_OP_BMILGQ
CCOp_CC_OP_BMILGW
CCOp_CC_OP_CLR
CCOp_CC_OP_DECB
CCOp_CC_OP_DECL
CCOp_CC_OP_DECQ
CCOp_CC_OP_DECW
CCOp_CC_OP_DYNAMIC
CCOp_CC_OP_EFLAGS
CCOp_CC_OP_INCB
CCOp_CC_OP_INCL
CCOp_CC_OP_INCQ
CCOp_CC_OP_INCW
CCOp_CC_OP_LOGICB
CCOp_CC_OP_LOGICL
CCOp_CC_OP_LOGICQ
CCOp_CC_OP_LOGICW
CCOp_CC_OP_MULB
CCOp_CC_OP_MULL
CCOp_CC_OP_MULQ
CCOp_CC_OP_MULW
CCOp_CC_OP_NB
CCOp_CC_OP_POPCNT
CCOp_CC_OP_SARB
CCOp_CC_OP_SARL
CCOp_CC_OP_SARQ
CCOp_CC_OP_SARW
CCOp_CC_OP_SBBB
CCOp_CC_OP_SBBL
CCOp_CC_OP_SBBQ
CCOp_CC_OP_SBBW
CCOp_CC_OP_SHLB
CCOp_CC_OP_SHLL
CCOp_CC_OP_SHLQ
CCOp_CC_OP_SHLW
CCOp_CC_OP_SUBB
CCOp_CC_OP_SUBL
CCOp_CC_OP_SUBQ
CCOp_CC_OP_SUBW
CC_A
CC_C
CC_O
CC_P
CC_S
CC_Z
CF_COUNT_MASK
CF_IGNORE_ICOUNT
CF_LAST_IO
CF_NOCACHE
CF_USE_ICOUNT
CHARCLASS_NAME_MAX
CLD_CONTINUED
CLD_DUMPED
CLD_EXITED
CLD_KILLED
CLD_STOPPED
CLD_TRAPPED
CLOCK_BOOTTIME
CLOCK_BOOTTIME_ALARM
CLOCK_MONOTONIC
CLOCK_MONOTONIC_COARSE
CLOCK_MONOTONIC_RAW
CLOCK_PROCESS_CPUTIME_ID
CLOCK_REALTIME
CLOCK_REALTIME_ALARM
CLOCK_REALTIME_COARSE
CLOCK_TAI
CLOCK_THREAD_CPUTIME_ID
CODE_GEN_ALIGN
CODE_GEN_AVG_BLOCK_SIZE
CODE_GEN_HTABLE_BITS
CODE_GEN_HTABLE_SIZE
COLL_WEIGHTS_MAX
COLOMessage_COLO_MESSAGE_CHECKPOINT_READY
COLOMessage_COLO_MESSAGE_CHECKPOINT_REPLY
COLOMessage_COLO_MESSAGE_CHECKPOINT_REQUEST
COLOMessage_COLO_MESSAGE_VMSTATE_LOADED
COLOMessage_COLO_MESSAGE_VMSTATE_RECEIVED
COLOMessage_COLO_MESSAGE_VMSTATE_SEND
COLOMessage_COLO_MESSAGE_VMSTATE_SIZE
COLOMessage_COLO_MESSAGE__MAX
COLOMode_COLO_MODE_PRIMARY
COLOMode_COLO_MODE_SECONDARY
COLOMode_COLO_MODE_UNKNOWN
COLOMode_COLO_MODE__MAX
CONFIG_ACCEPT4
CONFIG_AF_VSOCK
CONFIG_ATOMIC64
CONFIG_ATTR
CONFIG_AVX2_OPT
CONFIG_BRLAPI
CONFIG_BZIP2
CONFIG_CLOCK_ADJTIME
CONFIG_COROUTINE_POOL
CONFIG_CPUID_H
CONFIG_CURSES
CONFIG_DUP3
CONFIG_EPOLL
CONFIG_EPOLL_CREATE1
CONFIG_EVENTFD
CONFIG_FALLOCATE
CONFIG_FALLOCATE_PUNCH_HOLE
CONFIG_FALLOCATE_ZERO_RANGE
CONFIG_FDATASYNC
CONFIG_FDT
CONFIG_FIEMAP
CONFIG_FNMATCH
CONFIG_GETAUXVAL
CONFIG_GNUTLS
CONFIG_GNUTLS_RND
CONFIG_HAS_ENVIRON
CONFIG_HAS_GLIB_SUBPROCESS_TESTS
CONFIG_I386_DIS
CONFIG_INOTIFY
CONFIG_INOTIFY1
CONFIG_INT128
CONFIG_IOVEC
CONFIG_KVM
CONFIG_L2TPV3
CONFIG_LIBCAP
CONFIG_LINUX
CONFIG_LINUX_AIO
CONFIG_LINUX_MAGIC_H
CONFIG_LLVM
CONFIG_LZO
CONFIG_MADVISE
CONFIG_MEMFD
CONFIG_NETTLE
CONFIG_NETTLE_KDF
CONFIG_NETTLE_VERSION_MAJOR
CONFIG_NUMA
CONFIG_OPENGL
CONFIG_OPENGL_DMABUF
CONFIG_OPEN_BY_HANDLE
CONFIG_OSS
CONFIG_PANDA_PLUGINDIR
CONFIG_PIPE2
CONFIG_POSIX
CONFIG_POSIX_FALLOCATE
CONFIG_POSIX_MADVISE
CONFIG_PPOLL
CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE
CONFIG_PRCTL_PR_SET_TIMERSLACK
CONFIG_PREADV
CONFIG_PROTOBUF
CONFIG_PTHREAD_SETNAME_NP
CONFIG_QEMU_CONFDIR
CONFIG_QEMU_DATADIR
CONFIG_QEMU_DOCDIR
CONFIG_QEMU_HELPERDIR
CONFIG_QEMU_LOCALEDIR
CONFIG_QEMU_LOCALSTATEDIR
CONFIG_QEMU_MODDIR
CONFIG_QOM_CAST_DEBUG
CONFIG_RDMA
CONFIG_REPLICATION
CONFIG_RTNETLINK
CONFIG_SDL
CONFIG_SDLABI
CONFIG_SECCOMP
CONFIG_SENDFILE
CONFIG_SETNS
CONFIG_SIGNALFD
CONFIG_SLIRP
CONFIG_SMARTCARD
CONFIG_SMBD_COMMAND
CONFIG_SOFTMMU
CONFIG_SPICE
CONFIG_SPLICE
CONFIG_SYNCFS
CONFIG_SYNC_FILE_RANGE
CONFIG_SYSMACROS
CONFIG_TASN1
CONFIG_THREAD_SETNAME_BYTHREAD
CONFIG_TIMERFD
CONFIG_TLS_PRIORITY
CONFIG_TPM
CONFIG_TPM_PASSTHROUGH
CONFIG_TRACE_LOG
CONFIG_USB_LIBUSB
CONFIG_USB_REDIR
CONFIG_UTIMENSAT
CONFIG_VALGRIND_H
CONFIG_VHOST_SCSI
CONFIG_VHOST_USER_VSOCK
CONFIG_VHOST_VSOCK
CONFIG_VIRGL
CONFIG_VIRTFS
CONFIG_VNC
CONFIG_VNC_JPEG
CONFIG_VNC_PNG
CONFIG_VNC_SASL
CONFIG_XFS
CPUDumpFlags_CPU_DUMP_CCOP
CPUDumpFlags_CPU_DUMP_CODE
CPUDumpFlags_CPU_DUMP_FPU
CPUID_6_EAX_ARAT
CPUID_7_0_EBX_ADX
CPUID_7_0_EBX_AVX2
CPUID_7_0_EBX_AVX512BW
CPUID_7_0_EBX_AVX512CD
CPUID_7_0_EBX_AVX512DQ
CPUID_7_0_EBX_AVX512ER
CPUID_7_0_EBX_AVX512F
CPUID_7_0_EBX_AVX512IFMA
CPUID_7_0_EBX_AVX512PF
CPUID_7_0_EBX_AVX512VL
CPUID_7_0_EBX_BMI1
CPUID_7_0_EBX_BMI2
CPUID_7_0_EBX_CLFLUSHOPT
CPUID_7_0_EBX_CLWB
CPUID_7_0_EBX_ERMS
CPUID_7_0_EBX_FSGSBASE
CPUID_7_0_EBX_HLE
CPUID_7_0_EBX_INVPCID
CPUID_7_0_EBX_MPX
CPUID_7_0_EBX_PCOMMIT
CPUID_7_0_EBX_RDSEED
CPUID_7_0_EBX_RTM
CPUID_7_0_EBX_SHA_NI
CPUID_7_0_EBX_SMAP
CPUID_7_0_EBX_SMEP
CPUID_7_0_ECX_AVX512_VPOPCNTDQ
CPUID_7_0_ECX_LA57
CPUID_7_0_ECX_OSPKE
CPUID_7_0_ECX_PKU
CPUID_7_0_ECX_RDPID
CPUID_7_0_ECX_UMIP
CPUID_7_0_ECX_VBMI
CPUID_7_0_EDX_AVX512_4FMAPS
CPUID_7_0_EDX_AVX512_4VNNIW
CPUID_ACPI
CPUID_APIC
CPUID_APM_INVTSC
CPUID_CLFLUSH
CPUID_CMOV
CPUID_CX8
CPUID_DE
CPUID_DTS
CPUID_EXT2_3DNOW
CPUID_EXT2_3DNOWEXT
CPUID_EXT2_AMD_ALIASES
CPUID_EXT2_APIC
CPUID_EXT2_CMOV
CPUID_EXT2_CX8
CPUID_EXT2_DE
CPUID_EXT2_FFXSR
CPUID_EXT2_FPU
CPUID_EXT2_FXSR
CPUID_EXT2_LM
CPUID_EXT2_MCA
CPUID_EXT2_MCE
CPUID_EXT2_MMX
CPUID_EXT2_MMXEXT
CPUID_EXT2_MP
CPUID_EXT2_MSR
CPUID_EXT2_MTRR
CPUID_EXT2_NX
CPUID_EXT2_PAE
CPUID_EXT2_PAT
CPUID_EXT2_PDPE1GB
CPUID_EXT2_PGE
CPUID_EXT2_PSE
CPUID_EXT2_PSE36
CPUID_EXT2_RDTSCP
CPUID_EXT2_SYSCALL
CPUID_EXT2_TSC
CPUID_EXT2_VME
CPUID_EXT3_3DNOWPREFETCH
CPUID_EXT3_ABM
CPUID_EXT3_CMP_LEG
CPUID_EXT3_CR8LEG
CPUID_EXT3_EXTAPIC
CPUID_EXT3_FMA4
CPUID_EXT3_IBS
CPUID_EXT3_LAHF_LM
CPUID_EXT3_LWP
CPUID_EXT3_MISALIGNSSE
CPUID_EXT3_NODEID
CPUID_EXT3_OSVW
CPUID_EXT3_PERFCORE
CPUID_EXT3_PERFNB
CPUID_EXT3_SKINIT
CPUID_EXT3_SSE4A
CPUID_EXT3_SVM
CPUID_EXT3_TBM
CPUID_EXT3_TCE
CPUID_EXT3_TOPOEXT
CPUID_EXT3_WDT
CPUID_EXT3_XOP
CPUID_EXT_AES
CPUID_EXT_AVX
CPUID_EXT_CID
CPUID_EXT_CX16
CPUID_EXT_DCA
CPUID_EXT_DSCPL
CPUID_EXT_DTES64
CPUID_EXT_EST
CPUID_EXT_F16C
CPUID_EXT_FMA
CPUID_EXT_HYPERVISOR
CPUID_EXT_MONITOR
CPUID_EXT_MOVBE
CPUID_EXT_OSXSAVE
CPUID_EXT_PCID
CPUID_EXT_PCLMULQDQ
CPUID_EXT_PDCM
CPUID_EXT_POPCNT
CPUID_EXT_RDRAND
CPUID_EXT_SMX
CPUID_EXT_SSE3
CPUID_EXT_SSE41
CPUID_EXT_SSE42
CPUID_EXT_SSSE3
CPUID_EXT_TM2
CPUID_EXT_TSC_DEADLINE_TIMER
CPUID_EXT_VMX
CPUID_EXT_X2APIC
CPUID_EXT_XSAVE
CPUID_EXT_XTPR
CPUID_FP87
CPUID_FXSR
CPUID_HT
CPUID_IA64
CPUID_MCA
CPUID_MCE
CPUID_MMX
CPUID_MSR
CPUID_MTRR
CPUID_MWAIT_EMX
CPUID_MWAIT_IBE
CPUID_PAE
CPUID_PAT
CPUID_PBE
CPUID_PGE
CPUID_PN
CPUID_PSE
CPUID_PSE36
CPUID_SEP
CPUID_SS
CPUID_SSE
CPUID_SSE2
CPUID_SVM_DECODEASSIST
CPUID_SVM_FLUSHASID
CPUID_SVM_LBRV
CPUID_SVM_NPT
CPUID_SVM_NRIPSAVE
CPUID_SVM_PAUSEFILTER
CPUID_SVM_PFTHRESHOLD
CPUID_SVM_SVMLOCK
CPUID_SVM_TSCSCALE
CPUID_SVM_VMCBCLEAN
CPUID_TM
CPUID_TOPOLOGY_LEVEL_CORE
CPUID_TOPOLOGY_LEVEL_INVALID
CPUID_TOPOLOGY_LEVEL_SMT
CPUID_TSC
CPUID_VENDOR_AMD
CPUID_VENDOR_AMD_1
CPUID_VENDOR_AMD_2
CPUID_VENDOR_AMD_3
CPUID_VENDOR_INTEL
CPUID_VENDOR_INTEL_1
CPUID_VENDOR_INTEL_2
CPUID_VENDOR_INTEL_3
CPUID_VENDOR_SZ
CPUID_VENDOR_VIA
CPUID_VME
CPUID_XSAVE_XGETBV1
CPUID_XSAVE_XSAVEC
CPUID_XSAVE_XSAVEOPT
CPUID_XSAVE_XSAVES
CPU_INTERRUPT_DEBUG
CPU_INTERRUPT_EXITTB
CPU_INTERRUPT_HALT
CPU_INTERRUPT_HARD
CPU_INTERRUPT_RESET
CPU_INTERRUPT_SSTEP_MASK
CPU_INTERRUPT_TGT_EXT_0
CPU_INTERRUPT_TGT_EXT_1
CPU_INTERRUPT_TGT_EXT_2
CPU_INTERRUPT_TGT_EXT_3
CPU_INTERRUPT_TGT_EXT_4
CPU_INTERRUPT_TGT_INT_0
CPU_INTERRUPT_TGT_INT_1
CPU_INTERRUPT_TGT_INT_2
CPU_LOG_EXEC
CPU_LOG_INT
CPU_LOG_LLVM_ASM
CPU_LOG_LLVM_IR
CPU_LOG_MMU
CPU_LOG_PAGE
CPU_LOG_PCALL
CPU_LOG_RESET
CPU_LOG_RR
CPU_LOG_TAINT_OPS
CPU_LOG_TB_CPU
CPU_LOG_TB_IN_ASM
CPU_LOG_TB_NOCHAIN
CPU_LOG_TB_OP
CPU_LOG_TB_OP_IND
CPU_LOG_TB_OP_OPT
CPU_LOG_TB_OUT_ASM
CPU_NB_REGS
CPU_NB_REGS32
CPU_NB_REGS64
CPU_TEMP_BUF_NLONGS
CPU_TLB_ENTRY_BITS
CPU_VTLB_SIZE
CR0_AM_MASK
CR0_EM_MASK
CR0_ET_MASK
CR0_MP_MASK
CR0_MP_SHIFT
CR0_NE_MASK
CR0_PE_MASK
CR0_PE_SHIFT
CR0_PG_MASK
CR0_TS_MASK
CR0_WP_MASK
CR4_DE_MASK
CR4_FSGSBASE_MASK
CR4_LA57_MASK
CR4_MCE_MASK
CR4_OSFXSR_MASK
CR4_OSFXSR_SHIFT
CR4_OSXMMEXCPT_MASK
CR4_OSXSAVE_MASK
CR4_PAE_MASK
CR4_PCE_MASK
CR4_PCIDE_MASK
CR4_PGE_MASK
CR4_PKE_MASK
CR4_PSE_MASK
CR4_PVI_MASK
CR4_SMAP_MASK
CR4_SMEP_MASK
CR4_SMXE_MASK
CR4_TSD_MASK
CR4_VME_MASK
CR4_VMXE_MASK
ChardevBackendKind_CHARDEV_BACKEND_KIND_BRAILLE
ChardevBackendKind_CHARDEV_BACKEND_KIND_CONSOLE
ChardevBackendKind_CHARDEV_BACKEND_KIND_FILE
ChardevBackendKind_CHARDEV_BACKEND_KIND_MEMORY
ChardevBackendKind_CHARDEV_BACKEND_KIND_MSMOUSE
ChardevBackendKind_CHARDEV_BACKEND_KIND_MUX
ChardevBackendKind_CHARDEV_BACKEND_KIND_NULL
ChardevBackendKind_CHARDEV_BACKEND_KIND_PARALLEL
ChardevBackendKind_CHARDEV_BACKEND_KIND_PIPE
ChardevBackendKind_CHARDEV_BACKEND_KIND_PTY
ChardevBackendKind_CHARDEV_BACKEND_KIND_RINGBUF
ChardevBackendKind_CHARDEV_BACKEND_KIND_SERIAL
ChardevBackendKind_CHARDEV_BACKEND_KIND_SOCKET
ChardevBackendKind_CHARDEV_BACKEND_KIND_SPICEPORT
ChardevBackendKind_CHARDEV_BACKEND_KIND_SPICEVMC
ChardevBackendKind_CHARDEV_BACKEND_KIND_STDIO
ChardevBackendKind_CHARDEV_BACKEND_KIND_TESTDEV
ChardevBackendKind_CHARDEV_BACKEND_KIND_UDP
ChardevBackendKind_CHARDEV_BACKEND_KIND_VC
ChardevBackendKind_CHARDEV_BACKEND_KIND_WCTABLET
ChardevBackendKind_CHARDEV_BACKEND_KIND__MAX
CommandLineParameterType_COMMAND_LINE_PARAMETER_TYPE_BOOLEAN
CommandLineParameterType_COMMAND_LINE_PARAMETER_TYPE_NUMBER
CommandLineParameterType_COMMAND_LINE_PARAMETER_TYPE_SIZE
CommandLineParameterType_COMMAND_LINE_PARAMETER_TYPE_STRING
CommandLineParameterType_COMMAND_LINE_PARAMETER_TYPE__MAX
CpuInfoArch_CPU_INFO_ARCH_MIPS
CpuInfoArch_CPU_INFO_ARCH_OTHER
CpuInfoArch_CPU_INFO_ARCH_PPC
CpuInfoArch_CPU_INFO_ARCH_SPARC
CpuInfoArch_CPU_INFO_ARCH_TRICORE
CpuInfoArch_CPU_INFO_ARCH_X86
CpuInfoArch_CPU_INFO_ARCH__MAX
CpuModelCompareResult_CPU_MODEL_COMPARE_RESULT_IDENTICAL
CpuModelCompareResult_CPU_MODEL_COMPARE_RESULT_INCOMPATIBLE
CpuModelCompareResult_CPU_MODEL_COMPARE_RESULT_SUBSET
CpuModelCompareResult_CPU_MODEL_COMPARE_RESULT_SUPERSET
CpuModelCompareResult_CPU_MODEL_COMPARE_RESULT__MAX
CpuModelExpansionType_CPU_MODEL_EXPANSION_TYPE_FULL
CpuModelExpansionType_CPU_MODEL_EXPANSION_TYPE_STATIC
CpuModelExpansionType_CPU_MODEL_EXPANSION_TYPE__MAX
DEAD_ARG
DEFFILEMODE
DELAYTIMER_MAX
DESC_AVL_MASK
DESC_A_MASK
DESC_B_MASK
DESC_B_SHIFT
DESC_CS_MASK
DESC_C_MASK
DESC_DPL_MASK
DESC_DPL_SHIFT
DESC_E_MASK
DESC_G_MASK
DESC_L_MASK
DESC_L_SHIFT
DESC_P_MASK
DESC_R_MASK
DESC_S_MASK
DESC_TSS_BUSY_MASK
DESC_TYPE_MASK
DESC_TYPE_SHIFT
DESC_W_MASK
DEV_NVECTORS_UNSPECIFIED
DF_MASK
DIRTY_MEMORY_CODE
DIRTY_MEMORY_MIGRATION
DIRTY_MEMORY_NUM
DIRTY_MEMORY_VGA
DISAS_JUMP
DISAS_NEXT
DISAS_TB_JUMP
DISAS_UPDATE
DR6_BD
DR6_BS
DR6_BT
DR6_FIXED_1
DR7_FIXED_1
DR7_GD
DR7_GLOBAL_BP_MASK
DR7_LEN_SHIFT
DR7_LOCAL_BP_MASK
DR7_MAX_BP
DR7_TYPE_BP_INST
DR7_TYPE_DATA_RW
DR7_TYPE_DATA_WR
DR7_TYPE_IO_RW
DR7_TYPE_SHIFT
DT_BLK
DT_CHR
DT_DIR
DT_FIFO
DT_LNK
DT_REG
DT_SOCK
DT_UNKNOWN
DT_WHT
DataFormat_DATA_FORMAT_BASE64
DataFormat_DATA_FORMAT_UTF8
DataFormat_DATA_FORMAT__MAX
DeviceCategory_DEVICE_CATEGORY_BRIDGE
DeviceCategory_DEVICE_CATEGORY_CPU
DeviceCategory_DEVICE_CATEGORY_DISPLAY
DeviceCategory_DEVICE_CATEGORY_INPUT
DeviceCategory_DEVICE_CATEGORY_MAX
DeviceCategory_DEVICE_CATEGORY_MISC
DeviceCategory_DEVICE_CATEGORY_NETWORK
DeviceCategory_DEVICE_CATEGORY_SOUND
DeviceCategory_DEVICE_CATEGORY_STORAGE
DeviceCategory_DEVICE_CATEGORY_USB
DirtyBitmapStatus_DIRTY_BITMAP_STATUS_ACTIVE
DirtyBitmapStatus_DIRTY_BITMAP_STATUS_DISABLED
DirtyBitmapStatus_DIRTY_BITMAP_STATUS_FROZEN
DirtyBitmapStatus_DIRTY_BITMAP_STATUS__MAX
DumpGuestMemoryFormat_DUMP_GUEST_MEMORY_FORMAT_ELF
DumpGuestMemoryFormat_DUMP_GUEST_MEMORY_FORMAT_KDUMP_LZO
DumpGuestMemoryFormat_DUMP_GUEST_MEMORY_FORMAT_KDUMP_SNAPPY
DumpGuestMemoryFormat_DUMP_GUEST_MEMORY_FORMAT_KDUMP_ZLIB
DumpGuestMemoryFormat_DUMP_GUEST_MEMORY_FORMAT__MAX
DumpStatus_DUMP_STATUS_ACTIVE
DumpStatus_DUMP_STATUS_COMPLETED
DumpStatus_DUMP_STATUS_FAILED
DumpStatus_DUMP_STATUS_NONE
DumpStatus_DUMP_STATUS__MAX
E2BIG
EACCES
EADDRINUSE
EADDRNOTAVAIL
EADV
EAFNOSUPPORT
EAGAIN
EAI_AGAIN
EAI_BADFLAGS
EAI_FAIL
EAI_FAMILY
EAI_MEMORY
EAI_NONAME
EAI_OVERFLOW
EAI_SERVICE
EAI_SOCKTYPE
EAI_SYSTEM
EALREADY
EBADE
EBADF
EBADFD
EBADMSG
EBADR
EBADRQC
EBADSLT
EBFONT
EBUSY
ECANCELED
ECHILD
ECHRNG
ECOMM
ECONNABORTED
ECONNREFUSED
ECONNRESET
EDEADLK
EDEADLOCK
EDESTADDRREQ
EDOM
EDOTDOT
EDQUOT
EEXIST
EFAULT
EFBIG
EHOSTDOWN
EHOSTUNREACH
EHWPOISON
EIDRM
EILSEQ
EINPROGRESS
EINTR
EINVAL
EIO
EISCONN
EISDIR
EISNAM
EKEYEXPIRED
EKEYREJECTED
EKEYREVOKED
EL2HLT
EL2NSYNC
EL3HLT
EL3RST
ELF_MACHINE_UNAME
ELIBACC
ELIBBAD
ELIBEXEC
ELIBMAX
ELIBSCN
ELNRNG
ELOOP
EMEDIUMTYPE
EMFILE
EMLINK
EMSGSIZE
EMULTIHOP
ENAMETOOLONG
ENAVAIL
ENETDOWN
ENETRESET
ENETUNREACH
ENFILE
ENOANO
ENOBUFS
ENOCSI
ENODATA
ENODEV
ENOENT
ENOEXEC
ENOKEY
ENOLCK
ENOLINK
ENOMEDIUM
ENOMEM
ENOMSG
ENONET
ENOPKG
ENOPROTOOPT
ENOSPC
ENOSR
ENOSTR
ENOSYS
ENOTBLK
ENOTCONN
ENOTDIR
ENOTEMPTY
ENOTNAM
ENOTRECOVERABLE
ENOTSOCK
ENOTSUP
ENOTTY
ENOTUNIQ
ENXIO
EOF
EOPNOTSUPP
EOVERFLOW
EOWNERDEAD
EPERM
EPFNOSUPPORT
EPIPE
EPROTO
EPROTONOSUPPORT
EPROTOTYPE
ERANGE
EREMCHG
EREMOTE
EREMOTEIO
ERESTART
ERFKILL
EROFS
ESHUTDOWN
ESOCKTNOSUPPORT
ESPIPE
ESRCH
ESRMNT
ESTALE
ESTRPIPE
ETIME
ETIMEDOUT
ETOOMANYREFS
ETXTBSY
EUCLEAN
EUNATCH
EUSERS
EWOULDBLOCK
EXCP0A_TSS
EXCP0B_NOSEG
EXCP0C_STACK
EXCP0D_GPF
EXCP0E_PAGE
EXCP00_DIVZ
EXCP01_DB
EXCP02_NMI
EXCP03_INT3
EXCP04_INTO
EXCP05_BOUND
EXCP06_ILLOP
EXCP07_PREX
EXCP08_DBLE
EXCP09_XERR
EXCP10_COPR
EXCP11_ALGN
EXCP12_MCHK
EXCP_ATOMIC
EXCP_DEBUG
EXCP_HALTED
EXCP_HLT
EXCP_INTERRUPT
EXCP_SYSCALL
EXCP_VMEXIT
EXCP_YIELD
EXDEV
EXFULL
EXIT_FAILURE
EXIT_SUCCESS
EXPR_NEST_MAX
FALSE
FAPPEND
FASYNC
FD_CLOEXEC
FD_SETSIZE
FEATURE_CONTROL_LMCE
FEATURE_CONTROL_LOCKED
FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX
FFSYNC
FILENAME_MAX
FIOGETOWN
FIOSETOWN
FMT_pid
FNDELAY
FNONBLOCK
FOPEN_MAX
FPE_CONDTRAP
FPE_FLTDIV
FPE_FLTINV
FPE_FLTOVF
FPE_FLTRES
FPE_FLTSUB
FPE_FLTUND
FPE_FLTUNK
FPE_INTDIV
FPE_INTOVF
FP_XSTATE_MAGIC1
FP_XSTATE_MAGIC2
F_DUPFD
F_DUPFD_CLOEXEC
F_EXLCK
F_GETFD
F_GETFL
F_GETLK
F_GETLK64
F_GETOWN
F_LOCK
F_OK
F_RDLCK
F_SETFD
F_SETFL
F_SETLK
F_SETLK64
F_SETLKW
F_SETLKW64
F_SETOWN
F_SHLCK
F_TEST
F_TLOCK
F_ULOCK
F_UNLCK
F_WRLCK
FailoverStatus_FAILOVER_STATUS_ACTIVE
FailoverStatus_FAILOVER_STATUS_COMPLETED
FailoverStatus_FAILOVER_STATUS_NONE
FailoverStatus_FAILOVER_STATUS_RELAUNCH
FailoverStatus_FAILOVER_STATUS_REQUIRE
FailoverStatus_FAILOVER_STATUS__MAX
FeatureWord_FEATURE_WORDS
FeatureWord_FEAT_1_ECX
FeatureWord_FEAT_1_EDX
FeatureWord_FEAT_6_EAX
FeatureWord_FEAT_7_0_EBX
FeatureWord_FEAT_7_0_ECX
FeatureWord_FEAT_7_0_EDX
FeatureWord_FEAT_8000_0001_ECX
FeatureWord_FEAT_8000_0001_EDX
FeatureWord_FEAT_8000_0007_EDX
FeatureWord_FEAT_C000_0001_EDX
FeatureWord_FEAT_HYPERV_EAX
FeatureWord_FEAT_HYPERV_EBX
FeatureWord_FEAT_HYPERV_EDX
FeatureWord_FEAT_KVM
FeatureWord_FEAT_SVM
FeatureWord_FEAT_XSAVE
FeatureWord_FEAT_XSAVE_COMP_HI
FeatureWord_FEAT_XSAVE_COMP_LO
FloppyDriveType_FLOPPY_DRIVE_TYPE_120
FloppyDriveType_FLOPPY_DRIVE_TYPE_144
FloppyDriveType_FLOPPY_DRIVE_TYPE_288
FloppyDriveType_FLOPPY_DRIVE_TYPE_AUTO
FloppyDriveType_FLOPPY_DRIVE_TYPE_NONE
FloppyDriveType_FLOPPY_DRIVE_TYPE__MAX
GAsciiType_G_ASCII_ALNUM
GAsciiType_G_ASCII_ALPHA
GAsciiType_G_ASCII_CNTRL
GAsciiType_G_ASCII_DIGIT
GAsciiType_G_ASCII_GRAPH
GAsciiType_G_ASCII_LOWER
GAsciiType_G_ASCII_PRINT
GAsciiType_G_ASCII_PUNCT
GAsciiType_G_ASCII_SPACE
GAsciiType_G_ASCII_UPPER
GAsciiType_G_ASCII_XDIGIT
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_INVALID_URI
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_INVALID_VALUE
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_READ
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_WRITE
GChecksumType_G_CHECKSUM_MD5
GChecksumType_G_CHECKSUM_SHA1
GChecksumType_G_CHECKSUM_SHA256
GChecksumType_G_CHECKSUM_SHA384
GChecksumType_G_CHECKSUM_SHA512
GConvertError_G_CONVERT_ERROR_BAD_URI
GConvertError_G_CONVERT_ERROR_EMBEDDED_NUL
GConvertError_G_CONVERT_ERROR_FAILED
GConvertError_G_CONVERT_ERROR_ILLEGAL_SEQUENCE
GConvertError_G_CONVERT_ERROR_NOT_ABSOLUTE_PATH
GConvertError_G_CONVERT_ERROR_NO_CONVERSION
GConvertError_G_CONVERT_ERROR_NO_MEMORY
GConvertError_G_CONVERT_ERROR_PARTIAL_INPUT
GDB_RCONT
GDB_RCONT_BREAK
GDB_RDONE
GDB_RSTEP
GDateDMY_G_DATE_DAY
GDateDMY_G_DATE_MONTH
GDateDMY_G_DATE_YEAR
GDateMonth_G_DATE_APRIL
GDateMonth_G_DATE_AUGUST
GDateMonth_G_DATE_BAD_MONTH
GDateMonth_G_DATE_DECEMBER
GDateMonth_G_DATE_FEBRUARY
GDateMonth_G_DATE_JANUARY
GDateMonth_G_DATE_JULY
GDateMonth_G_DATE_JUNE
GDateMonth_G_DATE_MARCH
GDateMonth_G_DATE_MAY
GDateMonth_G_DATE_NOVEMBER
GDateMonth_G_DATE_OCTOBER
GDateMonth_G_DATE_SEPTEMBER
GDateWeekday_G_DATE_BAD_WEEKDAY
GDateWeekday_G_DATE_FRIDAY
GDateWeekday_G_DATE_MONDAY
GDateWeekday_G_DATE_SATURDAY
GDateWeekday_G_DATE_SUNDAY
GDateWeekday_G_DATE_THURSDAY
GDateWeekday_G_DATE_TUESDAY
GDateWeekday_G_DATE_WEDNESDAY
GETPC_ADJ
GErrorType_G_ERR_DIGIT_RADIX
GErrorType_G_ERR_FLOAT_MALFORMED
GErrorType_G_ERR_FLOAT_RADIX
GErrorType_G_ERR_NON_DIGIT_IN_CONST
GErrorType_G_ERR_UNEXP_EOF
GErrorType_G_ERR_UNEXP_EOF_IN_COMMENT
GErrorType_G_ERR_UNEXP_EOF_IN_STRING
GErrorType_G_ERR_UNKNOWN
GFileError_G_FILE_ERROR_ACCES
GFileError_G_FILE_ERROR_AGAIN
GFileError_G_FILE_ERROR_BADF
GFileError_G_FILE_ERROR_EXIST
GFileError_G_FILE_ERROR_FAILED
GFileError_G_FILE_ERROR_FAULT
GFileError_G_FILE_ERROR_INTR
GFileError_G_FILE_ERROR_INVAL
GFileError_G_FILE_ERROR_IO
GFileError_G_FILE_ERROR_ISDIR
GFileError_G_FILE_ERROR_LOOP
GFileError_G_FILE_ERROR_MFILE
GFileError_G_FILE_ERROR_NAMETOOLONG
GFileError_G_FILE_ERROR_NFILE
GFileError_G_FILE_ERROR_NODEV
GFileError_G_FILE_ERROR_NOENT
GFileError_G_FILE_ERROR_NOMEM
GFileError_G_FILE_ERROR_NOSPC
GFileError_G_FILE_ERROR_NOSYS
GFileError_G_FILE_ERROR_NOTDIR
GFileError_G_FILE_ERROR_NXIO
GFileError_G_FILE_ERROR_PERM
GFileError_G_FILE_ERROR_PIPE
GFileError_G_FILE_ERROR_ROFS
GFileError_G_FILE_ERROR_TXTBSY
GFileTest_G_FILE_TEST_EXISTS
GFileTest_G_FILE_TEST_IS_DIR
GFileTest_G_FILE_TEST_IS_EXECUTABLE
GFileTest_G_FILE_TEST_IS_REGULAR
GFileTest_G_FILE_TEST_IS_SYMLINK
GFormatSizeFlags_G_FORMAT_SIZE_BITS
GFormatSizeFlags_G_FORMAT_SIZE_DEFAULT
GFormatSizeFlags_G_FORMAT_SIZE_IEC_UNITS
GFormatSizeFlags_G_FORMAT_SIZE_LONG_FORMAT
GHookFlagMask_G_HOOK_FLAG_ACTIVE
GHookFlagMask_G_HOOK_FLAG_IN_CALL
GHookFlagMask_G_HOOK_FLAG_MASK
GIOChannelError_G_IO_CHANNEL_ERROR_FAILED
GIOChannelError_G_IO_CHANNEL_ERROR_FBIG
GIOChannelError_G_IO_CHANNEL_ERROR_INVAL
GIOChannelError_G_IO_CHANNEL_ERROR_IO
GIOChannelError_G_IO_CHANNEL_ERROR_ISDIR
GIOChannelError_G_IO_CHANNEL_ERROR_NOSPC
GIOChannelError_G_IO_CHANNEL_ERROR_NXIO
GIOChannelError_G_IO_CHANNEL_ERROR_OVERFLOW
GIOChannelError_G_IO_CHANNEL_ERROR_PIPE
GIOCondition_G_IO_ERR
GIOCondition_G_IO_HUP
GIOCondition_G_IO_IN
GIOCondition_G_IO_NVAL
GIOCondition_G_IO_OUT
GIOCondition_G_IO_PRI
GIOError_G_IO_ERROR_AGAIN
GIOError_G_IO_ERROR_INVAL
GIOError_G_IO_ERROR_NONE
GIOError_G_IO_ERROR_UNKNOWN
GIOFlags_G_IO_FLAG_APPEND
GIOFlags_G_IO_FLAG_GET_MASK
GIOFlags_G_IO_FLAG_IS_READABLE
GIOFlags_G_IO_FLAG_IS_SEEKABLE
GIOFlags_G_IO_FLAG_IS_WRITABLE
GIOFlags_G_IO_FLAG_IS_WRITEABLE
GIOFlags_G_IO_FLAG_MASK
GIOFlags_G_IO_FLAG_NONBLOCK
GIOFlags_G_IO_FLAG_SET_MASK
GIOStatus_G_IO_STATUS_AGAIN
GIOStatus_G_IO_STATUS_EOF
GIOStatus_G_IO_STATUS_ERROR
GIOStatus_G_IO_STATUS_NORMAL
GKeyFileError_G_KEY_FILE_ERROR_GROUP_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_INVALID_VALUE
GKeyFileError_G_KEY_FILE_ERROR_KEY_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_PARSE
GKeyFileError_G_KEY_FILE_ERROR_UNKNOWN_ENCODING
GKeyFileFlags_G_KEY_FILE_KEEP_COMMENTS
GKeyFileFlags_G_KEY_FILE_KEEP_TRANSLATIONS
GKeyFileFlags_G_KEY_FILE_NONE
GLIB_MAJOR_VERSION
GLIB_MICRO_VERSION
GLIB_MINOR_VERSION
GLIB_SIZEOF_LONG
GLIB_SIZEOF_SIZE_T
GLIB_SIZEOF_SSIZE_T
GLIB_SIZEOF_VOID_P
GLIB_SYSDEF_AF_INET
GLIB_SYSDEF_AF_INET6
GLIB_SYSDEF_AF_UNIX
GLIB_SYSDEF_MSG_DONTROUTE
GLIB_SYSDEF_MSG_OOB
GLIB_SYSDEF_MSG_PEEK
GLogLevelFlags_G_LOG_FLAG_FATAL
GLogLevelFlags_G_LOG_FLAG_RECURSION
GLogLevelFlags_G_LOG_LEVEL_CRITICAL
GLogLevelFlags_G_LOG_LEVEL_DEBUG
GLogLevelFlags_G_LOG_LEVEL_ERROR
GLogLevelFlags_G_LOG_LEVEL_INFO
GLogLevelFlags_G_LOG_LEVEL_MASK
GLogLevelFlags_G_LOG_LEVEL_MESSAGE
GLogLevelFlags_G_LOG_LEVEL_WARNING
GLogWriterOutput_G_LOG_WRITER_HANDLED
GLogWriterOutput_G_LOG_WRITER_UNHANDLED
GMarkupCollectType_G_MARKUP_COLLECT_BOOLEAN
GMarkupCollectType_G_MARKUP_COLLECT_INVALID
GMarkupCollectType_G_MARKUP_COLLECT_OPTIONAL
GMarkupCollectType_G_MARKUP_COLLECT_STRDUP
GMarkupCollectType_G_MARKUP_COLLECT_STRING
GMarkupCollectType_G_MARKUP_COLLECT_TRISTATE
GMarkupError_G_MARKUP_ERROR_BAD_UTF8
GMarkupError_G_MARKUP_ERROR_EMPTY
GMarkupError_G_MARKUP_ERROR_INVALID_CONTENT
GMarkupError_G_MARKUP_ERROR_MISSING_ATTRIBUTE
GMarkupError_G_MARKUP_ERROR_PARSE
GMarkupError_G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE
GMarkupError_G_MARKUP_ERROR_UNKNOWN_ELEMENT
GMarkupParseFlags_G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
GMarkupParseFlags_G_MARKUP_IGNORE_QUALIFIED
GMarkupParseFlags_G_MARKUP_PREFIX_ERROR_POSITION
GMarkupParseFlags_G_MARKUP_TREAT_CDATA_AS_TEXT
GNormalizeMode_G_NORMALIZE_ALL
GNormalizeMode_G_NORMALIZE_ALL_COMPOSE
GNormalizeMode_G_NORMALIZE_DEFAULT
GNormalizeMode_G_NORMALIZE_DEFAULT_COMPOSE
GNormalizeMode_G_NORMALIZE_NFC
GNormalizeMode_G_NORMALIZE_NFD
GNormalizeMode_G_NORMALIZE_NFKC
GNormalizeMode_G_NORMALIZE_NFKD
GNumberParserError_G_NUMBER_PARSER_ERROR_INVALID
GNumberParserError_G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS
GOnceStatus_G_ONCE_STATUS_NOTCALLED
GOnceStatus_G_ONCE_STATUS_PROGRESS
GOnceStatus_G_ONCE_STATUS_READY
GOptionArg_G_OPTION_ARG_CALLBACK
GOptionArg_G_OPTION_ARG_DOUBLE
GOptionArg_G_OPTION_ARG_FILENAME
GOptionArg_G_OPTION_ARG_FILENAME_ARRAY
GOptionArg_G_OPTION_ARG_INT
GOptionArg_G_OPTION_ARG_INT64
GOptionArg_G_OPTION_ARG_NONE
GOptionArg_G_OPTION_ARG_STRING
GOptionArg_G_OPTION_ARG_STRING_ARRAY
GOptionError_G_OPTION_ERROR_BAD_VALUE
GOptionError_G_OPTION_ERROR_FAILED
GOptionError_G_OPTION_ERROR_UNKNOWN_OPTION
GOptionFlags_G_OPTION_FLAG_FILENAME
GOptionFlags_G_OPTION_FLAG_HIDDEN
GOptionFlags_G_OPTION_FLAG_IN_MAIN
GOptionFlags_G_OPTION_FLAG_NOALIAS
GOptionFlags_G_OPTION_FLAG_NONE
GOptionFlags_G_OPTION_FLAG_NO_ARG
GOptionFlags_G_OPTION_FLAG_OPTIONAL_ARG
GOptionFlags_G_OPTION_FLAG_REVERSE
GRegexCompileFlags_G_REGEX_ANCHORED
GRegexCompileFlags_G_REGEX_BSR_ANYCRLF
GRegexCompileFlags_G_REGEX_CASELESS
GRegexCompileFlags_G_REGEX_DOLLAR_ENDONLY
GRegexCompileFlags_G_REGEX_DOTALL
GRegexCompileFlags_G_REGEX_DUPNAMES
GRegexCompileFlags_G_REGEX_EXTENDED
GRegexCompileFlags_G_REGEX_FIRSTLINE
GRegexCompileFlags_G_REGEX_JAVASCRIPT_COMPAT
GRegexCompileFlags_G_REGEX_MULTILINE
GRegexCompileFlags_G_REGEX_NEWLINE_ANYCRLF
GRegexCompileFlags_G_REGEX_NEWLINE_CR
GRegexCompileFlags_G_REGEX_NEWLINE_CRLF
GRegexCompileFlags_G_REGEX_NEWLINE_LF
GRegexCompileFlags_G_REGEX_NO_AUTO_CAPTURE
GRegexCompileFlags_G_REGEX_OPTIMIZE
GRegexCompileFlags_G_REGEX_RAW
GRegexCompileFlags_G_REGEX_UNGREEDY
GRegexError_G_REGEX_ERROR_ASSERTION_EXPECTED
GRegexError_G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN
GRegexError_G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED
GRegexError_G_REGEX_ERROR_CHARACTER_VALUE_TOO_LARGE
GRegexError_G_REGEX_ERROR_COMPILE
GRegexError_G_REGEX_ERROR_DEFINE_REPETION
GRegexError_G_REGEX_ERROR_DUPLICATE_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_EXPRESSION_TOO_LARGE
GRegexError_G_REGEX_ERROR_EXTRA_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_HEX_CODE_TOO_LARGE
GRegexError_G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS
GRegexError_G_REGEX_ERROR_INEXISTENT_SUBPATTERN_REFERENCE
GRegexError_G_REGEX_ERROR_INFINITE_LOOP
GRegexError_G_REGEX_ERROR_INTERNAL
GRegexError_G_REGEX_ERROR_INVALID_CONDITION
GRegexError_G_REGEX_ERROR_INVALID_CONTROL_CHAR
GRegexError_G_REGEX_ERROR_INVALID_DATA_CHARACTER
GRegexError_G_REGEX_ERROR_INVALID_ESCAPE_IN_CHARACTER_CLASS
GRegexError_G_REGEX_ERROR_INVALID_OCTAL_VALUE
GRegexError_G_REGEX_ERROR_INVALID_RELATIVE_REFERENCE
GRegexError_G_REGEX_ERROR_MALFORMED_CONDITION
GRegexError_G_REGEX_ERROR_MALFORMED_PROPERTY
GRegexError_G_REGEX_ERROR_MATCH
GRegexError_G_REGEX_ERROR_MEMORY_ERROR
GRegexError_G_REGEX_ERROR_MISSING_BACK_REFERENCE
GRegexError_G_REGEX_ERROR_MISSING_CONTROL_CHAR
GRegexError_G_REGEX_ERROR_MISSING_DIGIT
GRegexError_G_REGEX_ERROR_MISSING_NAME
GRegexError_G_REGEX_ERROR_MISSING_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_MISSING_SUBPATTERN_NAME_TERMINATOR
GRegexError_G_REGEX_ERROR_NAME_TOO_LONG
GRegexError_G_REGEX_ERROR_NOTHING_TO_REPEAT
GRegexError_G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS
GRegexError_G_REGEX_ERROR_NUMBER_TOO_BIG
GRegexError_G_REGEX_ERROR_OPTIMIZE
GRegexError_G_REGEX_ERROR_POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED
GRegexError_G_REGEX_ERROR_POSIX_NAMED_CLASS_OUTSIDE_CLASS
GRegexError_G_REGEX_ERROR_QUANTIFIERS_OUT_OF_ORDER
GRegexError_G_REGEX_ERROR_QUANTIFIER_TOO_BIG
GRegexError_G_REGEX_ERROR_RANGE_OUT_OF_ORDER
GRegexError_G_REGEX_ERROR_REPLACE
GRegexError_G_REGEX_ERROR_SINGLE_BYTE_MATCH_IN_LOOKBEHIND
GRegexError_G_REGEX_ERROR_STRAY_BACKSLASH
GRegexError_G_REGEX_ERROR_SUBPATTERN_NAME_TOO_LONG
GRegexError_G_REGEX_ERROR_TOO_MANY_BRANCHES_IN_DEFINE
GRegexError_G_REGEX_ERROR_TOO_MANY_CONDITIONAL_BRANCHES
GRegexError_G_REGEX_ERROR_TOO_MANY_FORWARD_REFERENCES
GRegexError_G_REGEX_ERROR_TOO_MANY_SUBPATTERNS
GRegexError_G_REGEX_ERROR_UNKNOWN_BACKTRACKING_CONTROL_VERB
GRegexError_G_REGEX_ERROR_UNKNOWN_POSIX_CLASS_NAME
GRegexError_G_REGEX_ERROR_UNKNOWN_PROPERTY
GRegexError_G_REGEX_ERROR_UNMATCHED_PARENTHESIS
GRegexError_G_REGEX_ERROR_UNRECOGNIZED_CHARACTER
GRegexError_G_REGEX_ERROR_UNRECOGNIZED_ESCAPE
GRegexError_G_REGEX_ERROR_UNTERMINATED_CHARACTER_CLASS
GRegexError_G_REGEX_ERROR_UNTERMINATED_COMMENT
GRegexError_G_REGEX_ERROR_VARIABLE_LENGTH_LOOKBEHIND
GRegexMatchFlags_G_REGEX_MATCH_ANCHORED
GRegexMatchFlags_G_REGEX_MATCH_BSR_ANY
GRegexMatchFlags_G_REGEX_MATCH_BSR_ANYCRLF
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_ANY
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_ANYCRLF
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_CR
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_CRLF
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_LF
GRegexMatchFlags_G_REGEX_MATCH_NOTBOL
GRegexMatchFlags_G_REGEX_MATCH_NOTEMPTY
GRegexMatchFlags_G_REGEX_MATCH_NOTEMPTY_ATSTART
GRegexMatchFlags_G_REGEX_MATCH_NOTEOL
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL_HARD
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL_SOFT
GSeekType_G_SEEK_CUR
GSeekType_G_SEEK_END
GSeekType_G_SEEK_SET
GShellError_G_SHELL_ERROR_BAD_QUOTING
GShellError_G_SHELL_ERROR_EMPTY_STRING
GShellError_G_SHELL_ERROR_FAILED
GSliceConfig_G_SLICE_CONFIG_ALWAYS_MALLOC
GSliceConfig_G_SLICE_CONFIG_BYPASS_MAGAZINES
GSliceConfig_G_SLICE_CONFIG_CHUNK_SIZES
GSliceConfig_G_SLICE_CONFIG_COLOR_INCREMENT
GSliceConfig_G_SLICE_CONFIG_CONTENTION_COUNTER
GSliceConfig_G_SLICE_CONFIG_WORKING_SET_MSECS
GSpawnError_G_SPAWN_ERROR_2BIG
GSpawnError_G_SPAWN_ERROR_ACCES
GSpawnError_G_SPAWN_ERROR_CHDIR
GSpawnError_G_SPAWN_ERROR_FAILED
GSpawnError_G_SPAWN_ERROR_FORK
GSpawnError_G_SPAWN_ERROR_INVAL
GSpawnError_G_SPAWN_ERROR_IO
GSpawnError_G_SPAWN_ERROR_ISDIR
GSpawnError_G_SPAWN_ERROR_LIBBAD
GSpawnError_G_SPAWN_ERROR_LOOP
GSpawnError_G_SPAWN_ERROR_MFILE
GSpawnError_G_SPAWN_ERROR_NAMETOOLONG
GSpawnError_G_SPAWN_ERROR_NFILE
GSpawnError_G_SPAWN_ERROR_NOENT
GSpawnError_G_SPAWN_ERROR_NOEXEC
GSpawnError_G_SPAWN_ERROR_NOMEM
GSpawnError_G_SPAWN_ERROR_NOTDIR
GSpawnError_G_SPAWN_ERROR_PERM
GSpawnError_G_SPAWN_ERROR_READ
GSpawnError_G_SPAWN_ERROR_TOO_BIG
GSpawnError_G_SPAWN_ERROR_TXTBUSY
GSpawnFlags_G_SPAWN_CHILD_INHERITS_STDIN
GSpawnFlags_G_SPAWN_CLOEXEC_PIPES
GSpawnFlags_G_SPAWN_DEFAULT
GSpawnFlags_G_SPAWN_DO_NOT_REAP_CHILD
GSpawnFlags_G_SPAWN_FILE_AND_ARGV_ZERO
GSpawnFlags_G_SPAWN_LEAVE_DESCRIPTORS_OPEN
GSpawnFlags_G_SPAWN_SEARCH_PATH
GSpawnFlags_G_SPAWN_SEARCH_PATH_FROM_ENVP
GSpawnFlags_G_SPAWN_STDERR_TO_DEV_NULL
GSpawnFlags_G_SPAWN_STDOUT_TO_DEV_NULL
GTestFileType_G_TEST_BUILT
GTestFileType_G_TEST_DIST
GTestLogType_G_TEST_LOG_ERROR
GTestLogType_G_TEST_LOG_LIST_CASE
GTestLogType_G_TEST_LOG_MAX_RESULT
GTestLogType_G_TEST_LOG_MESSAGE
GTestLogType_G_TEST_LOG_MIN_RESULT
GTestLogType_G_TEST_LOG_NONE
GTestLogType_G_TEST_LOG_SKIP_CASE
GTestLogType_G_TEST_LOG_START_BINARY
GTestLogType_G_TEST_LOG_START_CASE
GTestLogType_G_TEST_LOG_START_SUITE
GTestLogType_G_TEST_LOG_STOP_CASE
GTestLogType_G_TEST_LOG_STOP_SUITE
GTestResult_G_TEST_RUN_FAILURE
GTestResult_G_TEST_RUN_INCOMPLETE
GTestResult_G_TEST_RUN_SKIPPED
GTestResult_G_TEST_RUN_SUCCESS
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDERR
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDIN
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDOUT
GTestTrapFlags_G_TEST_TRAP_INHERIT_STDIN
GTestTrapFlags_G_TEST_TRAP_SILENCE_STDERR
GTestTrapFlags_G_TEST_TRAP_SILENCE_STDOUT
GThreadError_G_THREAD_ERROR_AGAIN
GThreadPriority_G_THREAD_PRIORITY_HIGH
GThreadPriority_G_THREAD_PRIORITY_LOW
GThreadPriority_G_THREAD_PRIORITY_NORMAL
GThreadPriority_G_THREAD_PRIORITY_URGENT
GTimeType_G_TIME_TYPE_DAYLIGHT
GTimeType_G_TIME_TYPE_STANDARD
GTimeType_G_TIME_TYPE_UNIVERSAL
GTokenType_G_TOKEN_BINARY
GTokenType_G_TOKEN_CHAR
GTokenType_G_TOKEN_COMMA
GTokenType_G_TOKEN_COMMENT_MULTI
GTokenType_G_TOKEN_COMMENT_SINGLE
GTokenType_G_TOKEN_EOF
GTokenType_G_TOKEN_EQUAL_SIGN
GTokenType_G_TOKEN_ERROR
GTokenType_G_TOKEN_FLOAT
GTokenType_G_TOKEN_HEX
GTokenType_G_TOKEN_IDENTIFIER
GTokenType_G_TOKEN_IDENTIFIER_NULL
GTokenType_G_TOKEN_INT
GTokenType_G_TOKEN_LAST
GTokenType_G_TOKEN_LEFT_BRACE
GTokenType_G_TOKEN_LEFT_CURLY
GTokenType_G_TOKEN_LEFT_PAREN
GTokenType_G_TOKEN_NONE
GTokenType_G_TOKEN_OCTAL
GTokenType_G_TOKEN_RIGHT_BRACE
GTokenType_G_TOKEN_RIGHT_CURLY
GTokenType_G_TOKEN_RIGHT_PAREN
GTokenType_G_TOKEN_STRING
GTokenType_G_TOKEN_SYMBOL
GTraverseFlags_G_TRAVERSE_ALL
GTraverseFlags_G_TRAVERSE_LEAFS
GTraverseFlags_G_TRAVERSE_LEAVES
GTraverseFlags_G_TRAVERSE_MASK
GTraverseFlags_G_TRAVERSE_NON_LEAFS
GTraverseFlags_G_TRAVERSE_NON_LEAVES
GTraverseType_G_IN_ORDER
GTraverseType_G_LEVEL_ORDER
GTraverseType_G_POST_ORDER
GTraverseType_G_PRE_ORDER
GUnicodeBreakType_G_UNICODE_BREAK_AFTER
GUnicodeBreakType_G_UNICODE_BREAK_ALPHABETIC
GUnicodeBreakType_G_UNICODE_BREAK_AMBIGUOUS
GUnicodeBreakType_G_UNICODE_BREAK_BEFORE
GUnicodeBreakType_G_UNICODE_BREAK_BEFORE_AND_AFTER
GUnicodeBreakType_G_UNICODE_BREAK_CARRIAGE_RETURN
GUnicodeBreakType_G_UNICODE_BREAK_CLOSE_PARANTHESIS
GUnicodeBreakType_G_UNICODE_BREAK_CLOSE_PUNCTUATION
GUnicodeBreakType_G_UNICODE_BREAK_COMBINING_MARK
GUnicodeBreakType_G_UNICODE_BREAK_COMPLEX_CONTEXT
GUnicodeBreakType_G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER
GUnicodeBreakType_G_UNICODE_BREAK_CONTINGENT
GUnicodeBreakType_G_UNICODE_BREAK_EMOJI_BASE
GUnicodeBreakType_G_UNICODE_BREAK_EMOJI_MODIFIER
GUnicodeBreakType_G_UNICODE_BREAK_EXCLAMATION
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_LV_SYLLABLE
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_L_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_T_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_V_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HEBREW_LETTER
GUnicodeBreakType_G_UNICODE_BREAK_HYPHEN
GUnicodeBreakType_G_UNICODE_BREAK_IDEOGRAPHIC
GUnicodeBreakType_G_UNICODE_BREAK_INFIX_SEPARATOR
GUnicodeBreakType_G_UNICODE_BREAK_INSEPARABLE
GUnicodeBreakType_G_UNICODE_BREAK_LINE_FEED
GUnicodeBreakType_G_UNICODE_BREAK_MANDATORY
GUnicodeBreakType_G_UNICODE_BREAK_NEXT_LINE
GUnicodeBreakType_G_UNICODE_BREAK_NON_BREAKING_GLUE
GUnicodeBreakType_G_UNICODE_BREAK_NON_STARTER
GUnicodeBreakType_G_UNICODE_BREAK_NUMERIC
GUnicodeBreakType_G_UNICODE_BREAK_OPEN_PUNCTUATION
GUnicodeBreakType_G_UNICODE_BREAK_POSTFIX
GUnicodeBreakType_G_UNICODE_BREAK_PREFIX
GUnicodeBreakType_G_UNICODE_BREAK_QUOTATION
GUnicodeBreakType_G_UNICODE_BREAK_REGIONAL_INDICATOR
GUnicodeBreakType_G_UNICODE_BREAK_SPACE
GUnicodeBreakType_G_UNICODE_BREAK_SURROGATE
GUnicodeBreakType_G_UNICODE_BREAK_SYMBOL
GUnicodeBreakType_G_UNICODE_BREAK_UNKNOWN
GUnicodeBreakType_G_UNICODE_BREAK_WORD_JOINER
GUnicodeBreakType_G_UNICODE_BREAK_ZERO_WIDTH_JOINER
GUnicodeBreakType_G_UNICODE_BREAK_ZERO_WIDTH_SPACE
GUnicodeScript_G_UNICODE_SCRIPT_ADLAM
GUnicodeScript_G_UNICODE_SCRIPT_AHOM
GUnicodeScript_G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_ARABIC
GUnicodeScript_G_UNICODE_SCRIPT_ARMENIAN
GUnicodeScript_G_UNICODE_SCRIPT_AVESTAN
GUnicodeScript_G_UNICODE_SCRIPT_BALINESE
GUnicodeScript_G_UNICODE_SCRIPT_BAMUM
GUnicodeScript_G_UNICODE_SCRIPT_BASSA_VAH
GUnicodeScript_G_UNICODE_SCRIPT_BATAK
GUnicodeScript_G_UNICODE_SCRIPT_BENGALI
GUnicodeScript_G_UNICODE_SCRIPT_BHAIKSUKI
GUnicodeScript_G_UNICODE_SCRIPT_BOPOMOFO
GUnicodeScript_G_UNICODE_SCRIPT_BRAHMI
GUnicodeScript_G_UNICODE_SCRIPT_BRAILLE
GUnicodeScript_G_UNICODE_SCRIPT_BUGINESE
GUnicodeScript_G_UNICODE_SCRIPT_BUHID
GUnicodeScript_G_UNICODE_SCRIPT_CANADIAN_ABORIGINAL
GUnicodeScript_G_UNICODE_SCRIPT_CARIAN
GUnicodeScript_G_UNICODE_SCRIPT_CAUCASIAN_ALBANIAN
GUnicodeScript_G_UNICODE_SCRIPT_CHAKMA
GUnicodeScript_G_UNICODE_SCRIPT_CHAM
GUnicodeScript_G_UNICODE_SCRIPT_CHEROKEE
GUnicodeScript_G_UNICODE_SCRIPT_COMMON
GUnicodeScript_G_UNICODE_SCRIPT_COPTIC
GUnicodeScript_G_UNICODE_SCRIPT_CUNEIFORM
GUnicodeScript_G_UNICODE_SCRIPT_CYPRIOT
GUnicodeScript_G_UNICODE_SCRIPT_CYRILLIC
GUnicodeScript_G_UNICODE_SCRIPT_DESERET
GUnicodeScript_G_UNICODE_SCRIPT_DEVANAGARI
GUnicodeScript_G_UNICODE_SCRIPT_DOGRA
GUnicodeScript_G_UNICODE_SCRIPT_DUPLOYAN
GUnicodeScript_G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_ELBASAN
GUnicodeScript_G_UNICODE_SCRIPT_ELYMAIC
GUnicodeScript_G_UNICODE_SCRIPT_ETHIOPIC
GUnicodeScript_G_UNICODE_SCRIPT_GEORGIAN
GUnicodeScript_G_UNICODE_SCRIPT_GLAGOLITIC
GUnicodeScript_G_UNICODE_SCRIPT_GOTHIC
GUnicodeScript_G_UNICODE_SCRIPT_GRANTHA
GUnicodeScript_G_UNICODE_SCRIPT_GREEK
GUnicodeScript_G_UNICODE_SCRIPT_GUJARATI
GUnicodeScript_G_UNICODE_SCRIPT_GUNJALA_GONDI
GUnicodeScript_G_UNICODE_SCRIPT_GURMUKHI
GUnicodeScript_G_UNICODE_SCRIPT_HAN
GUnicodeScript_G_UNICODE_SCRIPT_HANGUL
GUnicodeScript_G_UNICODE_SCRIPT_HANIFI_ROHINGYA
GUnicodeScript_G_UNICODE_SCRIPT_HANUNOO
GUnicodeScript_G_UNICODE_SCRIPT_HATRAN
GUnicodeScript_G_UNICODE_SCRIPT_HEBREW
GUnicodeScript_G_UNICODE_SCRIPT_HIRAGANA
GUnicodeScript_G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC
GUnicodeScript_G_UNICODE_SCRIPT_INHERITED
GUnicodeScript_G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI
GUnicodeScript_G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN
GUnicodeScript_G_UNICODE_SCRIPT_INVALID_CODE
GUnicodeScript_G_UNICODE_SCRIPT_JAVANESE
GUnicodeScript_G_UNICODE_SCRIPT_KAITHI
GUnicodeScript_G_UNICODE_SCRIPT_KANNADA
GUnicodeScript_G_UNICODE_SCRIPT_KATAKANA
GUnicodeScript_G_UNICODE_SCRIPT_KAYAH_LI
GUnicodeScript_G_UNICODE_SCRIPT_KHAROSHTHI
GUnicodeScript_G_UNICODE_SCRIPT_KHMER
GUnicodeScript_G_UNICODE_SCRIPT_KHOJKI
GUnicodeScript_G_UNICODE_SCRIPT_KHUDAWADI
GUnicodeScript_G_UNICODE_SCRIPT_LAO
GUnicodeScript_G_UNICODE_SCRIPT_LATIN
GUnicodeScript_G_UNICODE_SCRIPT_LEPCHA
GUnicodeScript_G_UNICODE_SCRIPT_LIMBU
GUnicodeScript_G_UNICODE_SCRIPT_LINEAR_A
GUnicodeScript_G_UNICODE_SCRIPT_LINEAR_B
GUnicodeScript_G_UNICODE_SCRIPT_LISU
GUnicodeScript_G_UNICODE_SCRIPT_LYCIAN
GUnicodeScript_G_UNICODE_SCRIPT_LYDIAN
GUnicodeScript_G_UNICODE_SCRIPT_MAHAJANI
GUnicodeScript_G_UNICODE_SCRIPT_MAKASAR
GUnicodeScript_G_UNICODE_SCRIPT_MALAYALAM
GUnicodeScript_G_UNICODE_SCRIPT_MANDAIC
GUnicodeScript_G_UNICODE_SCRIPT_MANICHAEAN
GUnicodeScript_G_UNICODE_SCRIPT_MARCHEN
GUnicodeScript_G_UNICODE_SCRIPT_MASARAM_GONDI
GUnicodeScript_G_UNICODE_SCRIPT_MEDEFAIDRIN
GUnicodeScript_G_UNICODE_SCRIPT_MEETEI_MAYEK
GUnicodeScript_G_UNICODE_SCRIPT_MENDE_KIKAKUI
GUnicodeScript_G_UNICODE_SCRIPT_MEROITIC_CURSIVE
GUnicodeScript_G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_MIAO
GUnicodeScript_G_UNICODE_SCRIPT_MODI
GUnicodeScript_G_UNICODE_SCRIPT_MONGOLIAN
GUnicodeScript_G_UNICODE_SCRIPT_MRO
GUnicodeScript_G_UNICODE_SCRIPT_MULTANI
GUnicodeScript_G_UNICODE_SCRIPT_MYANMAR
GUnicodeScript_G_UNICODE_SCRIPT_NABATAEAN
GUnicodeScript_G_UNICODE_SCRIPT_NANDINAGARI
GUnicodeScript_G_UNICODE_SCRIPT_NEWA
GUnicodeScript_G_UNICODE_SCRIPT_NEW_TAI_LUE
GUnicodeScript_G_UNICODE_SCRIPT_NKO
GUnicodeScript_G_UNICODE_SCRIPT_NUSHU
GUnicodeScript_G_UNICODE_SCRIPT_NYIAKENG_PUACHUE_HMONG
GUnicodeScript_G_UNICODE_SCRIPT_OGHAM
GUnicodeScript_G_UNICODE_SCRIPT_OLD_HUNGARIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_ITALIC
GUnicodeScript_G_UNICODE_SCRIPT_OLD_NORTH_ARABIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_PERMIC
GUnicodeScript_G_UNICODE_SCRIPT_OLD_PERSIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_SOGDIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_TURKIC
GUnicodeScript_G_UNICODE_SCRIPT_OL_CHIKI
GUnicodeScript_G_UNICODE_SCRIPT_ORIYA
GUnicodeScript_G_UNICODE_SCRIPT_OSAGE
GUnicodeScript_G_UNICODE_SCRIPT_OSMANYA
GUnicodeScript_G_UNICODE_SCRIPT_PAHAWH_HMONG
GUnicodeScript_G_UNICODE_SCRIPT_PALMYRENE
GUnicodeScript_G_UNICODE_SCRIPT_PAU_CIN_HAU
GUnicodeScript_G_UNICODE_SCRIPT_PHAGS_PA
GUnicodeScript_G_UNICODE_SCRIPT_PHOENICIAN
GUnicodeScript_G_UNICODE_SCRIPT_PSALTER_PAHLAVI
GUnicodeScript_G_UNICODE_SCRIPT_REJANG
GUnicodeScript_G_UNICODE_SCRIPT_RUNIC
GUnicodeScript_G_UNICODE_SCRIPT_SAMARITAN
GUnicodeScript_G_UNICODE_SCRIPT_SAURASHTRA
GUnicodeScript_G_UNICODE_SCRIPT_SHARADA
GUnicodeScript_G_UNICODE_SCRIPT_SHAVIAN
GUnicodeScript_G_UNICODE_SCRIPT_SIDDHAM
GUnicodeScript_G_UNICODE_SCRIPT_SIGNWRITING
GUnicodeScript_G_UNICODE_SCRIPT_SINHALA
GUnicodeScript_G_UNICODE_SCRIPT_SOGDIAN
GUnicodeScript_G_UNICODE_SCRIPT_SORA_SOMPENG
GUnicodeScript_G_UNICODE_SCRIPT_SOYOMBO
GUnicodeScript_G_UNICODE_SCRIPT_SUNDANESE
GUnicodeScript_G_UNICODE_SCRIPT_SYLOTI_NAGRI
GUnicodeScript_G_UNICODE_SCRIPT_SYRIAC
GUnicodeScript_G_UNICODE_SCRIPT_TAGALOG
GUnicodeScript_G_UNICODE_SCRIPT_TAGBANWA
GUnicodeScript_G_UNICODE_SCRIPT_TAI_LE
GUnicodeScript_G_UNICODE_SCRIPT_TAI_THAM
GUnicodeScript_G_UNICODE_SCRIPT_TAI_VIET
GUnicodeScript_G_UNICODE_SCRIPT_TAKRI
GUnicodeScript_G_UNICODE_SCRIPT_TAMIL
GUnicodeScript_G_UNICODE_SCRIPT_TANGUT
GUnicodeScript_G_UNICODE_SCRIPT_TELUGU
GUnicodeScript_G_UNICODE_SCRIPT_THAANA
GUnicodeScript_G_UNICODE_SCRIPT_THAI
GUnicodeScript_G_UNICODE_SCRIPT_TIBETAN
GUnicodeScript_G_UNICODE_SCRIPT_TIFINAGH
GUnicodeScript_G_UNICODE_SCRIPT_TIRHUTA
GUnicodeScript_G_UNICODE_SCRIPT_UGARITIC
GUnicodeScript_G_UNICODE_SCRIPT_UNKNOWN
GUnicodeScript_G_UNICODE_SCRIPT_VAI
GUnicodeScript_G_UNICODE_SCRIPT_WANCHO
GUnicodeScript_G_UNICODE_SCRIPT_WARANG_CITI
GUnicodeScript_G_UNICODE_SCRIPT_YI
GUnicodeScript_G_UNICODE_SCRIPT_ZANABAZAR_SQUARE
GUnicodeType_G_UNICODE_CLOSE_PUNCTUATION
GUnicodeType_G_UNICODE_CONNECT_PUNCTUATION
GUnicodeType_G_UNICODE_CONTROL
GUnicodeType_G_UNICODE_CURRENCY_SYMBOL
GUnicodeType_G_UNICODE_DASH_PUNCTUATION
GUnicodeType_G_UNICODE_DECIMAL_NUMBER
GUnicodeType_G_UNICODE_ENCLOSING_MARK
GUnicodeType_G_UNICODE_FINAL_PUNCTUATION
GUnicodeType_G_UNICODE_FORMAT
GUnicodeType_G_UNICODE_INITIAL_PUNCTUATION
GUnicodeType_G_UNICODE_LETTER_NUMBER
GUnicodeType_G_UNICODE_LINE_SEPARATOR
GUnicodeType_G_UNICODE_LOWERCASE_LETTER
GUnicodeType_G_UNICODE_MATH_SYMBOL
GUnicodeType_G_UNICODE_MODIFIER_LETTER
GUnicodeType_G_UNICODE_MODIFIER_SYMBOL
GUnicodeType_G_UNICODE_NON_SPACING_MARK
GUnicodeType_G_UNICODE_OPEN_PUNCTUATION
GUnicodeType_G_UNICODE_OTHER_LETTER
GUnicodeType_G_UNICODE_OTHER_NUMBER
GUnicodeType_G_UNICODE_OTHER_PUNCTUATION
GUnicodeType_G_UNICODE_OTHER_SYMBOL
GUnicodeType_G_UNICODE_PARAGRAPH_SEPARATOR
GUnicodeType_G_UNICODE_PRIVATE_USE
GUnicodeType_G_UNICODE_SPACE_SEPARATOR
GUnicodeType_G_UNICODE_SPACING_MARK
GUnicodeType_G_UNICODE_SURROGATE
GUnicodeType_G_UNICODE_TITLECASE_LETTER
GUnicodeType_G_UNICODE_UNASSIGNED
GUnicodeType_G_UNICODE_UPPERCASE_LETTER
GUserDirectory_G_USER_DIRECTORY_DESKTOP
GUserDirectory_G_USER_DIRECTORY_DOCUMENTS
GUserDirectory_G_USER_DIRECTORY_DOWNLOAD
GUserDirectory_G_USER_DIRECTORY_MUSIC
GUserDirectory_G_USER_DIRECTORY_PICTURES
GUserDirectory_G_USER_DIRECTORY_PUBLIC_SHARE
GUserDirectory_G_USER_DIRECTORY_TEMPLATES
GUserDirectory_G_USER_DIRECTORY_VIDEOS
GUserDirectory_G_USER_N_DIRECTORIES
GVariantClass_G_VARIANT_CLASS_ARRAY
GVariantClass_G_VARIANT_CLASS_BOOLEAN
GVariantClass_G_VARIANT_CLASS_BYTE
GVariantClass_G_VARIANT_CLASS_DICT_ENTRY
GVariantClass_G_VARIANT_CLASS_DOUBLE
GVariantClass_G_VARIANT_CLASS_HANDLE
GVariantClass_G_VARIANT_CLASS_INT16
GVariantClass_G_VARIANT_CLASS_INT32
GVariantClass_G_VARIANT_CLASS_INT64
GVariantClass_G_VARIANT_CLASS_MAYBE
GVariantClass_G_VARIANT_CLASS_OBJECT_PATH
GVariantClass_G_VARIANT_CLASS_SIGNATURE
GVariantClass_G_VARIANT_CLASS_STRING
GVariantClass_G_VARIANT_CLASS_TUPLE
GVariantClass_G_VARIANT_CLASS_UINT16
GVariantClass_G_VARIANT_CLASS_UINT32
GVariantClass_G_VARIANT_CLASS_UINT64
GVariantClass_G_VARIANT_CLASS_VARIANT
GVariantParseError_G_VARIANT_PARSE_ERROR_BASIC_TYPE_EXPECTED
GVariantParseError_G_VARIANT_PARSE_ERROR_CANNOT_INFER_TYPE
GVariantParseError_G_VARIANT_PARSE_ERROR_DEFINITE_TYPE_EXPECTED
GVariantParseError_G_VARIANT_PARSE_ERROR_FAILED
GVariantParseError_G_VARIANT_PARSE_ERROR_INPUT_NOT_AT_END
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_CHARACTER
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_FORMAT_STRING
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_OBJECT_PATH
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_SIGNATURE
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_TYPE_STRING
GVariantParseError_G_VARIANT_PARSE_ERROR_NO_COMMON_TYPE
GVariantParseError_G_VARIANT_PARSE_ERROR_NUMBER_OUT_OF_RANGE
GVariantParseError_G_VARIANT_PARSE_ERROR_NUMBER_TOO_BIG
GVariantParseError_G_VARIANT_PARSE_ERROR_RECURSION
GVariantParseError_G_VARIANT_PARSE_ERROR_TYPE_ERROR
GVariantParseError_G_VARIANT_PARSE_ERROR_UNEXPECTED_TOKEN
GVariantParseError_G_VARIANT_PARSE_ERROR_UNKNOWN_KEYWORD
GVariantParseError_G_VARIANT_PARSE_ERROR_UNTERMINATED_STRING_CONSTANT
GVariantParseError_G_VARIANT_PARSE_ERROR_VALUE_EXPECTED
G_ALLOCATOR_LIST
G_ALLOCATOR_NODE
G_ALLOCATOR_SLIST
G_ALLOC_AND_FREE
G_ALLOC_ONLY
G_ANALYZER_ANALYZING
G_ASCII_DTOSTR_BUF_SIZE
G_BIG_ENDIAN
G_CSET_A_2_Z
G_CSET_DIGITS
G_CSET_LATINC
G_CSET_LATINS
G_CSET_a_2_z
G_DATALIST_FLAGS_MASK
G_DATE_BAD_DAY
G_DATE_BAD_JULIAN
G_DATE_BAD_YEAR
G_DIR_SEPARATOR
G_DIR_SEPARATOR_S
G_E
G_GINT16_FORMAT
G_GINT16_MODIFIER
G_GINT32_FORMAT
G_GINT32_MODIFIER
G_GINT64_FORMAT
G_GINT64_MODIFIER
G_GINTPTR_FORMAT
G_GINTPTR_MODIFIER
G_GOFFSET_FORMAT
G_GOFFSET_MODIFIER
G_GSIZE_FORMAT
G_GSIZE_MODIFIER
G_GSSIZE_FORMAT
G_GSSIZE_MODIFIER
G_GUINT16_FORMAT
G_GUINT32_FORMAT
G_GUINT64_FORMAT
G_GUINTPTR_FORMAT
G_HAVE_GINT64
G_HAVE_GNUC_VARARGS
G_HAVE_GNUC_VISIBILITY
G_HAVE_GROWING_STACK
G_HAVE_ISO_VARARGS
G_HOOK_FLAG_USER_SHIFT
G_IEEE754_DOUBLE_BIAS
G_IEEE754_FLOAT_BIAS
G_KEY_FILE_DESKTOP_GROUP
G_KEY_FILE_DESKTOP_KEY_ACTIONS
G_KEY_FILE_DESKTOP_KEY_CATEGORIES
G_KEY_FILE_DESKTOP_KEY_COMMENT
G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE
G_KEY_FILE_DESKTOP_KEY_EXEC
G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
G_KEY_FILE_DESKTOP_KEY_HIDDEN
G_KEY_FILE_DESKTOP_KEY_ICON
G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
G_KEY_FILE_DESKTOP_KEY_NAME
G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
G_KEY_FILE_DESKTOP_KEY_PATH
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
G_KEY_FILE_DESKTOP_KEY_TERMINAL
G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
G_KEY_FILE_DESKTOP_KEY_TYPE
G_KEY_FILE_DESKTOP_KEY_URL
G_KEY_FILE_DESKTOP_KEY_VERSION
G_KEY_FILE_DESKTOP_TYPE_APPLICATION
G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
G_KEY_FILE_DESKTOP_TYPE_LINK
G_LITTLE_ENDIAN
G_LN2
G_LN10
G_LOG_2_BASE_10
G_LOG_LEVEL_USER_SHIFT
G_MEM_ALIGN
G_MODULE_SUFFIX
G_OPTION_REMAINING
G_PDP_ENDIAN
G_PI
G_PID_FORMAT
G_PI_2
G_PI_4
G_POLLFD_FORMAT
G_PRIORITY_DEFAULT
G_PRIORITY_DEFAULT_IDLE
G_PRIORITY_HIGH
G_PRIORITY_HIGH_IDLE
G_PRIORITY_LOW
G_SEARCHPATH_SEPARATOR
G_SEARCHPATH_SEPARATOR_S
G_SOURCE_REMOVE
G_SQRT2
G_STR_DELIMITERS
G_TEST_OPTION_ISOLATE_DIRS
G_UNICHAR_MAX_DECOMPOSITION_LENGTH
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
G_USEC_PER_SEC
G_VA_COPY_AS_ARRAY
GuestPanicAction_GUEST_PANIC_ACTION_PAUSE
GuestPanicAction_GUEST_PANIC_ACTION_POWEROFF
GuestPanicAction_GUEST_PANIC_ACTION__MAX
GuestPanicInformationType_GUEST_PANIC_INFORMATION_TYPE_HYPER_V
GuestPanicInformationType_GUEST_PANIC_INFORMATION_TYPE__MAX
HAVE_FSXATTR
HAVE_IFADDRS_H
HF2_GIF_MASK
HF2_GIF_SHIFT
HF2_HIF_MASK
HF2_HIF_SHIFT
HF2_MPX_PR_MASK
HF2_MPX_PR_SHIFT
HF2_NMI_MASK
HF2_NMI_SHIFT
HF2_SMM_INSIDE_NMI_MASK
HF2_SMM_INSIDE_NMI_SHIFT
HF2_VINTR_MASK
HF2_VINTR_SHIFT
HF_AC_MASK
HF_AC_SHIFT
HF_ADDSEG_MASK
HF_ADDSEG_SHIFT
HF_CPL_MASK
HF_CPL_SHIFT
HF_CS32_MASK
HF_CS32_SHIFT
HF_CS64_MASK
HF_CS64_SHIFT
HF_EM_MASK
HF_EM_SHIFT
HF_INHIBIT_IRQ_MASK
HF_INHIBIT_IRQ_SHIFT
HF_IOBPT_MASK
HF_IOBPT_SHIFT
HF_IOPL_MASK
HF_IOPL_SHIFT
HF_LMA_MASK
HF_LMA_SHIFT
HF_MPX_EN_MASK
HF_MPX_EN_SHIFT
HF_MPX_IU_MASK
HF_MPX_IU_SHIFT
HF_MP_MASK
HF_MP_SHIFT
HF_OSFXSR_MASK
HF_OSFXSR_SHIFT
HF_PE_MASK
HF_PE_SHIFT
HF_RF_MASK
HF_RF_SHIFT
HF_SMAP_MASK
HF_SMAP_SHIFT
HF_SMM_MASK
HF_SMM_SHIFT
HF_SS32_MASK
HF_SS32_SHIFT
HF_SVME_MASK
HF_SVME_SHIFT
HF_SVMI_MASK
HF_SVMI_SHIFT
HF_TF_MASK
HF_TF_SHIFT
HF_TS_MASK
HF_TS_SHIFT
HF_VM_MASK
HF_VM_SHIFT
HOST_DSOSUF
HOST_LONG_BITS
HOST_NAME_MAX
HOST_NOT_FOUND
HOST_X86_64
HVCALL_NOTIFY_LONG_SPIN_WAIT
HVCALL_POST_MESSAGE
HVCALL_SIGNAL_EVENT
HV_CRASH_CTL_CRASH_NOTIFY
HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE
HV_MESSAGE_PAYLOAD_BYTE_COUNT
HV_MESSAGE_PAYLOAD_QWORD_COUNT
HV_MESSAGE_SIZE
HV_PROCESSOR_POWER_STATE_C0
HV_PROCESSOR_POWER_STATE_C1
HV_PROCESSOR_POWER_STATE_C2
HV_PROCESSOR_POWER_STATE_C3
HV_STATUS_INSUFFICIENT_BUFFERS
HV_STATUS_INSUFFICIENT_MEMORY
HV_STATUS_INVALID_ALIGNMENT
HV_STATUS_INVALID_CONNECTION_ID
HV_STATUS_INVALID_HYPERCALL_CODE
HV_STATUS_INVALID_HYPERCALL_INPUT
HV_STATUS_SUCCESS
HV_STIMER_AUTOENABLE
HV_STIMER_ENABLE
HV_STIMER_LAZY
HV_STIMER_PERIODIC
HV_SYNIC_CONTROL_ENABLE
HV_SYNIC_SIEFP_ENABLE
HV_SYNIC_SIMP_ENABLE
HV_SYNIC_SINT_AUTO_EOI
HV_SYNIC_SINT_COUNT
HV_SYNIC_SINT_MASKED
HV_SYNIC_SINT_VECTOR_MASK
HV_SYNIC_STIMER_COUNT
HV_SYNIC_VERSION_1
HV_X64_ACCESS_MEMORY_POOL
HV_X64_ACCESS_PARTITION_ID
HV_X64_ACCESS_STATS
HV_X64_ADJUST_MESSAGE_BUFFERS
HV_X64_APIC_ACCESS_RECOMMENDED
HV_X64_CONFIGURE_PROFILER
HV_X64_CONNECT_PORT
HV_X64_CPU_DYNAMIC_PARTITIONING_AVAILABLE
HV_X64_CPU_POWER_MANAGEMENT
HV_X64_CREATE_PARTITIONS
HV_X64_CREATE_PORT
HV_X64_DEBUGGING
HV_X64_GUEST_CRASH_MSR_AVAILABLE
HV_X64_GUEST_DEBUGGING_AVAILABLE
HV_X64_GUEST_IDLE_STATE_AVAILABLE
HV_X64_HYPERCALL_PARAMS_XMM_AVAILABLE
HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED
HV_X64_MSR_APIC_ACCESS_AVAILABLE
HV_X64_MSR_APIC_ASSIST_PAGE
HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_MASK
HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT
HV_X64_MSR_APIC_ASSIST_PAGE_ENABLE
HV_X64_MSR_APIC_FREQUENCY
HV_X64_MSR_APIC_FREQUENCY_AVAILABLE
HV_X64_MSR_CRASH_CTL
HV_X64_MSR_CRASH_CTL_NOTIFY
HV_X64_MSR_CRASH_P0
HV_X64_MSR_CRASH_P1
HV_X64_MSR_CRASH_P2
HV_X64_MSR_CRASH_P3
HV_X64_MSR_CRASH_P4
HV_X64_MSR_CRASH_PARAMS
HV_X64_MSR_EOI
HV_X64_MSR_EOM
HV_X64_MSR_GUEST_OS_ID
HV_X64_MSR_HYPERCALL
HV_X64_MSR_HYPERCALL_AVAILABLE
HV_X64_MSR_HYPERCALL_ENABLE
HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_MASK
HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT
HV_X64_MSR_ICR
HV_X64_MSR_REFERENCE_TSC
HV_X64_MSR_REFERENCE_TSC_AVAILABLE
HV_X64_MSR_RESET
HV_X64_MSR_RESET_AVAILABLE
HV_X64_MSR_SCONTROL
HV_X64_MSR_SIEFP
HV_X64_MSR_SIMP
HV_X64_MSR_SINT0
HV_X64_MSR_SINT1
HV_X64_MSR_SINT2
HV_X64_MSR_SINT3
HV_X64_MSR_SINT4
HV_X64_MSR_SINT5
HV_X64_MSR_SINT6
HV_X64_MSR_SINT7
HV_X64_MSR_SINT8
HV_X64_MSR_SINT9
HV_X64_MSR_SINT10
HV_X64_MSR_SINT11
HV_X64_MSR_SINT12
HV_X64_MSR_SINT13
HV_X64_MSR_SINT14
HV_X64_MSR_SINT15
HV_X64_MSR_STAT_PAGES_AVAILABLE
HV_X64_MSR_STIMER0_CONFIG
HV_X64_MSR_STIMER0_COUNT
HV_X64_MSR_STIMER1_CONFIG
HV_X64_MSR_STIMER1_COUNT
HV_X64_MSR_STIMER2_CONFIG
HV_X64_MSR_STIMER2_COUNT
HV_X64_MSR_STIMER3_CONFIG
HV_X64_MSR_STIMER3_COUNT
HV_X64_MSR_SVERSION
HV_X64_MSR_SYNIC_AVAILABLE
HV_X64_MSR_SYNTIMER_AVAILABLE
HV_X64_MSR_TIME_REF_COUNT
HV_X64_MSR_TIME_REF_COUNT_AVAILABLE
HV_X64_MSR_TPR
HV_X64_MSR_TSC_FREQUENCY
HV_X64_MSR_TSC_FREQUENCY_AVAILABLE
HV_X64_MSR_TSC_REFERENCE_ADDRESS_SHIFT
HV_X64_MSR_TSC_REFERENCE_ENABLE
HV_X64_MSR_VP_INDEX
HV_X64_MSR_VP_INDEX_AVAILABLE
HV_X64_MSR_VP_RUNTIME
HV_X64_MSR_VP_RUNTIME_AVAILABLE
HV_X64_MWAIT_AVAILABLE
HV_X64_MWAIT_RECOMMENDED
HV_X64_PERF_MONITOR_AVAILABLE
HV_X64_POST_MESSAGES
HV_X64_RELAXED_TIMING_RECOMMENDED
HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED
HV_X64_SIGNAL_EVENTS
HV_X64_SYSTEM_RESET_RECOMMENDED
HWADDR_BITS
HWADDR_PRIX
HWADDR_PRId
HWADDR_PRIi
HWADDR_PRIo
HWADDR_PRIu
HWADDR_PRIx
HYPERV_CPUID_ENLIGHTMENT_INFO
HYPERV_CPUID_FEATURES
HYPERV_CPUID_IMPLEMENT_LIMITS
HYPERV_CPUID_INTERFACE
HYPERV_CPUID_MAX
HYPERV_CPUID_MIN
HYPERV_CPUID_VENDOR_AND_MAX_FUNCTIONS
HYPERV_CPUID_VERSION
HYPERV_HYPERVISOR_PRESENT_BIT
HYPERV_SPINLOCK_NEVER_RETRY
Hd_transfer_type_HD_TRANSFER_HD_TO_IOB
Hd_transfer_type_HD_TRANSFER_HD_TO_RAM
Hd_transfer_type_HD_TRANSFER_IOB_TO_HD
Hd_transfer_type_HD_TRANSFER_IOB_TO_PORT
Hd_transfer_type_HD_TRANSFER_PORT_TO_IOB
Hd_transfer_type_HD_TRANSFER_RAM_TO_HD
HostMemPolicy_HOST_MEM_POLICY_BIND
HostMemPolicy_HOST_MEM_POLICY_DEFAULT
HostMemPolicy_HOST_MEM_POLICY_INTERLEAVE
HostMemPolicy_HOST_MEM_POLICY_PREFERRED
HostMemPolicy_HOST_MEM_POLICY__MAX
ID_MASK
IF_MASK
ILL_BADIADDR
ILL_BADSTK
ILL_COPROC
ILL_ILLADR
ILL_ILLOPC
ILL_ILLOPN
ILL_ILLTRP
ILL_PRVOPC
ILL_PRVREG
INET6_ADDRSTRLEN
INET_ADDRSTRLEN
INSN_ARM_BE32
INSN_HAS_RELOC
INT8_MAX
INT8_MIN
INT16_MAX
INT16_MIN
INT32_MAX
INT32_MIN
INTPTR_MAX
INTPTR_MIN
INT_FAST8_MAX
INT_FAST8_MIN
INT_FAST16_MAX
INT_FAST16_MIN
INT_FAST32_MAX
INT_FAST32_MIN
INT_LEAST8_MAX
INT_LEAST8_MIN
INT_LEAST16_MAX
INT_LEAST16_MIN
INT_LEAST32_MAX
INT_LEAST32_MIN
IN_CLASSA_HOST
IN_CLASSA_MAX
IN_CLASSA_NET
IN_CLASSA_NSHIFT
IN_CLASSB_HOST
IN_CLASSB_MAX
IN_CLASSB_NET
IN_CLASSB_NSHIFT
IN_CLASSC_HOST
IN_CLASSC_NET
IN_CLASSC_NSHIFT
IN_LOOPBACKNET
IOMMUAccessFlags_IOMMU_NONE
IOMMUAccessFlags_IOMMU_RO
IOMMUAccessFlags_IOMMU_RW
IOMMUAccessFlags_IOMMU_WO
IOMMUNotifierFlag_IOMMU_NOTIFIER_MAP
IOMMUNotifierFlag_IOMMU_NOTIFIER_NONE
IOMMUNotifierFlag_IOMMU_NOTIFIER_UNMAP
IOPL_MASK
IOPL_SHIFT
IPPORT_BIFFUDP
IPPORT_CMDSERVER
IPPORT_DAYTIME
IPPORT_DISCARD
IPPORT_ECHO
IPPORT_EFSSERVER
IPPORT_EXECSERVER
IPPORT_FINGER
IPPORT_FTP
IPPORT_LOGINSERVER
IPPORT_MTP
IPPORT_NAMESERVER
IPPORT_NETSTAT
IPPORT_RJE
IPPORT_ROUTESERVER
IPPORT_SMTP
IPPORT_SUPDUP
IPPORT_SYSTAT
IPPORT_TELNET
IPPORT_TFTP
IPPORT_TIMESERVER
IPPORT_TTYLINK
IPPORT_USERRESERVED
IPPORT_WHOIS
IPPORT_WHOSERVER
IPPROTO_AH
IPPROTO_BEETPH
IPPROTO_COMP
IPPROTO_DCCP
IPPROTO_DSTOPTS
IPPROTO_EGP
IPPROTO_ENCAP
IPPROTO_ESP
IPPROTO_FRAGMENT
IPPROTO_GRE
IPPROTO_HOPOPTS
IPPROTO_ICMP
IPPROTO_ICMPV6
IPPROTO_IDP
IPPROTO_IGMP
IPPROTO_IP
IPPROTO_IPIP
IPPROTO_IPV6
IPPROTO_MAX
IPPROTO_MH
IPPROTO_MPLS
IPPROTO_MTP
IPPROTO_NONE
IPPROTO_PIM
IPPROTO_PUP
IPPROTO_RAW
IPPROTO_ROUTING
IPPROTO_RSVP
IPPROTO_SCTP
IPPROTO_TCP
IPPROTO_TP
IPPROTO_UDP
IPPROTO_UDPLITE
IPV6_2292DSTOPTS
IPV6_2292HOPLIMIT
IPV6_2292HOPOPTS
IPV6_2292PKTINFO
IPV6_2292PKTOPTIONS
IPV6_2292RTHDR
IPV6_ADDRFORM
IPV6_ADDR_PREFERENCES
IPV6_ADD_MEMBERSHIP
IPV6_AUTHHDR
IPV6_AUTOFLOWLABEL
IPV6_CHECKSUM
IPV6_DONTFRAG
IPV6_DROP_MEMBERSHIP
IPV6_DSTOPTS
IPV6_FREEBIND
IPV6_HDRINCL
IPV6_HOPLIMIT
IPV6_HOPOPTS
IPV6_IPSEC_POLICY
IPV6_JOIN_ANYCAST
IPV6_JOIN_GROUP
IPV6_LEAVE_ANYCAST
IPV6_LEAVE_GROUP
IPV6_MINHOPCOUNT
IPV6_MTU
IPV6_MTU_DISCOVER
IPV6_MULTICAST_ALL
IPV6_MULTICAST_HOPS
IPV6_MULTICAST_IF
IPV6_MULTICAST_LOOP
IPV6_NEXTHOP
IPV6_ORIGDSTADDR
IPV6_PATHMTU
IPV6_PKTINFO
IPV6_PMTUDISC_DO
IPV6_PMTUDISC_DONT
IPV6_PMTUDISC_INTERFACE
IPV6_PMTUDISC_OMIT
IPV6_PMTUDISC_PROBE
IPV6_PMTUDISC_WANT
IPV6_RECVDSTOPTS
IPV6_RECVERR
IPV6_RECVFRAGSIZE
IPV6_RECVHOPLIMIT
IPV6_RECVHOPOPTS
IPV6_RECVORIGDSTADDR
IPV6_RECVPATHMTU
IPV6_RECVPKTINFO
IPV6_RECVRTHDR
IPV6_RECVTCLASS
IPV6_ROUTER_ALERT
IPV6_ROUTER_ALERT_ISOLATE
IPV6_RTHDR
IPV6_RTHDRDSTOPTS
IPV6_RTHDR_LOOSE
IPV6_RTHDR_STRICT
IPV6_RTHDR_TYPE_0
IPV6_RXDSTOPTS
IPV6_RXHOPOPTS
IPV6_TCLASS
IPV6_TRANSPARENT
IPV6_UNICAST_HOPS
IPV6_UNICAST_IF
IPV6_V6ONLY
IPV6_XFRM_POLICY
IP_ADD_MEMBERSHIP
IP_ADD_SOURCE_MEMBERSHIP
IP_BIND_ADDRESS_NO_PORT
IP_BLOCK_SOURCE
IP_CHECKSUM
IP_DEFAULT_MULTICAST_LOOP
IP_DEFAULT_MULTICAST_TTL
IP_DROP_MEMBERSHIP
IP_DROP_SOURCE_MEMBERSHIP
IP_FREEBIND
IP_HDRINCL
IP_IPSEC_POLICY
IP_MAX_MEMBERSHIPS
IP_MINTTL
IP_MSFILTER
IP_MTU
IP_MTU_DISCOVER
IP_MULTICAST_ALL
IP_MULTICAST_IF
IP_MULTICAST_LOOP
IP_MULTICAST_TTL
IP_NODEFRAG
IP_OPTIONS
IP_ORIGDSTADDR
IP_PASSSEC
IP_PKTINFO
IP_PKTOPTIONS
IP_PMTUDISC
IP_PMTUDISC_DO
IP_PMTUDISC_DONT
IP_PMTUDISC_INTERFACE
IP_PMTUDISC_OMIT
IP_PMTUDISC_PROBE
IP_PMTUDISC_WANT
IP_RECVERR
IP_RECVFRAGSIZE
IP_RECVOPTS
IP_RECVORIGDSTADDR
IP_RECVTOS
IP_RECVTTL
IP_RETOPTS
IP_ROUTER_ALERT
IP_TOS
IP_TRANSPARENT
IP_TTL
IP_UNBLOCK_SOURCE
IP_UNICAST_IF
IP_XFRM_POLICY
ImageInfoSpecificKind_IMAGE_INFO_SPECIFIC_KIND_LUKS
ImageInfoSpecificKind_IMAGE_INFO_SPECIFIC_KIND_QCOW2
ImageInfoSpecificKind_IMAGE_INFO_SPECIFIC_KIND_VMDK
ImageInfoSpecificKind_IMAGE_INFO_SPECIFIC_KIND__MAX
InputAxis_INPUT_AXIS_X
InputAxis_INPUT_AXIS_Y
InputAxis_INPUT_AXIS__MAX
InputButton_INPUT_BUTTON_EXTRA
InputButton_INPUT_BUTTON_LEFT
InputButton_INPUT_BUTTON_MIDDLE
InputButton_INPUT_BUTTON_RIGHT
InputButton_INPUT_BUTTON_SIDE
InputButton_INPUT_BUTTON_WHEEL_DOWN
InputButton_INPUT_BUTTON_WHEEL_UP
InputButton_INPUT_BUTTON__MAX
InputEventKind_INPUT_EVENT_KIND_ABS
InputEventKind_INPUT_EVENT_KIND_BTN
InputEventKind_INPUT_EVENT_KIND_KEY
InputEventKind_INPUT_EVENT_KIND_REL
InputEventKind_INPUT_EVENT_KIND__MAX
IoOperationType_IO_OPERATION_TYPE_READ
IoOperationType_IO_OPERATION_TYPE_WRITE
IoOperationType_IO_OPERATION_TYPE__MAX
IscsiHeaderDigest_QAPI_ISCSI_HEADER_DIGEST_CRC32C
IscsiHeaderDigest_QAPI_ISCSI_HEADER_DIGEST_CRC32C_NONE
IscsiHeaderDigest_QAPI_ISCSI_HEADER_DIGEST_NONE
IscsiHeaderDigest_QAPI_ISCSI_HEADER_DIGEST_NONE_CRC32C
IscsiHeaderDigest_QAPI_ISCSI_HEADER_DIGEST__MAX
IscsiTransport_ISCSI_TRANSPORT_ISER
IscsiTransport_ISCSI_TRANSPORT_TCP
IscsiTransport_ISCSI_TRANSPORT__MAX
JSONType_JSON_TYPE_ARRAY
JSONType_JSON_TYPE_BOOLEAN
JSONType_JSON_TYPE_INT
JSONType_JSON_TYPE_NULL
JSONType_JSON_TYPE_NUMBER
JSONType_JSON_TYPE_OBJECT
JSONType_JSON_TYPE_STRING
JSONType_JSON_TYPE_VALUE
JSONType_JSON_TYPE__MAX
KeyValueKind_KEY_VALUE_KIND_NUMBER
KeyValueKind_KEY_VALUE_KIND_QCODE
KeyValueKind_KEY_VALUE_KIND__MAX
LINE_MAX
LINK_MAX
LITTLE_ENDIAN
LOCK_EX
LOCK_NB
LOCK_SH
LOCK_UN
LOGIN_NAME_MAX
LOG_AVATAR
LOG_GUEST_ERROR
LOG_PANDA
LOG_TRACE
LOG_UNIMP
L_INCR
L_SET
L_XTND
L_ctermid
L_tmpnam
LostTickPolicy_LOST_TICK_POLICY_DELAY
LostTickPolicy_LOST_TICK_POLICY_DISCARD
LostTickPolicy_LOST_TICK_POLICY_MERGE
LostTickPolicy_LOST_TICK_POLICY_SLEW
LostTickPolicy_LOST_TICK_POLICY__MAX
MADV_COLD
MADV_DODUMP
MADV_DOFORK
MADV_DONTDUMP
MADV_DONTFORK
MADV_DONTNEED
MADV_FREE
MADV_HUGEPAGE
MADV_HWPOISON
MADV_KEEPONFORK
MADV_MERGEABLE
MADV_NOHUGEPAGE
MADV_NORMAL
MADV_PAGEOUT
MADV_RANDOM
MADV_REMOVE
MADV_SEQUENTIAL
MADV_UNMERGEABLE
MADV_WILLNEED
MADV_WIPEONFORK
MAP_32BIT
MAP_ANON
MAP_ANONYMOUS
MAP_DENYWRITE
MAP_EXECUTABLE
MAP_FILE
MAP_FIXED
MAP_FIXED_NOREPLACE
MAP_GROWSDOWN
MAP_HUGETLB
MAP_HUGE_MASK
MAP_HUGE_SHIFT
MAP_LOCKED
MAP_NONBLOCK
MAP_NORESERVE
MAP_POPULATE
MAP_PRIVATE
MAP_SHARED
MAP_SHARED_VALIDATE
MAP_STACK
MAP_SYNC
MAP_TYPE
MAXNAMLEN
MAX_CANON
MAX_FIXED_COUNTERS
MAX_GP_COUNTERS
MAX_INPUT
MAX_MEM_LEVEL
MAX_OPC_PARAM
MAX_OPC_PARAM_ARGS
MAX_OPC_PARAM_IARGS
MAX_OPC_PARAM_OARGS
MAX_OPC_PARAM_PER_ARG
MAX_OP_PER_INSTR
MAX_PANDA_PLUGINS
MAX_PANDA_PLUGIN_ARGS
MAX_PHYS_ADDR_SPACE_BITS
MAX_WBITS
MB_LEN_MAX
MCAST_BLOCK_SOURCE
MCAST_EXCLUDE
MCAST_INCLUDE
MCAST_JOIN_GROUP
MCAST_JOIN_SOURCE_GROUP
MCAST_LEAVE_GROUP
MCAST_LEAVE_SOURCE_GROUP
MCAST_MSFILTER
MCAST_UNBLOCK_SOURCE
MCE_BANKS_DEF
MCE_CAP_DEF
MCE_INJECT_BROADCAST
MCE_INJECT_UNCOND_AO
MCG_CAP_BANKS_MASK
MCG_CTL_P
MCG_EXT_CTL_LMCE_EN
MCG_LMCE_P
MCG_SER_P
MCG_STATUS_EIPV
MCG_STATUS_LMCE
MCG_STATUS_MCIP
MCG_STATUS_RIPV
MCI_STATUS_ADDRV
MCI_STATUS_AR
MCI_STATUS_EN
MCI_STATUS_MISCV
MCI_STATUS_OVER
MCI_STATUS_PCC
MCI_STATUS_S
MCI_STATUS_UC
MCI_STATUS_VAL
MCL_CURRENT
MCL_FUTURE
MCL_ONFAULT
MCM_ADDR_GENERIC
MCM_ADDR_LINEAR
MCM_ADDR_MEM
MCM_ADDR_PHYS
MCM_ADDR_SEGOFF
MEMTX_DECODE_ERROR
MEMTX_ERROR
MEMTX_OK
MINSIGSTKSZ
MMUAccessType_MMU_DATA_LOAD
MMUAccessType_MMU_DATA_STORE
MMUAccessType_MMU_INST_FETCH
MMU_KNOSMAP_IDX
MMU_KSMAP_IDX
MMU_USER_IDX
MQ_PRIO_MAX
MSG_BATCH
MSG_CMSG_CLOEXEC
MSG_CONFIRM
MSG_CTRUNC
MSG_DONTROUTE
MSG_DONTWAIT
MSG_EOR
MSG_ERRQUEUE
MSG_FASTOPEN
MSG_FIN
MSG_MORE
MSG_NOSIGNAL
MSG_OOB
MSG_PEEK
MSG_PROXY
MSG_RST
MSG_SYN
MSG_TRUNC
MSG_WAITALL
MSG_WAITFORONE
MSG_ZEROCOPY
MSR_CORE_PERF_FIXED_CTR0
MSR_CORE_PERF_FIXED_CTR1
MSR_CORE_PERF_FIXED_CTR2
MSR_CORE_PERF_FIXED_CTR_CTRL
MSR_CORE_PERF_GLOBAL_CTRL
MSR_CORE_PERF_GLOBAL_OVF_CTRL
MSR_CORE_PERF_GLOBAL_STATUS
MSR_CSTAR
MSR_EFER
MSR_EFER_FFXSR
MSR_EFER_LMA
MSR_EFER_LME
MSR_EFER_NXE
MSR_EFER_SCE
MSR_EFER_SVME
MSR_FMASK
MSR_FSBASE
MSR_GSBASE
MSR_IA32_APICBASE
MSR_IA32_APICBASE_BASE
MSR_IA32_APICBASE_BSP
MSR_IA32_APICBASE_ENABLE
MSR_IA32_APICBASE_EXTD
MSR_IA32_BNDCFGS
MSR_IA32_FEATURE_CONTROL
MSR_IA32_MISC_ENABLE
MSR_IA32_MISC_ENABLE_DEFAULT
MSR_IA32_PERF_STATUS
MSR_IA32_SMBASE
MSR_IA32_SYSENTER_CS
MSR_IA32_SYSENTER_EIP
MSR_IA32_SYSENTER_ESP
MSR_IA32_TSC
MSR_IA32_TSCDEADLINE
MSR_IA32_XSS
MSR_KERNELGSBASE
MSR_LSTAR
MSR_MC0_ADDR
MSR_MC0_CTL
MSR_MC0_MISC
MSR_MC0_STATUS
MSR_MCG_CAP
MSR_MCG_CTL
MSR_MCG_EXT_CTL
MSR_MCG_STATUS
MSR_MTRRcap
MSR_MTRRcap_FIXRANGE_SUPPORT
MSR_MTRRcap_VCNT
MSR_MTRRcap_WC_SUPPORTED
MSR_MTRRdefType
MSR_MTRRfix4K_C0000
MSR_MTRRfix4K_C8000
MSR_MTRRfix4K_D0000
MSR_MTRRfix4K_D8000
MSR_MTRRfix4K_E0000
MSR_MTRRfix4K_E8000
MSR_MTRRfix4K_F0000
MSR_MTRRfix4K_F8000
MSR_MTRRfix16K_80000
MSR_MTRRfix16K_A0000
MSR_MTRRfix64K_00000
MSR_P6_EVNTSEL0
MSR_P6_PERFCTR0
MSR_PAT
MSR_STAR
MSR_TSC_ADJUST
MSR_TSC_AUX
MSR_VM_HSAVE_PA
MS_ASYNC
MS_INVALIDATE
MS_SYNC
MemoryDeviceInfoKind_MEMORY_DEVICE_INFO_KIND_DIMM
MemoryDeviceInfoKind_MEMORY_DEVICE_INFO_KIND__MAX
MigrationCapability_MIGRATION_CAPABILITY_AUTO_CONVERGE
MigrationCapability_MIGRATION_CAPABILITY_COMPRESS
MigrationCapability_MIGRATION_CAPABILITY_EVENTS
MigrationCapability_MIGRATION_CAPABILITY_POSTCOPY_RAM
MigrationCapability_MIGRATION_CAPABILITY_RDMA_PIN_ALL
MigrationCapability_MIGRATION_CAPABILITY_RELEASE_RAM
MigrationCapability_MIGRATION_CAPABILITY_XBZRLE
MigrationCapability_MIGRATION_CAPABILITY_X_COLO
MigrationCapability_MIGRATION_CAPABILITY_ZERO_BLOCKS
MigrationCapability_MIGRATION_CAPABILITY__MAX
MigrationParameter_MIGRATION_PARAMETER_COMPRESS_LEVEL
MigrationParameter_MIGRATION_PARAMETER_COMPRESS_THREADS
MigrationParameter_MIGRATION_PARAMETER_CPU_THROTTLE_INCREMENT
MigrationParameter_MIGRATION_PARAMETER_CPU_THROTTLE_INITIAL
MigrationParameter_MIGRATION_PARAMETER_DECOMPRESS_THREADS
MigrationParameter_MIGRATION_PARAMETER_DOWNTIME_LIMIT
MigrationParameter_MIGRATION_PARAMETER_MAX_BANDWIDTH
MigrationParameter_MIGRATION_PARAMETER_TLS_CREDS
MigrationParameter_MIGRATION_PARAMETER_TLS_HOSTNAME
MigrationParameter_MIGRATION_PARAMETER_X_CHECKPOINT_DELAY
MigrationParameter_MIGRATION_PARAMETER__MAX
MigrationStatus_MIGRATION_STATUS_ACTIVE
MigrationStatus_MIGRATION_STATUS_CANCELLED
MigrationStatus_MIGRATION_STATUS_CANCELLING
MigrationStatus_MIGRATION_STATUS_COLO
MigrationStatus_MIGRATION_STATUS_COMPLETED
MigrationStatus_MIGRATION_STATUS_FAILED
MigrationStatus_MIGRATION_STATUS_NONE
MigrationStatus_MIGRATION_STATUS_POSTCOPY_ACTIVE
MigrationStatus_MIGRATION_STATUS_SETUP
MigrationStatus_MIGRATION_STATUS__MAX
MirrorSyncMode_MIRROR_SYNC_MODE_FULL
MirrorSyncMode_MIRROR_SYNC_MODE_INCREMENTAL
MirrorSyncMode_MIRROR_SYNC_MODE_NONE
MirrorSyncMode_MIRROR_SYNC_MODE_TOP
MirrorSyncMode_MIRROR_SYNC_MODE__MAX
NAME_MAX
NB_MMU_MODES
NB_OPMASK_REGS
NETDB_INTERNAL
NETDB_SUCCESS
NFSTransport_NFS_TRANSPORT_INET
NFSTransport_NFS_TRANSPORT__MAX
NGREG
NGROUPS_MAX
NI_DGRAM
NI_MAXHOST
NI_MAXSERV
NI_NAMEREQD
NI_NOFQDN
NI_NUMERICHOST
NI_NUMERICSERV
NO_ADDRESS
NO_DATA
NO_RECOVERY
NR_OPEN
NSIG
NT_MASK
NetClientDriver_NET_CLIENT_DRIVER_BRIDGE
NetClientDriver_NET_CLIENT_DRIVER_DUMP
NetClientDriver_NET_CLIENT_DRIVER_HUBPORT
NetClientDriver_NET_CLIENT_DRIVER_L2TPV3
NetClientDriver_NET_CLIENT_DRIVER_NETMAP
NetClientDriver_NET_CLIENT_DRIVER_NIC
NetClientDriver_NET_CLIENT_DRIVER_NONE
NetClientDriver_NET_CLIENT_DRIVER_SOCKET
NetClientDriver_NET_CLIENT_DRIVER_TAP
NetClientDriver_NET_CLIENT_DRIVER_USER
NetClientDriver_NET_CLIENT_DRIVER_VDE
NetClientDriver_NET_CLIENT_DRIVER_VHOST_USER
NetClientDriver_NET_CLIENT_DRIVER__MAX
NetFilterDirection_NET_FILTER_DIRECTION_ALL
NetFilterDirection_NET_FILTER_DIRECTION_RX
NetFilterDirection_NET_FILTER_DIRECTION_TX
NetFilterDirection_NET_FILTER_DIRECTION__MAX
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_BRIDGE
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_DUMP
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_L2TPV3
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_NETMAP
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_NIC
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_NONE
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_SOCKET
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_TAP
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_USER
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_VDE
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE_VHOST_USER
NetLegacyOptionsType_NET_LEGACY_OPTIONS_TYPE__MAX
Net_transfer_type_NET_TRANSFER_IOB_TO_IOB
Net_transfer_type_NET_TRANSFER_IOB_TO_RAM
Net_transfer_type_NET_TRANSFER_RAM_TO_IOB
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY_IPV4
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY_IPV6
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY_UNIX
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY_UNKNOWN
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY_VSOCK
NetworkAddressFamily_NETWORK_ADDRESS_FAMILY__MAX
NewImageMode_NEW_IMAGE_MODE_ABSOLUTE_PATHS
NewImageMode_NEW_IMAGE_MODE_EXISTING
NewImageMode_NEW_IMAGE_MODE__MAX
NumaOptionsType_NUMA_OPTIONS_TYPE_NODE
NumaOptionsType_NUMA_OPTIONS_TYPE__MAX
OBJECT_CLASS_CAST_CACHE
OLD_ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID
OLD_ARCHIVE_ENTRY_ACL_STYLE_MARK_DEFAULT
OPC_BUF_SIZE
OPC_MAX_SIZE
OPPARAM_BUF_SIZE
OSFamilyEnum_OS_FREEBSD
OSFamilyEnum_OS_LINUX
OSFamilyEnum_OS_UNKNOWN
OSFamilyEnum_OS_WINDOWS
O_ACCMODE
O_APPEND
O_ASYNC
O_BINARY
O_CLOEXEC
O_CREAT
O_DIRECTORY
O_DSYNC
O_EXCL
O_FSYNC
O_LARGEFILE
O_NDELAY
O_NOCTTY
O_NOFOLLOW
O_NONBLOCK
O_RDONLY
O_RDWR
O_RSYNC
O_SYNC
O_TRUNC
O_WRONLY
ObjectPropertyLinkFlags_OBJ_PROP_LINK_UNREF_ON_RELEASE
OnOffAuto_ON_OFF_AUTO_AUTO
OnOffAuto_ON_OFF_AUTO_OFF
OnOffAuto_ON_OFF_AUTO_ON
OnOffAuto_ON_OFF_AUTO__MAX
OnOffSplit_ON_OFF_SPLIT_OFF
OnOffSplit_ON_OFF_SPLIT_ON
OnOffSplit_ON_OFF_SPLIT_SPLIT
OnOffSplit_ON_OFF_SPLIT__MAX
PAGE_BITS
PAGE_EXEC
PAGE_READ
PAGE_VALID
PAGE_WRITE
PAGE_WRITE_ORG
PANDA_CORE_NAME
PANDA_LOG_DEBUG
PANDA_LOG_ERROR
PANDA_LOG_INFO
PANDA_LOG_LEVEL
PANDA_LOG_NOTHING
PANDA_LOG_WARNING
PANDA_MSG
PANDA_MSG_FMT
PANDA_MSG_PREFIX
PANDA_MSG_SUFFIX
PATH_MAX
PDP_ENDIAN
PF_ALG
PF_APPLETALK
PF_ASH
PF_ATMPVC
PF_ATMSVC
PF_AX25
PF_BLUETOOTH
PF_BRIDGE
PF_CAIF
PF_CAN
PF_DECnet
PF_ECONET
PF_FILE
PF_IB
PF_IEEE802154
PF_INET
PF_INET6
PF_IPX
PF_IRDA
PF_ISDN
PF_IUCV
PF_KCM
PF_KEY
PF_LLC
PF_LOCAL
PF_MAX
PF_MPLS
PF_NETBEUI
PF_NETLINK
PF_NETROM
PF_NFC
PF_PACKET
PF_PHONET
PF_PPPOX
PF_QIPCRTR
PF_RDS
PF_ROSE
PF_ROUTE
PF_RXRPC
PF_SECURITY
PF_SMC
PF_SNA
PF_TIPC
PF_UNIX
PF_UNSPEC
PF_VSOCK
PF_WANPIPE
PF_X25
PF_XDP
PG_ACCESSED_BIT
PG_ACCESSED_MASK
PG_ADDRESS_MASK
PG_DIRTY_BIT
PG_DIRTY_MASK
PG_ERROR_I_D_MASK
PG_ERROR_PK_MASK
PG_ERROR_P_MASK
PG_ERROR_RSVD_MASK
PG_ERROR_U_MASK
PG_ERROR_W_BIT
PG_ERROR_W_MASK
PG_GLOBAL_BIT
PG_GLOBAL_MASK
PG_HI_USER_MASK
PG_NX_BIT
PG_NX_MASK
PG_PCD_BIT
PG_PCD_MASK
PG_PKRU_BIT
PG_PKRU_MASK
PG_PRESENT_BIT
PG_PRESENT_MASK
PG_PSE_BIT
PG_PSE_MASK
PG_PSE_PAT_BIT
PG_PSE_PAT_MASK
PG_PWT_BIT
PG_PWT_MASK
PG_RW_BIT
PG_RW_MASK
PG_USER_BIT
PG_USER_MASK
PIPE_BUF
POLL_ERR
POLL_HUP
POLL_IN
POLL_MSG
POLL_OUT
POLL_PRI
POSIX_FADV_DONTNEED
POSIX_FADV_NOREUSE
POSIX_FADV_NORMAL
POSIX_FADV_RANDOM
POSIX_FADV_SEQUENTIAL
POSIX_FADV_WILLNEED
POSIX_MADV_DONTNEED
POSIX_MADV_NORMAL
POSIX_MADV_RANDOM
POSIX_MADV_SEQUENTIAL
POSIX_MADV_WILLNEED
PPP_MAX_CB
PRIX8
PRIX16
PRIX32
PRIX64
PRIXFAST8
PRIXFAST16
PRIXFAST32
PRIXFAST64
PRIXLEAST8
PRIXLEAST16
PRIXLEAST32
PRIXLEAST64
PRIXMAX
PRIXPTR
PRId8
PRId16
PRId32
PRId64
PRIdFAST8
PRIdFAST16
PRIdFAST32
PRIdFAST64
PRIdLEAST8
PRIdLEAST16
PRIdLEAST32
PRIdLEAST64
PRIdMAX
PRIdPTR
PRIi8
PRIi16
PRIi32
PRIi64
PRIiFAST8
PRIiFAST16
PRIiFAST32
PRIiFAST64
PRIiLEAST8
PRIiLEAST16
PRIiLEAST32
PRIiLEAST64
PRIiMAX
PRIiPTR
PRIo8
PRIo16
PRIo32
PRIo64
PRIoFAST8
PRIoFAST16
PRIoFAST32
PRIoFAST64
PRIoLEAST8
PRIoLEAST16
PRIoLEAST32
PRIoLEAST64
PRIoMAX
PRIoPTR
PRIu8
PRIu16
PRIu32
PRIu64
PRIuFAST8
PRIuFAST16
PRIuFAST32
PRIuFAST64
PRIuLEAST8
PRIuLEAST16
PRIuLEAST32
PRIuLEAST64
PRIuMAX
PRIuPTR
PRIx8
PRIx16
PRIx32
PRIx64
PRIxFAST8
PRIxFAST16
PRIxFAST32
PRIxFAST64
PRIxLEAST8
PRIxLEAST16
PRIxLEAST32
PRIxLEAST64
PRIxMAX
PRIxPTR
PROTOBUF_C_MIN_COMPILER_VERSION
PROTOBUF_C_VERSION
PROTOBUF_C_VERSION_NUMBER
PROTOBUF_C__ENUM_DESCRIPTOR_MAGIC
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC
PROTOBUF_C__SERVICE_DESCRIPTOR_MAGIC
PROT_EXEC
PROT_GROWSDOWN
PROT_GROWSUP
PROT_NONE
PROT_READ
PROT_WRITE
PTHREAD_BARRIER_SERIAL_THREAD
PTHREAD_CANCEL_ASYNCHRONOUS
PTHREAD_CANCEL_DEFERRED
PTHREAD_CANCEL_DISABLE
PTHREAD_CANCEL_ENABLE
PTHREAD_CREATE_DETACHED
PTHREAD_CREATE_JOINABLE
PTHREAD_DESTRUCTOR_ITERATIONS
PTHREAD_EXPLICIT_SCHED
PTHREAD_INHERIT_SCHED
PTHREAD_KEYS_MAX
PTHREAD_MUTEX_ADAPTIVE_NP
PTHREAD_MUTEX_DEFAULT
PTHREAD_MUTEX_ERRORCHECK
PTHREAD_MUTEX_ERRORCHECK_NP
PTHREAD_MUTEX_NORMAL
PTHREAD_MUTEX_RECURSIVE
PTHREAD_MUTEX_RECURSIVE_NP
PTHREAD_MUTEX_ROBUST
PTHREAD_MUTEX_ROBUST_NP
PTHREAD_MUTEX_STALLED
PTHREAD_MUTEX_STALLED_NP
PTHREAD_MUTEX_TIMED_NP
PTHREAD_ONCE_INIT
PTHREAD_PRIO_INHERIT
PTHREAD_PRIO_NONE
PTHREAD_PRIO_PROTECT
PTHREAD_PROCESS_PRIVATE
PTHREAD_PROCESS_SHARED
PTHREAD_RWLOCK_DEFAULT_NP
PTHREAD_RWLOCK_PREFER_READER_NP
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP
PTHREAD_RWLOCK_PREFER_WRITER_NP
PTHREAD_SCOPE_PROCESS
PTHREAD_SCOPE_SYSTEM
PTHREAD_STACK_MIN
PTRDIFF_MAX
PTRDIFF_MIN
P_tmpdir
PlMode_PL_MODE_READ_BWD
PlMode_PL_MODE_READ_FWD
PlMode_PL_MODE_UNKNOWN
PlMode_PL_MODE_WRITE
PreallocMode_PREALLOC_MODE_FALLOC
PreallocMode_PREALLOC_MODE_FULL
PreallocMode_PREALLOC_MODE_METADATA
PreallocMode_PREALLOC_MODE_OFF
PreallocMode_PREALLOC_MODE__MAX
ProtobufCFieldFlag_PROTOBUF_C_FIELD_FLAG_DEPRECATED
ProtobufCFieldFlag_PROTOBUF_C_FIELD_FLAG_ONEOF
ProtobufCFieldFlag_PROTOBUF_C_FIELD_FLAG_PACKED
ProtobufCLabel_PROTOBUF_C_LABEL_NONE
ProtobufCLabel_PROTOBUF_C_LABEL_OPTIONAL
ProtobufCLabel_PROTOBUF_C_LABEL_REPEATED
ProtobufCLabel_PROTOBUF_C_LABEL_REQUIRED
ProtobufCType_PROTOBUF_C_TYPE_BOOL
ProtobufCType_PROTOBUF_C_TYPE_BYTES
ProtobufCType_PROTOBUF_C_TYPE_DOUBLE
ProtobufCType_PROTOBUF_C_TYPE_ENUM
ProtobufCType_PROTOBUF_C_TYPE_FIXED32
ProtobufCType_PROTOBUF_C_TYPE_FIXED64
ProtobufCType_PROTOBUF_C_TYPE_FLOAT
ProtobufCType_PROTOBUF_C_TYPE_INT32
ProtobufCType_PROTOBUF_C_TYPE_INT64
ProtobufCType_PROTOBUF_C_TYPE_MESSAGE
ProtobufCType_PROTOBUF_C_TYPE_SFIXED32
ProtobufCType_PROTOBUF_C_TYPE_SFIXED64
ProtobufCType_PROTOBUF_C_TYPE_SINT32
ProtobufCType_PROTOBUF_C_TYPE_SINT64
ProtobufCType_PROTOBUF_C_TYPE_STRING
ProtobufCType_PROTOBUF_C_TYPE_UINT32
ProtobufCType_PROTOBUF_C_TYPE_UINT64
ProtobufCWireType_PROTOBUF_C_WIRE_TYPE_32BIT
ProtobufCWireType_PROTOBUF_C_WIRE_TYPE_64BIT
ProtobufCWireType_PROTOBUF_C_WIRE_TYPE_LENGTH_PREFIXED
ProtobufCWireType_PROTOBUF_C_WIRE_TYPE_VARINT
QCryptoBlockFormat_Q_CRYPTO_BLOCK_FORMAT_LUKS
QCryptoBlockFormat_Q_CRYPTO_BLOCK_FORMAT_QCOW
QCryptoBlockFormat_Q_CRYPTO_BLOCK_FORMAT__MAX
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_3DES
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_AES_128
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_AES_192
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_AES_256
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_CAST5_128
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_DES_RFB
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_SERPENT_128
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_SERPENT_192
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_SERPENT_256
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_TWOFISH_128
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_TWOFISH_192
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG_TWOFISH_256
QCryptoCipherAlgorithm_QCRYPTO_CIPHER_ALG__MAX
QCryptoCipherMode_QCRYPTO_CIPHER_MODE_CBC
QCryptoCipherMode_QCRYPTO_CIPHER_MODE_CTR
QCryptoCipherMode_QCRYPTO_CIPHER_MODE_ECB
QCryptoCipherMode_QCRYPTO_CIPHER_MODE_XTS
QCryptoCipherMode_QCRYPTO_CIPHER_MODE__MAX
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_MD5
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_RIPEMD160
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_SHA1
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_SHA224
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_SHA256
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_SHA384
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG_SHA512
QCryptoHashAlgorithm_QCRYPTO_HASH_ALG__MAX
QCryptoIVGenAlgorithm_QCRYPTO_IVGEN_ALG_ESSIV
QCryptoIVGenAlgorithm_QCRYPTO_IVGEN_ALG_PLAIN
QCryptoIVGenAlgorithm_QCRYPTO_IVGEN_ALG_PLAIN64
QCryptoIVGenAlgorithm_QCRYPTO_IVGEN_ALG__MAX
QCryptoSecretFormat_QCRYPTO_SECRET_FORMAT_BASE64
QCryptoSecretFormat_QCRYPTO_SECRET_FORMAT_RAW
QCryptoSecretFormat_QCRYPTO_SECRET_FORMAT__MAX
QCryptoTLSCredsEndpoint_QCRYPTO_TLS_CREDS_ENDPOINT_CLIENT
QCryptoTLSCredsEndpoint_QCRYPTO_TLS_CREDS_ENDPOINT_SERVER
QCryptoTLSCredsEndpoint_QCRYPTO_TLS_CREDS_ENDPOINT__MAX
QDEV_HOTPLUG_HANDLER_PROPERTY
QDICT_BUCKET_MAX
QEMU_COPYRIGHT
QEMU_FILE_TYPE_BIOS
QEMU_FILE_TYPE_KEYMAP
QEMU_HW_VERSION
QEMU_MADV_DODUMP
QEMU_MADV_DONTDUMP
QEMU_MADV_DONTFORK
QEMU_MADV_DONTNEED
QEMU_MADV_HUGEPAGE
QEMU_MADV_INVALID
QEMU_MADV_MERGEABLE
QEMU_MADV_NOHUGEPAGE
QEMU_MADV_UNMERGEABLE
QEMU_MADV_WILLNEED
QEMU_THREAD_DETACHED
QEMU_THREAD_JOINABLE
QEMU_VERSION
QEMU_VERSION_MAJOR
QEMU_VERSION_MICRO
QEMU_VERSION_MINOR
QEMU_VMALLOC_ALIGN
QHT_MODE_AUTO_RESIZE
QKeyCode_Q_KEY_CODE_0
QKeyCode_Q_KEY_CODE_1
QKeyCode_Q_KEY_CODE_2
QKeyCode_Q_KEY_CODE_3
QKeyCode_Q_KEY_CODE_4
QKeyCode_Q_KEY_CODE_5
QKeyCode_Q_KEY_CODE_6
QKeyCode_Q_KEY_CODE_7
QKeyCode_Q_KEY_CODE_8
QKeyCode_Q_KEY_CODE_9
QKeyCode_Q_KEY_CODE_A
QKeyCode_Q_KEY_CODE_AGAIN
QKeyCode_Q_KEY_CODE_ALT
QKeyCode_Q_KEY_CODE_ALTGR
QKeyCode_Q_KEY_CODE_ALTGR_R
QKeyCode_Q_KEY_CODE_ALT_R
QKeyCode_Q_KEY_CODE_APOSTROPHE
QKeyCode_Q_KEY_CODE_ASTERISK
QKeyCode_Q_KEY_CODE_B
QKeyCode_Q_KEY_CODE_BACKSLASH
QKeyCode_Q_KEY_CODE_BACKSPACE
QKeyCode_Q_KEY_CODE_BRACKET_LEFT
QKeyCode_Q_KEY_CODE_BRACKET_RIGHT
QKeyCode_Q_KEY_CODE_C
QKeyCode_Q_KEY_CODE_CAPS_LOCK
QKeyCode_Q_KEY_CODE_COMMA
QKeyCode_Q_KEY_CODE_COMPOSE
QKeyCode_Q_KEY_CODE_COPY
QKeyCode_Q_KEY_CODE_CTRL
QKeyCode_Q_KEY_CODE_CTRL_R
QKeyCode_Q_KEY_CODE_CUT
QKeyCode_Q_KEY_CODE_D
QKeyCode_Q_KEY_CODE_DELETE
QKeyCode_Q_KEY_CODE_DOT
QKeyCode_Q_KEY_CODE_DOWN
QKeyCode_Q_KEY_CODE_E
QKeyCode_Q_KEY_CODE_END
QKeyCode_Q_KEY_CODE_EQUAL
QKeyCode_Q_KEY_CODE_ESC
QKeyCode_Q_KEY_CODE_F
QKeyCode_Q_KEY_CODE_F1
QKeyCode_Q_KEY_CODE_F2
QKeyCode_Q_KEY_CODE_F3
QKeyCode_Q_KEY_CODE_F4
QKeyCode_Q_KEY_CODE_F5
QKeyCode_Q_KEY_CODE_F6
QKeyCode_Q_KEY_CODE_F7
QKeyCode_Q_KEY_CODE_F8
QKeyCode_Q_KEY_CODE_F9
QKeyCode_Q_KEY_CODE_F10
QKeyCode_Q_KEY_CODE_F11
QKeyCode_Q_KEY_CODE_F12
QKeyCode_Q_KEY_CODE_FIND
QKeyCode_Q_KEY_CODE_FRONT
QKeyCode_Q_KEY_CODE_G
QKeyCode_Q_KEY_CODE_GRAVE_ACCENT
QKeyCode_Q_KEY_CODE_H
QKeyCode_Q_KEY_CODE_HELP
QKeyCode_Q_KEY_CODE_HENKAN
QKeyCode_Q_KEY_CODE_HIRAGANA
QKeyCode_Q_KEY_CODE_HOME
QKeyCode_Q_KEY_CODE_I
QKeyCode_Q_KEY_CODE_INSERT
QKeyCode_Q_KEY_CODE_J
QKeyCode_Q_KEY_CODE_K
QKeyCode_Q_KEY_CODE_KP_0
QKeyCode_Q_KEY_CODE_KP_1
QKeyCode_Q_KEY_CODE_KP_2
QKeyCode_Q_KEY_CODE_KP_3
QKeyCode_Q_KEY_CODE_KP_4
QKeyCode_Q_KEY_CODE_KP_5
QKeyCode_Q_KEY_CODE_KP_6
QKeyCode_Q_KEY_CODE_KP_7
QKeyCode_Q_KEY_CODE_KP_8
QKeyCode_Q_KEY_CODE_KP_9
QKeyCode_Q_KEY_CODE_KP_ADD
QKeyCode_Q_KEY_CODE_KP_COMMA
QKeyCode_Q_KEY_CODE_KP_DECIMAL
QKeyCode_Q_KEY_CODE_KP_DIVIDE
QKeyCode_Q_KEY_CODE_KP_ENTER
QKeyCode_Q_KEY_CODE_KP_EQUALS
QKeyCode_Q_KEY_CODE_KP_MULTIPLY
QKeyCode_Q_KEY_CODE_KP_SUBTRACT
QKeyCode_Q_KEY_CODE_L
QKeyCode_Q_KEY_CODE_LEFT
QKeyCode_Q_KEY_CODE_LESS
QKeyCode_Q_KEY_CODE_LF
QKeyCode_Q_KEY_CODE_M
QKeyCode_Q_KEY_CODE_MENU
QKeyCode_Q_KEY_CODE_META_L
QKeyCode_Q_KEY_CODE_META_R
QKeyCode_Q_KEY_CODE_MINUS
QKeyCode_Q_KEY_CODE_N
QKeyCode_Q_KEY_CODE_NUM_LOCK
QKeyCode_Q_KEY_CODE_O
QKeyCode_Q_KEY_CODE_OPEN
QKeyCode_Q_KEY_CODE_P
QKeyCode_Q_KEY_CODE_PASTE
QKeyCode_Q_KEY_CODE_PAUSE
QKeyCode_Q_KEY_CODE_PGDN
QKeyCode_Q_KEY_CODE_PGUP
QKeyCode_Q_KEY_CODE_POWER
QKeyCode_Q_KEY_CODE_PRINT
QKeyCode_Q_KEY_CODE_PROPS
QKeyCode_Q_KEY_CODE_Q
QKeyCode_Q_KEY_CODE_R
QKeyCode_Q_KEY_CODE_RET
QKeyCode_Q_KEY_CODE_RIGHT
QKeyCode_Q_KEY_CODE_RO
QKeyCode_Q_KEY_CODE_S
QKeyCode_Q_KEY_CODE_SCROLL_LOCK
QKeyCode_Q_KEY_CODE_SEMICOLON
QKeyCode_Q_KEY_CODE_SHIFT
QKeyCode_Q_KEY_CODE_SHIFT_R
QKeyCode_Q_KEY_CODE_SLASH
QKeyCode_Q_KEY_CODE_SPC
QKeyCode_Q_KEY_CODE_STOP
QKeyCode_Q_KEY_CODE_SYSRQ
QKeyCode_Q_KEY_CODE_T
QKeyCode_Q_KEY_CODE_TAB
QKeyCode_Q_KEY_CODE_U
QKeyCode_Q_KEY_CODE_UNDO
QKeyCode_Q_KEY_CODE_UNMAPPED
QKeyCode_Q_KEY_CODE_UP
QKeyCode_Q_KEY_CODE_V
QKeyCode_Q_KEY_CODE_W
QKeyCode_Q_KEY_CODE_X
QKeyCode_Q_KEY_CODE_Y
QKeyCode_Q_KEY_CODE_YEN
QKeyCode_Q_KEY_CODE_Z
QKeyCode_Q_KEY_CODE__MAX
QType_QTYPE_NONE
QType_QTYPE_QBOOL
QType_QTYPE_QDICT
QType_QTYPE_QFLOAT
QType_QTYPE_QINT
QType_QTYPE_QLIST
QType_QTYPE_QNULL
QType_QTYPE_QSTRING
QType_QTYPE__MAX
QapiErrorClass_QAPI_ERROR_CLASS_COMMANDNOTFOUND
QapiErrorClass_QAPI_ERROR_CLASS_DEVICEENCRYPTED
QapiErrorClass_QAPI_ERROR_CLASS_DEVICENOTACTIVE
QapiErrorClass_QAPI_ERROR_CLASS_DEVICENOTFOUND
QapiErrorClass_QAPI_ERROR_CLASS_GENERICERROR
QapiErrorClass_QAPI_ERROR_CLASS_KVMMISSINGCAP
QapiErrorClass_QAPI_ERROR_CLASS__MAX
Qcow2OverlapCheckMode_QCOW2_OVERLAP_CHECK_MODE_ALL
Qcow2OverlapCheckMode_QCOW2_OVERLAP_CHECK_MODE_CACHED
Qcow2OverlapCheckMode_QCOW2_OVERLAP_CHECK_MODE_CONSTANT
Qcow2OverlapCheckMode_QCOW2_OVERLAP_CHECK_MODE_NONE
Qcow2OverlapCheckMode_QCOW2_OVERLAP_CHECK_MODE__MAX
QemuOptType_QEMU_OPT_BOOL
QemuOptType_QEMU_OPT_NUMBER
QemuOptType_QEMU_OPT_SIZE
QemuOptType_QEMU_OPT_STRING
QuorumOpType_QUORUM_OP_TYPE_FLUSH
QuorumOpType_QUORUM_OP_TYPE_READ
QuorumOpType_QUORUM_OP_TYPE_WRITE
QuorumOpType_QUORUM_OP_TYPE__MAX
QuorumReadPattern_QUORUM_READ_PATTERN_FIFO
QuorumReadPattern_QUORUM_READ_PATTERN_QUORUM
QuorumReadPattern_QUORUM_READ_PATTERN__MAX
RAM_ADDR_FMT
RAM_ADDR_MAX
RAND_MAX
RE_DUP_MAX
RF_MASK
RRCTRL_ret_RRCTRL_EINVALID
RRCTRL_ret_RRCTRL_EPENDING
RRCTRL_ret_RRCTRL_OK
RR_callsite_id_RR_CALLSITE_CPU_EXCEPTION_INDEX
RR_callsite_id_RR_CALLSITE_CPU_HANDLE_INTERRUPT_AFTER
RR_callsite_id_RR_CALLSITE_CPU_HANDLE_INTERRUPT_BEFORE
RR_callsite_id_RR_CALLSITE_CPU_HANDLE_INTERRUPT_INTNO
RR_callsite_id_RR_CALLSITE_CPU_PENDING_INTERRUPTS_AFTER
RR_callsite_id_RR_CALLSITE_CPU_PENDING_INTERRUPTS_BEFORE
RR_callsite_id_RR_CALLSITE_DO_SMM_ENTER
RR_callsite_id_RR_CALLSITE_E1000_PROCESS_TX_DESC_1
RR_callsite_id_RR_CALLSITE_E1000_PROCESS_TX_DESC_2
RR_callsite_id_RR_CALLSITE_E1000_PROCESS_TX_DESC_MEMMOVE_1
RR_callsite_id_RR_CALLSITE_E1000_PROCESS_TX_DESC_MEMMOVE_2
RR_callsite_id_RR_CALLSITE_E1000_RECEIVE_1
RR_callsite_id_RR_CALLSITE_E1000_RECEIVE_2
RR_callsite_id_RR_CALLSITE_E1000_RECEIVE_3
RR_callsite_id_RR_CALLSITE_E1000_RECEIVE_MEMCPY_1
RR_callsite_id_RR_CALLSITE_E1000_START_XMIT
RR_callsite_id_RR_CALLSITE_E1000_TXDESC_WRITEBACK
RR_callsite_id_RR_CALLSITE_E1000_XMIT_SEG_1
RR_callsite_id_RR_CALLSITE_E1000_XMIT_SEG_2
RR_callsite_id_RR_CALLSITE_END_OF_LOG
RR_callsite_id_RR_CALLSITE_HELPER_RSM
RR_callsite_id_RR_CALLSITE_IDE_DATA_READL
RR_callsite_id_RR_CALLSITE_IDE_DATA_READW
RR_callsite_id_RR_CALLSITE_IDE_DATA_WRITEL
RR_callsite_id_RR_CALLSITE_IDE_DATA_WRITEW
RR_callsite_id_RR_CALLSITE_IDE_DMA_CB
RR_callsite_id_RR_CALLSITE_IDE_SECTOR_READ
RR_callsite_id_RR_CALLSITE_IDE_SECTOR_WRITE
RR_callsite_id_RR_CALLSITE_IO_READ_ALL
RR_callsite_id_RR_CALLSITE_IO_WRITE_ALL
RR_callsite_id_RR_CALLSITE_LAST
RR_callsite_id_RR_CALLSITE_MAIN_LOOP_WAIT
RR_callsite_id_RR_CALLSITE_RDTSC
RR_callsite_id_RR_CALLSITE_READ_1
RR_callsite_id_RR_CALLSITE_READ_2
RR_callsite_id_RR_CALLSITE_READ_4
RR_callsite_id_RR_CALLSITE_READ_8
RR_callsite_id_RR_CALLSITE_SERIAL_READ
RR_callsite_id_RR_CALLSITE_SERIAL_RECEIVE
RR_callsite_id_RR_CALLSITE_SERIAL_SEND
RR_callsite_id_RR_CALLSITE_SERIAL_WRITE
RR_callsite_id_RR_CALLSITE_WRITE_1
RR_callsite_id_RR_CALLSITE_WRITE_2
RR_callsite_id_RR_CALLSITE_WRITE_4
RR_callsite_id_RR_CALLSITE_WRITE_8
RR_debug_level_type_RR_DEBUG_NOISY
RR_debug_level_type_RR_DEBUG_QUIET
RR_debug_level_type_RR_DEBUG_SILENT
RR_debug_level_type_RR_DEBUG_WHISPER
RR_log_entry_kind_RR_END_OF_LOG
RR_log_entry_kind_RR_EXCEPTION
RR_log_entry_kind_RR_EXIT_REQUEST
RR_log_entry_kind_RR_INPUT_1
RR_log_entry_kind_RR_INPUT_2
RR_log_entry_kind_RR_INPUT_4
RR_log_entry_kind_RR_INPUT_8
RR_log_entry_kind_RR_INTERRUPT_REQUEST
RR_log_entry_kind_RR_LAST
RR_log_entry_kind_RR_PENDING_INTERRUPTS
RR_log_entry_kind_RR_SKIPPED_CALL
RR_log_type_RECORD
RR_log_type_REPLAY
RR_mem_type_RR_MEM_IO
RR_mem_type_RR_MEM_RAM
RR_mem_type_RR_MEM_UNKNOWN
RR_mode_RR_NOCHANGE
RR_mode_RR_OFF
RR_mode_RR_RECORD
RR_mode_RR_REPLAY
RR_skipped_call_kind_RR_CALL_CPU_MEM_RW
RR_skipped_call_kind_RR_CALL_CPU_MEM_UNMAP
RR_skipped_call_kind_RR_CALL_CPU_REG_WRITE
RR_skipped_call_kind_RR_CALL_HANDLE_PACKET
RR_skipped_call_kind_RR_CALL_HD_TRANSFER
RR_skipped_call_kind_RR_CALL_LAST
RR_skipped_call_kind_RR_CALL_MEM_REGION_CHANGE
RR_skipped_call_kind_RR_CALL_NET_TRANSFER
RR_skipped_call_kind_RR_CALL_SERIAL_READ
RR_skipped_call_kind_RR_CALL_SERIAL_RECEIVE
RR_skipped_call_kind_RR_CALL_SERIAL_SEND
RR_skipped_call_kind_RR_CALL_SERIAL_WRITE
RTLD_BINDING_MASK
RTLD_DEEPBIND
RTLD_GLOBAL
RTLD_LAZY
RTLD_LOCAL
RTLD_NODELETE
RTLD_NOLOAD
RTLD_NOW
RTSIG_MAX
R_AH
R_AL
R_BH
R_BL
R_CH
R_CL
R_CS
R_DH
R_DL
R_DS
R_EAX
R_EBP
R_EBX
R_ECX
R_EDI
R_EDX
R_ES
R_ESI
R_ESP
R_FS
R_GS
R_OK
R_SS
ReplayMode_REPLAY_MODE_NONE
ReplayMode_REPLAY_MODE_PLAY
ReplayMode_REPLAY_MODE_RECORD
ReplayMode_REPLAY_MODE__MAX
ReplicationMode_REPLICATION_MODE_PRIMARY
ReplicationMode_REPLICATION_MODE_SECONDARY
ReplicationMode_REPLICATION_MODE__MAX
RockerPortAutoneg_ROCKER_PORT_AUTONEG_OFF
RockerPortAutoneg_ROCKER_PORT_AUTONEG_ON
RockerPortAutoneg_ROCKER_PORT_AUTONEG__MAX
RockerPortDuplex_ROCKER_PORT_DUPLEX_FULL
RockerPortDuplex_ROCKER_PORT_DUPLEX_HALF
RockerPortDuplex_ROCKER_PORT_DUPLEX__MAX
RunState_RUN_STATE_COLO
RunState_RUN_STATE_DEBUG
RunState_RUN_STATE_FINISH_MIGRATE
RunState_RUN_STATE_GUEST_PANICKED
RunState_RUN_STATE_INMIGRATE
RunState_RUN_STATE_INTERNAL_ERROR
RunState_RUN_STATE_IO_ERROR
RunState_RUN_STATE_PAUSED
RunState_RUN_STATE_POSTMIGRATE
RunState_RUN_STATE_PRELAUNCH
RunState_RUN_STATE_RESTORE_VM
RunState_RUN_STATE_RUNNING
RunState_RUN_STATE_SAVE_VM
RunState_RUN_STATE_SHUTDOWN
RunState_RUN_STATE_SUSPENDED
RunState_RUN_STATE_WATCHDOG
RunState_RUN_STATE__MAX
RxState_RX_STATE_ALL
RxState_RX_STATE_NONE
RxState_RX_STATE_NORMAL
RxState_RX_STATE__MAX
SA_INTERRUPT
SA_NOCLDSTOP
SA_NOCLDWAIT
SA_NODEFER
SA_NOMASK
SA_ONESHOT
SA_ONSTACK
SA_RESETHAND
SA_RESTART
SA_SIGINFO
SA_STACK
SCHED_FIFO
SCHED_OTHER
SCHED_RR
SCM_RIGHTS
SCM_TIMESTAMP
SCM_TIMESTAMPING
SCM_TIMESTAMPING_OPT_STATS
SCM_TIMESTAMPING_PKTINFO
SCM_TIMESTAMPNS
SCM_TXTIME
SCM_WIFI_STATUS
SCNd8
SCNd16
SCNd32
SCNd64
SCNdFAST8
SCNdFAST16
SCNdFAST32
SCNdFAST64
SCNdLEAST8
SCNdLEAST16
SCNdLEAST32
SCNdLEAST64
SCNdMAX
SCNdPTR
SCNi8
SCNi16
SCNi32
SCNi64
SCNiFAST8
SCNiFAST16
SCNiFAST32
SCNiFAST64
SCNiLEAST8
SCNiLEAST16
SCNiLEAST32
SCNiLEAST64
SCNiMAX
SCNiPTR
SCNo8
SCNo16
SCNo32
SCNo64
SCNoFAST8
SCNoFAST16
SCNoFAST32
SCNoFAST64
SCNoLEAST8
SCNoLEAST16
SCNoLEAST32
SCNoLEAST64
SCNoMAX
SCNoPTR
SCNu8
SCNu16
SCNu32
SCNu64
SCNuFAST8
SCNuFAST16
SCNuFAST32
SCNuFAST64
SCNuLEAST8
SCNuLEAST16
SCNuLEAST32
SCNuLEAST64
SCNuMAX
SCNuPTR
SCNx8
SCNx16
SCNx32
SCNx64
SCNxFAST8
SCNxFAST16
SCNxFAST32
SCNxFAST64
SCNxLEAST8
SCNxLEAST16
SCNxLEAST32
SCNxLEAST64
SCNxMAX
SCNxPTR
SEEK_CUR
SEEK_END
SEEK_SET
SEGV_ACCADI
SEGV_ACCERR
SEGV_ADIDERR
SEGV_ADIPERR
SEGV_BNDERR
SEGV_MAPERR
SEGV_PKUERR
SEM_VALUE_MAX
SHUT_RD
SHUT_RDWR
SHUT_WR
SIGABRT
SIGALRM
SIGBUS
SIGCHLD
SIGCLD
SIGCONT
SIGEV_NONE
SIGEV_SIGNAL
SIGEV_THREAD
SIGEV_THREAD_ID
SIGFPE
SIGHUP
SIGILL
SIGINT
SIGIO
SIGIOT
SIGKILL
SIGPIPE
SIGPOLL
SIGPROF
SIGPWR
SIGQUIT
SIGSEGV
SIGSTKFLT
SIGSTKSZ
SIGSTOP
SIGSYS
SIGTERM
SIGTRAP
SIGTSTP
SIGTTIN
SIGTTOU
SIGURG
SIGUSR1
SIGUSR2
SIGVTALRM
SIGWINCH
SIGXCPU
SIGXFSZ
SIG_ATOMIC_MAX
SIG_ATOMIC_MIN
SIG_BLOCK
SIG_SETMASK
SIG_UNBLOCK
SIOCATMARK
SIOCGPGRP
SIOCGSTAMPNS_OLD
SIOCGSTAMP_OLD
SIOCSPGRP
SIZE_MAX
SI_ASYNCIO
SI_ASYNCNL
SI_DETHREAD
SI_KERNEL
SI_MESGQ
SI_QUEUE
SI_SIGIO
SI_TIMER
SI_TKILL
SI_USER
SOL_AAL
SOL_ALG
SOL_ATM
SOL_BLUETOOTH
SOL_CAIF
SOL_DCCP
SOL_DECNET
SOL_ICMPV6
SOL_IP
SOL_IPV6
SOL_IRDA
SOL_IUCV
SOL_KCM
SOL_LLC
SOL_NETBEUI
SOL_NETLINK
SOL_NFC
SOL_PACKET
SOL_PNPIPE
SOL_PPPOL2TP
SOL_RAW
SOL_RDS
SOL_RXRPC
SOL_SOCKET
SOL_TCP
SOL_TIPC
SOL_TLS
SOL_X25
SOL_XDP
SOMAXCONN
SO_ACCEPTCONN
SO_ATTACH_BPF
SO_ATTACH_FILTER
SO_ATTACH_REUSEPORT_CBPF
SO_ATTACH_REUSEPORT_EBPF
SO_BINDTODEVICE
SO_BINDTOIFINDEX
SO_BPF_EXTENSIONS
SO_BROADCAST
SO_BSDCOMPAT
SO_BUSY_POLL
SO_CNX_ADVICE
SO_COOKIE
SO_DEBUG
SO_DETACH_BPF
SO_DETACH_FILTER
SO_DETACH_REUSEPORT_BPF
SO_DOMAIN
SO_DONTROUTE
SO_ERROR
SO_GET_FILTER
SO_INCOMING_CPU
SO_INCOMING_NAPI_ID
SO_KEEPALIVE
SO_LINGER
SO_LOCK_FILTER
SO_MARK
SO_MAX_PACING_RATE
SO_MEMINFO
SO_NOFCS
SO_NO_CHECK
SO_OOBINLINE
SO_PASSCRED
SO_PASSSEC
SO_PEEK_OFF
SO_PEERCRED
SO_PEERGROUPS
SO_PEERNAME
SO_PEERSEC
SO_PRIORITY
SO_PROTOCOL
SO_RCVBUF
SO_RCVBUFFORCE
SO_RCVLOWAT
SO_RCVTIMEO
SO_RCVTIMEO_NEW
SO_RCVTIMEO_OLD
SO_REUSEADDR
SO_REUSEPORT
SO_RXQ_OVFL
SO_SECURITY_AUTHENTICATION
SO_SECURITY_ENCRYPTION_NETWORK
SO_SECURITY_ENCRYPTION_TRANSPORT
SO_SELECT_ERR_QUEUE
SO_SNDBUF
SO_SNDBUFFORCE
SO_SNDLOWAT
SO_SNDTIMEO
SO_SNDTIMEO_NEW
SO_SNDTIMEO_OLD
SO_TIMESTAMP
SO_TIMESTAMPING
SO_TIMESTAMPING_NEW
SO_TIMESTAMPING_OLD
SO_TIMESTAMPNS
SO_TIMESTAMPNS_NEW
SO_TIMESTAMPNS_OLD
SO_TIMESTAMP_NEW
SO_TIMESTAMP_OLD
SO_TXTIME
SO_TYPE
SO_WIFI_STATUS
SO_ZEROCOPY
SSTEP_ENABLE
SSTEP_NOIRQ
SSTEP_NOTIMER
SS_DISABLE
SS_ONSTACK
STDERR_FILENO
STDIN_FILENO
STDOUT_FILENO
SVM_CR0_SELECTIVE_MASK
SVM_EVTINJ_TYPE_EXEPT
SVM_EVTINJ_TYPE_INTR
SVM_EVTINJ_TYPE_MASK
SVM_EVTINJ_TYPE_NMI
SVM_EVTINJ_TYPE_SHIFT
SVM_EVTINJ_TYPE_SOFT
SVM_EVTINJ_VALID
SVM_EVTINJ_VALID_ERR
SVM_EVTINJ_VEC_MASK
SVM_EXITINTINFO_TYPE_EXEPT
SVM_EXITINTINFO_TYPE_INTR
SVM_EXITINTINFO_TYPE_NMI
SVM_EXITINTINFO_TYPE_SOFT
SVM_EXITINTINFO_VALID
SVM_EXITINTINFO_VALID_ERR
SVM_EXITINTINFO_VEC_MASK
SVM_EXIT_CLGI
SVM_EXIT_CPUID
SVM_EXIT_CR0_SEL_WRITE
SVM_EXIT_ERR
SVM_EXIT_EXCP_BASE
SVM_EXIT_FERR_FREEZE
SVM_EXIT_GDTR_READ
SVM_EXIT_GDTR_WRITE
SVM_EXIT_HLT
SVM_EXIT_ICEBP
SVM_EXIT_IDTR_READ
SVM_EXIT_IDTR_WRITE
SVM_EXIT_INIT
SVM_EXIT_INTR
SVM_EXIT_INVD
SVM_EXIT_INVLPG
SVM_EXIT_INVLPGA
SVM_EXIT_IOIO
SVM_EXIT_IRET
SVM_EXIT_LDTR_READ
SVM_EXIT_LDTR_WRITE
SVM_EXIT_MONITOR
SVM_EXIT_MSR
SVM_EXIT_MWAIT
SVM_EXIT_NMI
SVM_EXIT_NPF
SVM_EXIT_PAUSE
SVM_EXIT_POPF
SVM_EXIT_PUSHF
SVM_EXIT_RDPMC
SVM_EXIT_RDTSC
SVM_EXIT_RDTSCP
SVM_EXIT_READ_CR0
SVM_EXIT_READ_CR3
SVM_EXIT_READ_CR4
SVM_EXIT_READ_CR8
SVM_EXIT_READ_DR0
SVM_EXIT_READ_DR1
SVM_EXIT_READ_DR2
SVM_EXIT_READ_DR3
SVM_EXIT_READ_DR4
SVM_EXIT_READ_DR5
SVM_EXIT_READ_DR6
SVM_EXIT_READ_DR7
SVM_EXIT_RSM
SVM_EXIT_SHUTDOWN
SVM_EXIT_SKINIT
SVM_EXIT_SMI
SVM_EXIT_STGI
SVM_EXIT_SWINT
SVM_EXIT_TASK_SWITCH
SVM_EXIT_TR_READ
SVM_EXIT_TR_WRITE
SVM_EXIT_VINTR
SVM_EXIT_VMLOAD
SVM_EXIT_VMMCALL
SVM_EXIT_VMRUN
SVM_EXIT_VMSAVE
SVM_EXIT_WBINVD
SVM_EXIT_WRITE_CR0
SVM_EXIT_WRITE_CR3
SVM_EXIT_WRITE_CR4
SVM_EXIT_WRITE_CR8
SVM_EXIT_WRITE_DR0
SVM_EXIT_WRITE_DR1
SVM_EXIT_WRITE_DR2
SVM_EXIT_WRITE_DR3
SVM_EXIT_WRITE_DR4
SVM_EXIT_WRITE_DR5
SVM_EXIT_WRITE_DR6
SVM_EXIT_WRITE_DR7
SVM_INTERRUPT_SHADOW_MASK
SVM_IOIO_ASIZE_MASK
SVM_IOIO_ASIZE_SHIFT
SVM_IOIO_REP_MASK
SVM_IOIO_REP_SHIFT
SVM_IOIO_SIZE_MASK
SVM_IOIO_SIZE_SHIFT
SVM_IOIO_STR_MASK
SVM_IOIO_STR_SHIFT
SVM_IOIO_TYPE_MASK
SYNC_ARG
S_BLKSIZE
S_IEXEC
S_IFBLK
S_IFCHR
S_IFDIR
S_IFIFO
S_IFLNK
S_IFMT
S_IFREG
S_IFSOCK
S_IREAD
S_IRGRP
S_IROTH
S_IRUSR
S_IRWXG
S_IRWXO
S_IRWXU
S_ISGID
S_ISUID
S_ISVTX
S_IWGRP
S_IWOTH
S_IWRITE
S_IWUSR
S_IXGRP
S_IXOTH
S_IXUSR
SchemaMetaType_SCHEMA_META_TYPE_ALTERNATE
SchemaMetaType_SCHEMA_META_TYPE_ARRAY
SchemaMetaType_SCHEMA_META_TYPE_BUILTIN
SchemaMetaType_SCHEMA_META_TYPE_COMMAND
SchemaMetaType_SCHEMA_META_TYPE_ENUM
SchemaMetaType_SCHEMA_META_TYPE_EVENT
SchemaMetaType_SCHEMA_META_TYPE_OBJECT
SchemaMetaType_SCHEMA_META_TYPE__MAX
SocketAddressFlatType_SOCKET_ADDRESS_FLAT_TYPE_FD
SocketAddressFlatType_SOCKET_ADDRESS_FLAT_TYPE_INET
SocketAddressFlatType_SOCKET_ADDRESS_FLAT_TYPE_UNIX
SocketAddressFlatType_SOCKET_ADDRESS_FLAT_TYPE_VSOCK
SocketAddressFlatType_SOCKET_ADDRESS_FLAT_TYPE__MAX
SocketAddressKind_SOCKET_ADDRESS_KIND_FD
SocketAddressKind_SOCKET_ADDRESS_KIND_INET
SocketAddressKind_SOCKET_ADDRESS_KIND_UNIX
SocketAddressKind_SOCKET_ADDRESS_KIND_VSOCK
SocketAddressKind_SOCKET_ADDRESS_KIND__MAX
SpiceQueryMouseMode_SPICE_QUERY_MOUSE_MODE_CLIENT
SpiceQueryMouseMode_SPICE_QUERY_MOUSE_MODE_SERVER
SpiceQueryMouseMode_SPICE_QUERY_MOUSE_MODE_UNKNOWN
SpiceQueryMouseMode_SPICE_QUERY_MOUSE_MODE__MAX
TARGET_FMT_ld
TARGET_FMT_lu
TARGET_FMT_lx
TARGET_FMT_plx
TARGET_I386
TARGET_INSN_START_EXTRA_WORDS
TARGET_INSN_START_WORDS
TARGET_LONG_BITS
TARGET_LONG_SIZE
TARGET_MAX_INSN_SIZE
TARGET_NAME
TARGET_PAGE_BITS
TARGET_PAGE_BITS_MIN
TARGET_PAGE_MASK
TARGET_PAGE_SIZE
TARGET_PHYS_ADDR_SPACE_BITS
TARGET_PID_FMT
TARGET_PTR_FMT
TARGET_VIRT_ADDR_SPACE_BITS
TARGET_X86_64
TB_EXIT_ICOUNT_EXPIRED
TB_EXIT_IDX0
TB_EXIT_IDX1
TB_EXIT_MASK
TB_EXIT_REQUESTED
TB_JMP_CACHE_BITS
TB_JMP_CACHE_SIZE
TB_JMP_RESET_OFFSET_INVALID
TCGBar_TCG_BAR_LDAQ
TCGBar_TCG_BAR_SC
TCGBar_TCG_BAR_STRL
TCGBar_TCG_MO_ALL
TCGBar_TCG_MO_LD_LD
TCGBar_TCG_MO_LD_ST
TCGBar_TCG_MO_ST_LD
TCGBar_TCG_MO_ST_ST
TCGCond_TCG_COND_ALWAYS
TCGCond_TCG_COND_EQ
TCGCond_TCG_COND_GE
TCGCond_TCG_COND_GEU
TCGCond_TCG_COND_GT
TCGCond_TCG_COND_GTU
TCGCond_TCG_COND_LE
TCGCond_TCG_COND_LEU
TCGCond_TCG_COND_LT
TCGCond_TCG_COND_LTU
TCGCond_TCG_COND_NE
TCGCond_TCG_COND_NEVER
TCGMemOp_MO_8
TCGMemOp_MO_16
TCGMemOp_MO_32
TCGMemOp_MO_64
TCGMemOp_MO_ALIGN
TCGMemOp_MO_ALIGN_2
TCGMemOp_MO_ALIGN_4
TCGMemOp_MO_ALIGN_8
TCGMemOp_MO_ALIGN_16
TCGMemOp_MO_ALIGN_32
TCGMemOp_MO_ALIGN_64
TCGMemOp_MO_AMASK
TCGMemOp_MO_ASHIFT
TCGMemOp_MO_BE
TCGMemOp_MO_BEQ
TCGMemOp_MO_BESL
TCGMemOp_MO_BESW
TCGMemOp_MO_BEUL
TCGMemOp_MO_BEUW
TCGMemOp_MO_BSWAP
TCGMemOp_MO_LE
TCGMemOp_MO_LEQ
TCGMemOp_MO_LESL
TCGMemOp_MO_LESW
TCGMemOp_MO_LEUL
TCGMemOp_MO_LEUW
TCGMemOp_MO_Q
TCGMemOp_MO_SB
TCGMemOp_MO_SIGN
TCGMemOp_MO_SIZE
TCGMemOp_MO_SL
TCGMemOp_MO_SSIZE
TCGMemOp_MO_SW
TCGMemOp_MO_TE
TCGMemOp_MO_TEQ
TCGMemOp_MO_TESL
TCGMemOp_MO_TESW
TCGMemOp_MO_TEUL
TCGMemOp_MO_TEUW
TCGMemOp_MO_UB
TCGMemOp_MO_UL
TCGMemOp_MO_UNALN
TCGMemOp_MO_UW
TCGOpcode_INDEX_op_add2_i32
TCGOpcode_INDEX_op_add2_i64
TCGOpcode_INDEX_op_add_i32
TCGOpcode_INDEX_op_add_i64
TCGOpcode_INDEX_op_and_i32
TCGOpcode_INDEX_op_and_i64
TCGOpcode_INDEX_op_andc_i32
TCGOpcode_INDEX_op_andc_i64
TCGOpcode_INDEX_op_br
TCGOpcode_INDEX_op_brcond2_i32
TCGOpcode_INDEX_op_brcond_i32
TCGOpcode_INDEX_op_brcond_i64
TCGOpcode_INDEX_op_bswap16_i32
TCGOpcode_INDEX_op_bswap16_i64
TCGOpcode_INDEX_op_bswap32_i32
TCGOpcode_INDEX_op_bswap32_i64
TCGOpcode_INDEX_op_bswap64_i64
TCGOpcode_INDEX_op_call
TCGOpcode_INDEX_op_clz_i32
TCGOpcode_INDEX_op_clz_i64
TCGOpcode_INDEX_op_ctpop_i32
TCGOpcode_INDEX_op_ctpop_i64
TCGOpcode_INDEX_op_ctz_i32
TCGOpcode_INDEX_op_ctz_i64
TCGOpcode_INDEX_op_deposit_i32
TCGOpcode_INDEX_op_deposit_i64
TCGOpcode_INDEX_op_discard
TCGOpcode_INDEX_op_div2_i32
TCGOpcode_INDEX_op_div2_i64
TCGOpcode_INDEX_op_div_i32
TCGOpcode_INDEX_op_div_i64
TCGOpcode_INDEX_op_divu2_i32
TCGOpcode_INDEX_op_divu2_i64
TCGOpcode_INDEX_op_divu_i32
TCGOpcode_INDEX_op_divu_i64
TCGOpcode_INDEX_op_eqv_i32
TCGOpcode_INDEX_op_eqv_i64
TCGOpcode_INDEX_op_exit_tb
TCGOpcode_INDEX_op_ext8s_i32
TCGOpcode_INDEX_op_ext8s_i64
TCGOpcode_INDEX_op_ext8u_i32
TCGOpcode_INDEX_op_ext8u_i64
TCGOpcode_INDEX_op_ext16s_i32
TCGOpcode_INDEX_op_ext16s_i64
TCGOpcode_INDEX_op_ext16u_i32
TCGOpcode_INDEX_op_ext16u_i64
TCGOpcode_INDEX_op_ext32s_i64
TCGOpcode_INDEX_op_ext32u_i64
TCGOpcode_INDEX_op_ext_i32_i64
TCGOpcode_INDEX_op_extract_i32
TCGOpcode_INDEX_op_extract_i64
TCGOpcode_INDEX_op_extrh_i64_i32
TCGOpcode_INDEX_op_extrl_i64_i32
TCGOpcode_INDEX_op_extu_i32_i64
TCGOpcode_INDEX_op_goto_tb
TCGOpcode_INDEX_op_insn_start
TCGOpcode_INDEX_op_ld8s_i32
TCGOpcode_INDEX_op_ld8s_i64
TCGOpcode_INDEX_op_ld8u_i32
TCGOpcode_INDEX_op_ld8u_i64
TCGOpcode_INDEX_op_ld16s_i32
TCGOpcode_INDEX_op_ld16s_i64
TCGOpcode_INDEX_op_ld16u_i32
TCGOpcode_INDEX_op_ld16u_i64
TCGOpcode_INDEX_op_ld32s_i64
TCGOpcode_INDEX_op_ld32u_i64
TCGOpcode_INDEX_op_ld_i32
TCGOpcode_INDEX_op_ld_i64
TCGOpcode_INDEX_op_mb
TCGOpcode_INDEX_op_mov_i32
TCGOpcode_INDEX_op_mov_i64
TCGOpcode_INDEX_op_movcond_i32
TCGOpcode_INDEX_op_movcond_i64
TCGOpcode_INDEX_op_movi_i32
TCGOpcode_INDEX_op_movi_i64
TCGOpcode_INDEX_op_mul_i32
TCGOpcode_INDEX_op_mul_i64
TCGOpcode_INDEX_op_muls2_i32
TCGOpcode_INDEX_op_muls2_i64
TCGOpcode_INDEX_op_mulsh_i32
TCGOpcode_INDEX_op_mulsh_i64
TCGOpcode_INDEX_op_mulu2_i32
TCGOpcode_INDEX_op_mulu2_i64
TCGOpcode_INDEX_op_muluh_i32
TCGOpcode_INDEX_op_muluh_i64
TCGOpcode_INDEX_op_nand_i32
TCGOpcode_INDEX_op_nand_i64
TCGOpcode_INDEX_op_neg_i32
TCGOpcode_INDEX_op_neg_i64
TCGOpcode_INDEX_op_nor_i32
TCGOpcode_INDEX_op_nor_i64
TCGOpcode_INDEX_op_not_i32
TCGOpcode_INDEX_op_not_i64
TCGOpcode_INDEX_op_or_i32
TCGOpcode_INDEX_op_or_i64
TCGOpcode_INDEX_op_orc_i32
TCGOpcode_INDEX_op_orc_i64
TCGOpcode_INDEX_op_qemu_ld_i32
TCGOpcode_INDEX_op_qemu_ld_i64
TCGOpcode_INDEX_op_qemu_st_i32
TCGOpcode_INDEX_op_qemu_st_i64
TCGOpcode_INDEX_op_rem_i32
TCGOpcode_INDEX_op_rem_i64
TCGOpcode_INDEX_op_remu_i32
TCGOpcode_INDEX_op_remu_i64
TCGOpcode_INDEX_op_rotl_i32
TCGOpcode_INDEX_op_rotl_i64
TCGOpcode_INDEX_op_rotr_i32
TCGOpcode_INDEX_op_rotr_i64
TCGOpcode_INDEX_op_sar_i32
TCGOpcode_INDEX_op_sar_i64
TCGOpcode_INDEX_op_set_label
TCGOpcode_INDEX_op_setcond2_i32
TCGOpcode_INDEX_op_setcond_i32
TCGOpcode_INDEX_op_setcond_i64
TCGOpcode_INDEX_op_sextract_i32
TCGOpcode_INDEX_op_sextract_i64
TCGOpcode_INDEX_op_shl_i32
TCGOpcode_INDEX_op_shl_i64
TCGOpcode_INDEX_op_shr_i32
TCGOpcode_INDEX_op_shr_i64
TCGOpcode_INDEX_op_st8_i32
TCGOpcode_INDEX_op_st8_i64
TCGOpcode_INDEX_op_st16_i32
TCGOpcode_INDEX_op_st16_i64
TCGOpcode_INDEX_op_st32_i64
TCGOpcode_INDEX_op_st_i32
TCGOpcode_INDEX_op_st_i64
TCGOpcode_INDEX_op_sub2_i32
TCGOpcode_INDEX_op_sub2_i64
TCGOpcode_INDEX_op_sub_i32
TCGOpcode_INDEX_op_sub_i64
TCGOpcode_INDEX_op_xor_i32
TCGOpcode_INDEX_op_xor_i64
TCGOpcode_NB_OPS
TCGReg_TCG_REG_EAX
TCGReg_TCG_REG_EBP
TCGReg_TCG_REG_EBX
TCGReg_TCG_REG_ECX
TCGReg_TCG_REG_EDI
TCGReg_TCG_REG_EDX
TCGReg_TCG_REG_ESI
TCGReg_TCG_REG_ESP
TCGReg_TCG_REG_R8
TCGReg_TCG_REG_R9
TCGReg_TCG_REG_R10
TCGReg_TCG_REG_R11
TCGReg_TCG_REG_R12
TCGReg_TCG_REG_R13
TCGReg_TCG_REG_R14
TCGReg_TCG_REG_R15
TCGReg_TCG_REG_RAX
TCGReg_TCG_REG_RBP
TCGReg_TCG_REG_RBX
TCGReg_TCG_REG_RCX
TCGReg_TCG_REG_RDI
TCGReg_TCG_REG_RDX
TCGReg_TCG_REG_RSI
TCGReg_TCG_REG_RSP
TCGTempVal_TEMP_VAL_CONST
TCGTempVal_TEMP_VAL_DEAD
TCGTempVal_TEMP_VAL_MEM
TCGTempVal_TEMP_VAL_REG
TCGType_TCG_TYPE_COUNT
TCGType_TCG_TYPE_I32
TCGType_TCG_TYPE_I64
TCGType_TCG_TYPE_PTR
TCGType_TCG_TYPE_REG
TCGType_TCG_TYPE_TL
TCG_CALL_NO_READ_GLOBALS
TCG_CALL_NO_RWG
TCG_CALL_NO_RWG_SE
TCG_CALL_NO_SE
TCG_CALL_NO_SIDE_EFFECTS
TCG_CALL_NO_WG
TCG_CALL_NO_WG_SE
TCG_CALL_NO_WRITE_GLOBALS
TCG_CT_ALIAS
TCG_CT_CONST
TCG_CT_IALIAS
TCG_CT_NEWREG
TCG_CT_REG
TCG_MAX_INSNS
TCG_MAX_OP_ARGS
TCG_MAX_TEMPS
TCG_OPF_64BIT
TCG_OPF_BB_END
TCG_OPF_CALL_CLOBBER
TCG_OPF_NOT_PRESENT
TCG_OPF_SIDE_EFFECTS
TCG_OVERSIZED_GUEST
TCG_PHYS_ADDR_BITS
TCG_POOL_CHUNK_SIZE
TCG_PRIld
TCG_PRIlx
TCG_STATIC_CALL_ARGS_SIZE
TCG_TARGET_CALL_STACK_OFFSET
TCG_TARGET_HAS_add2_i32
TCG_TARGET_HAS_add2_i64
TCG_TARGET_HAS_bswap16_i32
TCG_TARGET_HAS_bswap16_i64
TCG_TARGET_HAS_bswap32_i32
TCG_TARGET_HAS_bswap32_i64
TCG_TARGET_HAS_bswap64_i64
TCG_TARGET_HAS_clz_i32
TCG_TARGET_HAS_clz_i64
TCG_TARGET_HAS_ctz_i32
TCG_TARGET_HAS_ctz_i64
TCG_TARGET_HAS_deposit_i32
TCG_TARGET_HAS_deposit_i64
TCG_TARGET_HAS_div2_i32
TCG_TARGET_HAS_div2_i64
TCG_TARGET_HAS_div_i32
TCG_TARGET_HAS_div_i64
TCG_TARGET_HAS_eqv_i32
TCG_TARGET_HAS_eqv_i64
TCG_TARGET_HAS_ext8s_i32
TCG_TARGET_HAS_ext8s_i64
TCG_TARGET_HAS_ext8u_i32
TCG_TARGET_HAS_ext8u_i64
TCG_TARGET_HAS_ext16s_i32
TCG_TARGET_HAS_ext16s_i64
TCG_TARGET_HAS_ext16u_i32
TCG_TARGET_HAS_ext16u_i64
TCG_TARGET_HAS_ext32s_i64
TCG_TARGET_HAS_ext32u_i64
TCG_TARGET_HAS_extract_i32
TCG_TARGET_HAS_extract_i64
TCG_TARGET_HAS_extrh_i64_i32
TCG_TARGET_HAS_extrl_i64_i32
TCG_TARGET_HAS_movcond_i32
TCG_TARGET_HAS_movcond_i64
TCG_TARGET_HAS_muls2_i32
TCG_TARGET_HAS_muls2_i64
TCG_TARGET_HAS_mulsh_i32
TCG_TARGET_HAS_mulsh_i64
TCG_TARGET_HAS_mulu2_i32
TCG_TARGET_HAS_mulu2_i64
TCG_TARGET_HAS_muluh_i32
TCG_TARGET_HAS_muluh_i64
TCG_TARGET_HAS_nand_i32
TCG_TARGET_HAS_nand_i64
TCG_TARGET_HAS_neg_i32
TCG_TARGET_HAS_neg_i64
TCG_TARGET_HAS_nor_i32
TCG_TARGET_HAS_nor_i64
TCG_TARGET_HAS_not_i32
TCG_TARGET_HAS_not_i64
TCG_TARGET_HAS_orc_i32
TCG_TARGET_HAS_orc_i64
TCG_TARGET_HAS_rem_i32
TCG_TARGET_HAS_rem_i64
TCG_TARGET_HAS_rot_i32
TCG_TARGET_HAS_rot_i64
TCG_TARGET_HAS_sextract_i32
TCG_TARGET_HAS_sextract_i64
TCG_TARGET_HAS_sub2_i32
TCG_TARGET_HAS_sub2_i64
TCG_TARGET_INSN_UNIT_SIZE
TCG_TARGET_NB_REGS
TCG_TARGET_REG_BITS
TCG_TARGET_STACK_ALIGN
TCG_TARGET_TLB_DISPLACEMENT_BITS
TCPI_OPT_ECN
TCPI_OPT_ECN_SEEN
TCPI_OPT_SACK
TCPI_OPT_SYN_DATA
TCPI_OPT_TIMESTAMPS
TCPI_OPT_WSCALE
TCPOLEN_MAXSEG
TCPOLEN_SACK_PERMITTED
TCPOLEN_TIMESTAMP
TCPOLEN_TSTAMP_APPA
TCPOLEN_WINDOW
TCPOPT_EOL
TCPOPT_MAXSEG
TCPOPT_NOP
TCPOPT_SACK
TCPOPT_SACK_PERMITTED
TCPOPT_TIMESTAMP
TCPOPT_TSTAMP_HDR
TCPOPT_WINDOW
TCP_CC_INFO
TCP_CLOSE
TCP_CLOSE_WAIT
TCP_CLOSING
TCP_CM_INQ
TCP_CONGESTION
TCP_COOKIE_IN_ALWAYS
TCP_COOKIE_MAX
TCP_COOKIE_MIN
TCP_COOKIE_OUT_NEVER
TCP_COOKIE_PAIR_SIZE
TCP_COOKIE_TRANSACTIONS
TCP_CORK
TCP_DEFER_ACCEPT
TCP_ESTABLISHED
TCP_FASTOPEN
TCP_FASTOPEN_CONNECT
TCP_FASTOPEN_KEY
TCP_FASTOPEN_NO_COOKIE
TCP_FIN_WAIT1
TCP_FIN_WAIT2
TCP_INFO
TCP_INQ
TCP_KEEPCNT
TCP_KEEPIDLE
TCP_KEEPINTVL
TCP_LAST_ACK
TCP_LINGER2
TCP_LISTEN
TCP_MAXSEG
TCP_MAXWIN
TCP_MAX_WINSHIFT
TCP_MD5SIG
TCP_MD5SIG_EXT
TCP_MD5SIG_FLAG_PREFIX
TCP_MD5SIG_MAXKEYLEN
TCP_MSS
TCP_MSS_DEFAULT
TCP_MSS_DESIRED
TCP_NODELAY
TCP_NOTSENT_LOWAT
TCP_NO_QUEUE
TCP_QUEUES_NR
TCP_QUEUE_SEQ
TCP_QUICKACK
TCP_RECV_QUEUE
TCP_REPAIR
TCP_REPAIR_OFF
TCP_REPAIR_OFF_NO_WP
TCP_REPAIR_ON
TCP_REPAIR_OPTIONS
TCP_REPAIR_QUEUE
TCP_REPAIR_WINDOW
TCP_SAVED_SYN
TCP_SAVE_SYN
TCP_SEND_QUEUE
TCP_SYNCNT
TCP_SYN_RECV
TCP_SYN_SENT
TCP_S_DATA_IN
TCP_S_DATA_OUT
TCP_THIN_DUPACK
TCP_THIN_LINEAR_TIMEOUTS
TCP_TIMESTAMP
TCP_TIME_WAIT
TCP_TX_DELAY
TCP_ULP
TCP_USER_TIMEOUT
TCP_WINDOW_CLAMP
TCP_ZEROCOPY_RECEIVE
TF_MASK
TF_SHIFT
TH_ACK
TH_FIN
TH_PUSH
TH_RST
TH_SYN
TH_URG
TIMER_ABSTIME
TIME_UTC
TLB_CONTROL_DO_NOTHING
TLB_CONTROL_FLUSH_ALL_ASID
TLB_FLAGS_MASK
TLB_INVALID_MASK
TLB_MMIO
TLB_NOTDIRTY
TMP_MAX
TPRAccess_TPR_ACCESS_READ
TPRAccess_TPR_ACCESS_WRITE
TRY_AGAIN
TTY_NAME_MAX
TYPE_BUS
TYPE_CPU
TYPE_DEVICE
TYPE_HOTPLUG_HANDLER
TYPE_INTERFACE
TYPE_IRQ
TYPE_MEMORY_REGION
TYPE_OBJECT
TYPE_X86_CPU
TpmModel_TPM_MODEL_TPM_TIS
TpmModel_TPM_MODEL__MAX
TpmTypeOptionsKind_TPM_TYPE_OPTIONS_KIND_PASSTHROUGH
TpmTypeOptionsKind_TPM_TYPE_OPTIONS_KIND__MAX
TpmType_TPM_TYPE_PASSTHROUGH
TpmType_TPM_TYPE__MAX
TraceEventState_TRACE_EVENT_STATE_DISABLED
TraceEventState_TRACE_EVENT_STATE_ENABLED
TraceEventState_TRACE_EVENT_STATE_UNAVAILABLE
TraceEventState_TRACE_EVENT_STATE__MAX
TransactionActionKind_TRANSACTION_ACTION_KIND_ABORT
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCKDEV_BACKUP
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCKDEV_SNAPSHOT
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCKDEV_SNAPSHOT_INTERNAL_SYNC
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCKDEV_SNAPSHOT_SYNC
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCK_DIRTY_BITMAP_ADD
TransactionActionKind_TRANSACTION_ACTION_KIND_BLOCK_DIRTY_BITMAP_CLEAR
TransactionActionKind_TRANSACTION_ACTION_KIND_DRIVE_BACKUP
TransactionActionKind_TRANSACTION_ACTION_KIND__MAX
UINT8_MAX
UINT16_MAX
UINT32_MAX
UINTPTR_MAX
UINT_FAST8_MAX
UINT_FAST16_MAX
UINT_FAST32_MAX
UINT_LEAST8_MAX
UINT_LEAST16_MAX
UINT_LEAST32_MAX
UIO_MAXIOV
UNASSIGNED_APIC_ID
UNASSIGNED_CPU_INDEX
UTIME_NOW
UTIME_OMIT
VADDR_PRIX
VADDR_PRId
VADDR_PRIo
VADDR_PRIu
VADDR_PRIx
VIF_MASK
VIP_MASK
VM_MASK
VM_SHIFT
V_IGN_TPR_MASK
V_IGN_TPR_SHIFT
V_INTR_MASKING_MASK
V_INTR_MASKING_SHIFT
V_INTR_PRIO_MASK
V_INTR_PRIO_SHIFT
V_IRQ_MASK
V_IRQ_SHIFT
V_TPR_MASK
VncPrimaryAuth_VNC_PRIMARY_AUTH_NONE
VncPrimaryAuth_VNC_PRIMARY_AUTH_RA2
VncPrimaryAuth_VNC_PRIMARY_AUTH_RA2NE
VncPrimaryAuth_VNC_PRIMARY_AUTH_SASL
VncPrimaryAuth_VNC_PRIMARY_AUTH_TIGHT
VncPrimaryAuth_VNC_PRIMARY_AUTH_TLS
VncPrimaryAuth_VNC_PRIMARY_AUTH_ULTRA
VncPrimaryAuth_VNC_PRIMARY_AUTH_VENCRYPT
VncPrimaryAuth_VNC_PRIMARY_AUTH_VNC
VncPrimaryAuth_VNC_PRIMARY_AUTH__MAX
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_PLAIN
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_TLS_NONE
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_TLS_PLAIN
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_TLS_SASL
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_TLS_VNC
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_X509_NONE
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_X509_PLAIN
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_X509_SASL
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH_X509_VNC
VncVencryptSubAuth_VNC_VENCRYPT_SUB_AUTH__MAX
WAIT_ANY
WAIT_MYPGRP
WCONTINUED
WCOREFLAG
WEXITED
WINT_MAX
WINT_MIN
WNOHANG
WNOWAIT
WSTOPPED
WUNTRACED
W_OK
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_DEBUG
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_INJECT_NMI
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_NONE
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_PAUSE
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_POWEROFF
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_RESET
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION_SHUTDOWN
WatchdogExpirationAction_WATCHDOG_EXPIRATION_ACTION__MAX
X86CPURegister32_X86_CPU_REGISTER32_EAX
X86CPURegister32_X86_CPU_REGISTER32_EBP
X86CPURegister32_X86_CPU_REGISTER32_EBX
X86CPURegister32_X86_CPU_REGISTER32_ECX
X86CPURegister32_X86_CPU_REGISTER32_EDI
X86CPURegister32_X86_CPU_REGISTER32_EDX
X86CPURegister32_X86_CPU_REGISTER32_ESI
X86CPURegister32_X86_CPU_REGISTER32_ESP
X86CPURegister32_X86_CPU_REGISTER32__MAX
XATTR_LIST_MAX
XATTR_NAME_MAX
XATTR_SIZE_MAX
XSTATE_BNDCSR_BIT
XSTATE_BNDCSR_MASK
XSTATE_BNDREGS_BIT
XSTATE_BNDREGS_MASK
XSTATE_FP_BIT
XSTATE_FP_MASK
XSTATE_Hi16_ZMM_BIT
XSTATE_Hi16_ZMM_MASK
XSTATE_OPMASK_BIT
XSTATE_OPMASK_MASK
XSTATE_PKRU_BIT
XSTATE_PKRU_MASK
XSTATE_SSE_BIT
XSTATE_SSE_MASK
XSTATE_YMM_BIT
XSTATE_YMM_MASK
XSTATE_ZMM_Hi256_BIT
XSTATE_ZMM_Hi256_MASK
X_OK
ZLIB_VERNUM
ZLIB_VERSION
ZLIB_VER_MAJOR
ZLIB_VER_MINOR
ZLIB_VER_REVISION
ZLIB_VER_SUBREVISION
Z_ASCII
Z_BEST_COMPRESSION
Z_BEST_SPEED
Z_BINARY
Z_BLOCK
Z_BUF_ERROR
Z_DATA_ERROR
Z_DEFAULT_COMPRESSION
Z_DEFAULT_STRATEGY
Z_DEFLATED
Z_ERRNO
Z_FILTERED
Z_FINISH
Z_FIXED
Z_FULL_FLUSH
Z_HUFFMAN_ONLY
Z_MEM_ERROR
Z_NEED_DICT
Z_NO_COMPRESSION
Z_NO_FLUSH
Z_NULL
Z_OK
Z_PARTIAL_FLUSH
Z_RLE
Z_STREAM_END
Z_STREAM_ERROR
Z_SYNC_FLUSH
Z_TEXT
Z_TREES
Z_UNKNOWN
Z_VERSION_ERROR
_ALLOCA_H
_ARPA_INET_H
_ASSERT_H
_ATFILE_SOURCE
_BITS_BYTESWAP_H
_BITS_CPU_SET_H
_BITS_ENDIANNESS_H
_BITS_ENDIAN_H
_BITS_ERRNO_H
_BITS_POSIX1_LIM_H
_BITS_POSIX2_LIM_H
_BITS_POSIX_OPT_H
_BITS_PTHREADTYPES_ARCH_H
_BITS_PTHREADTYPES_COMMON_H
_BITS_SCHED_H
_BITS_SETJMP_H
_BITS_SIGACTION_H
_BITS_SIGCONTEXT_H
_BITS_SIGEVENT_CONSTS_H
_BITS_SIGINFO_ARCH_H
_BITS_SIGINFO_CONSTS_H
_BITS_SIGNUM_GENERIC_H
_BITS_SIGNUM_H
_BITS_SIGSTACK_H
_BITS_SIGTHREAD_H
_BITS_SOCKADDR_H
_BITS_SS_FLAGS_H
_BITS_STAT_H
_BITS_STDINT_INTN_H
_BITS_STDINT_UINTN_H
_BITS_STDIO_LIM_H
_BITS_SYSMACROS_H
_BITS_TIME64_H
_BITS_TIME_H
_BITS_TYPESIZES_H
_BITS_TYPES_H
_BITS_TYPES_LOCALE_T_H
_BITS_TYPES_STRUCT_SCHED_PARAM
_BITS_TYPES___LOCALE_T_H
_BITS_UINTN_IDENTITY_H
_BITS_UIO_LIM_H
_BITS_WCHAR_H
_CS_GNU_LIBC_VERSION
_CS_GNU_LIBPTHREAD_VERSION
_CS_LFS64_CFLAGS
_CS_LFS64_LDFLAGS
_CS_LFS64_LIBS
_CS_LFS64_LINTFLAGS
_CS_LFS_CFLAGS
_CS_LFS_LDFLAGS
_CS_LFS_LIBS
_CS_LFS_LINTFLAGS
_CS_PATH
_CS_POSIX_V6_ILP32_OFF32_CFLAGS
_CS_POSIX_V6_ILP32_OFF32_LDFLAGS
_CS_POSIX_V6_ILP32_OFF32_LIBS
_CS_POSIX_V6_ILP32_OFF32_LINTFLAGS
_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS
_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS
_CS_POSIX_V6_ILP32_OFFBIG_LIBS
_CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS
_CS_POSIX_V6_LP64_OFF64_CFLAGS
_CS_POSIX_V6_LP64_OFF64_LDFLAGS
_CS_POSIX_V6_LP64_OFF64_LIBS
_CS_POSIX_V6_LP64_OFF64_LINTFLAGS
_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS
_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS
_CS_POSIX_V6_LPBIG_OFFBIG_LIBS
_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
_CS_POSIX_V7_ILP32_OFF32_CFLAGS
_CS_POSIX_V7_ILP32_OFF32_LDFLAGS
_CS_POSIX_V7_ILP32_OFF32_LIBS
_CS_POSIX_V7_ILP32_OFF32_LINTFLAGS
_CS_POSIX_V7_ILP32_OFFBIG_CFLAGS
_CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS
_CS_POSIX_V7_ILP32_OFFBIG_LIBS
_CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS
_CS_POSIX_V7_LP64_OFF64_CFLAGS
_CS_POSIX_V7_LP64_OFF64_LDFLAGS
_CS_POSIX_V7_LP64_OFF64_LIBS
_CS_POSIX_V7_LP64_OFF64_LINTFLAGS
_CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS
_CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS
_CS_POSIX_V7_LPBIG_OFFBIG_LIBS
_CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS
_CS_V5_WIDTH_RESTRICTED_ENVS
_CS_V6_ENV
_CS_V6_WIDTH_RESTRICTED_ENVS
_CS_V7_ENV
_CS_V7_WIDTH_RESTRICTED_ENVS
_CS_XBS5_ILP32_OFF32_CFLAGS
_CS_XBS5_ILP32_OFF32_LDFLAGS
_CS_XBS5_ILP32_OFF32_LIBS
_CS_XBS5_ILP32_OFF32_LINTFLAGS
_CS_XBS5_ILP32_OFFBIG_CFLAGS
_CS_XBS5_ILP32_OFFBIG_LDFLAGS
_CS_XBS5_ILP32_OFFBIG_LIBS
_CS_XBS5_ILP32_OFFBIG_LINTFLAGS
_CS_XBS5_LP64_OFF64_CFLAGS
_CS_XBS5_LP64_OFF64_LDFLAGS
_CS_XBS5_LP64_OFF64_LIBS
_CS_XBS5_LP64_OFF64_LINTFLAGS
_CS_XBS5_LPBIG_OFFBIG_CFLAGS
_CS_XBS5_LPBIG_OFFBIG_LDFLAGS
_CS_XBS5_LPBIG_OFFBIG_LIBS
_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS
_CTYPE_H
_DEFAULT_SOURCE
_DIRENT_H
_DIRENT_MATCHES_DIRENT64
_DLFCN_H
_ENDIAN_H
_ERRNO_H
_FCNTL_H
_FEATURES_H
_GETOPT_CORE_H
_GETOPT_POSIX_H
_INTTYPES_H
_IOFBF
_IOLBF
_IONBF
_IO_EOF_SEEN
_IO_ERR_SEEN
_IO_USER_LOCK
_ISalnum
_ISalpha
_ISblank
_IScntrl
_ISdigit
_ISgraph
_ISlower
_ISprint
_ISpunct
_ISspace
_ISupper
_ISxdigit
_LFS64_ASYNCHRONOUS_IO
_LFS64_LARGEFILE
_LFS64_STDIO
_LFS_ASYNCHRONOUS_IO
_LFS_LARGEFILE
_LIBC_LIMITS_H_
_MKNOD_VER
_MKNOD_VER_LINUX
_NETDB_H
_NETINET_IN_H
_NETINET_TCP_H
_NSIG
_PATH_HEQUIV
_PATH_HOSTS
_PATH_NETWORKS
_PATH_NSSWITCH_CONF
_PATH_PROTOCOLS
_PATH_SERVICES
_PC_2_SYMLINKS
_PC_ALLOC_SIZE_MIN
_PC_ASYNC_IO
_PC_CHOWN_RESTRICTED
_PC_FILESIZEBITS
_PC_LINK_MAX
_PC_MAX_CANON
_PC_MAX_INPUT
_PC_NAME_MAX
_PC_NO_TRUNC
_PC_PATH_MAX
_PC_PIPE_BUF
_PC_PRIO_IO
_PC_REC_INCR_XFER_SIZE
_PC_REC_MAX_XFER_SIZE
_PC_REC_MIN_XFER_SIZE
_PC_REC_XFER_ALIGN
_PC_SOCK_MAXBUF
_PC_SYMLINK_MAX
_PC_SYNC_IO
_PC_VDISABLE
_POSIX2_BC_BASE_MAX
_POSIX2_BC_DIM_MAX
_POSIX2_BC_SCALE_MAX
_POSIX2_BC_STRING_MAX
_POSIX2_CHARCLASS_NAME_MAX
_POSIX2_CHAR_TERM
_POSIX2_COLL_WEIGHTS_MAX
_POSIX2_C_BIND
_POSIX2_C_DEV
_POSIX2_C_VERSION
_POSIX2_EXPR_NEST_MAX
_POSIX2_LINE_MAX
_POSIX2_LOCALEDEF
_POSIX2_RE_DUP_MAX
_POSIX2_SW_DEV
_POSIX2_VERSION
_POSIX_ADVISORY_INFO
_POSIX_AIO_LISTIO_MAX
_POSIX_AIO_MAX
_POSIX_ARG_MAX
_POSIX_ASYNCHRONOUS_IO
_POSIX_ASYNC_IO
_POSIX_BARRIERS
_POSIX_CHILD_MAX
_POSIX_CHOWN_RESTRICTED
_POSIX_CLOCKRES_MIN
_POSIX_CLOCK_SELECTION
_POSIX_CPUTIME
_POSIX_C_SOURCE
_POSIX_DELAYTIMER_MAX
_POSIX_FSYNC
_POSIX_HOST_NAME_MAX
_POSIX_IPV6
_POSIX_JOB_CONTROL
_POSIX_LINK_MAX
_POSIX_LOGIN_NAME_MAX
_POSIX_MAPPED_FILES
_POSIX_MAX_CANON
_POSIX_MAX_INPUT
_POSIX_MEMLOCK
_POSIX_MEMLOCK_RANGE
_POSIX_MEMORY_PROTECTION
_POSIX_MESSAGE_PASSING
_POSIX_MONOTONIC_CLOCK
_POSIX_MQ_OPEN_MAX
_POSIX_MQ_PRIO_MAX
_POSIX_NAME_MAX
_POSIX_NGROUPS_MAX
_POSIX_NO_TRUNC
_POSIX_OPEN_MAX
_POSIX_PATH_MAX
_POSIX_PIPE_BUF
_POSIX_PRIORITIZED_IO
_POSIX_PRIORITY_SCHEDULING
_POSIX_RAW_SOCKETS
_POSIX_READER_WRITER_LOCKS
_POSIX_REALTIME_SIGNALS
_POSIX_REENTRANT_FUNCTIONS
_POSIX_REGEXP
_POSIX_RE_DUP_MAX
_POSIX_RTSIG_MAX
_POSIX_SAVED_IDS
_POSIX_SEMAPHORES
_POSIX_SEM_NSEMS_MAX
_POSIX_SEM_VALUE_MAX
_POSIX_SHARED_MEMORY_OBJECTS
_POSIX_SHELL
_POSIX_SIGQUEUE_MAX
_POSIX_SOURCE
_POSIX_SPAWN
_POSIX_SPIN_LOCKS
_POSIX_SPORADIC_SERVER
_POSIX_SSIZE_MAX
_POSIX_STREAM_MAX
_POSIX_SYMLINK_MAX
_POSIX_SYMLOOP_MAX
_POSIX_SYNCHRONIZED_IO
_POSIX_THREADS
_POSIX_THREAD_ATTR_STACKADDR
_POSIX_THREAD_ATTR_STACKSIZE
_POSIX_THREAD_CPUTIME
_POSIX_THREAD_DESTRUCTOR_ITERATIONS
_POSIX_THREAD_KEYS_MAX
_POSIX_THREAD_PRIORITY_SCHEDULING
_POSIX_THREAD_PRIO_INHERIT
_POSIX_THREAD_PRIO_PROTECT
_POSIX_THREAD_PROCESS_SHARED
_POSIX_THREAD_ROBUST_PRIO_INHERIT
_POSIX_THREAD_ROBUST_PRIO_PROTECT
_POSIX_THREAD_SAFE_FUNCTIONS
_POSIX_THREAD_SPORADIC_SERVER
_POSIX_THREAD_THREADS_MAX
_POSIX_TIMEOUTS
_POSIX_TIMERS
_POSIX_TIMER_MAX
_POSIX_TRACE
_POSIX_TRACE_EVENT_FILTER
_POSIX_TRACE_INHERIT
_POSIX_TRACE_LOG
_POSIX_TTY_NAME_MAX
_POSIX_TYPED_MEMORY_OBJECTS
_POSIX_TZNAME_MAX
_POSIX_V6_LP64_OFF64
_POSIX_V6_LPBIG_OFFBIG
_POSIX_V7_LP64_OFF64
_POSIX_V7_LPBIG_OFFBIG
_POSIX_VDISABLE
_POSIX_VERSION
_PTHREAD_H
_RPC_NETDB_H
_SCHED_H
_SC_2_CHAR_TERM
_SC_2_C_BIND
_SC_2_C_DEV
_SC_2_C_VERSION
_SC_2_FORT_DEV
_SC_2_FORT_RUN
_SC_2_LOCALEDEF
_SC_2_PBS
_SC_2_PBS_ACCOUNTING
_SC_2_PBS_CHECKPOINT
_SC_2_PBS_LOCATE
_SC_2_PBS_MESSAGE
_SC_2_PBS_TRACK
_SC_2_SW_DEV
_SC_2_UPE
_SC_2_VERSION
_SC_ADVISORY_INFO
_SC_AIO_LISTIO_MAX
_SC_AIO_MAX
_SC_AIO_PRIO_DELTA_MAX
_SC_ARG_MAX
_SC_ASYNCHRONOUS_IO
_SC_ATEXIT_MAX
_SC_AVPHYS_PAGES
_SC_BARRIERS
_SC_BASE
_SC_BC_BASE_MAX
_SC_BC_DIM_MAX
_SC_BC_SCALE_MAX
_SC_BC_STRING_MAX
_SC_CHARCLASS_NAME_MAX
_SC_CHAR_BIT
_SC_CHAR_MAX
_SC_CHAR_MIN
_SC_CHILD_MAX
_SC_CLK_TCK
_SC_CLOCK_SELECTION
_SC_COLL_WEIGHTS_MAX
_SC_CPUTIME
_SC_C_LANG_SUPPORT
_SC_C_LANG_SUPPORT_R
_SC_DELAYTIMER_MAX
_SC_DEVICE_IO
_SC_DEVICE_SPECIFIC
_SC_DEVICE_SPECIFIC_R
_SC_EQUIV_CLASS_MAX
_SC_EXPR_NEST_MAX
_SC_FD_MGMT
_SC_FIFO
_SC_FILE_ATTRIBUTES
_SC_FILE_LOCKING
_SC_FILE_SYSTEM
_SC_FSYNC
_SC_GETGR_R_SIZE_MAX
_SC_GETPW_R_SIZE_MAX
_SC_HOST_NAME_MAX
_SC_INT_MAX
_SC_INT_MIN
_SC_IOV_MAX
_SC_IPV6
_SC_JOB_CONTROL
_SC_LEVEL1_DCACHE_ASSOC
_SC_LEVEL1_DCACHE_LINESIZE
_SC_LEVEL1_DCACHE_SIZE
_SC_LEVEL1_ICACHE_ASSOC
_SC_LEVEL1_ICACHE_LINESIZE
_SC_LEVEL1_ICACHE_SIZE
_SC_LEVEL2_CACHE_ASSOC
_SC_LEVEL2_CACHE_LINESIZE
_SC_LEVEL2_CACHE_SIZE
_SC_LEVEL3_CACHE_ASSOC
_SC_LEVEL3_CACHE_LINESIZE
_SC_LEVEL3_CACHE_SIZE
_SC_LEVEL4_CACHE_ASSOC
_SC_LEVEL4_CACHE_LINESIZE
_SC_LEVEL4_CACHE_SIZE
_SC_LINE_MAX
_SC_LOGIN_NAME_MAX
_SC_LONG_BIT
_SC_MAPPED_FILES
_SC_MB_LEN_MAX
_SC_MEMLOCK
_SC_MEMLOCK_RANGE
_SC_MEMORY_PROTECTION
_SC_MESSAGE_PASSING
_SC_MONOTONIC_CLOCK
_SC_MQ_OPEN_MAX
_SC_MQ_PRIO_MAX
_SC_MULTI_PROCESS
_SC_NETWORKING
_SC_NGROUPS_MAX
_SC_NL_ARGMAX
_SC_NL_LANGMAX
_SC_NL_MSGMAX
_SC_NL_NMAX
_SC_NL_SETMAX
_SC_NL_TEXTMAX
_SC_NPROCESSORS_CONF
_SC_NPROCESSORS_ONLN
_SC_NZERO
_SC_OPEN_MAX
_SC_PAGESIZE
_SC_PASS_MAX
_SC_PHYS_PAGES
_SC_PII
_SC_PII_INTERNET
_SC_PII_INTERNET_DGRAM
_SC_PII_INTERNET_STREAM
_SC_PII_OSI
_SC_PII_OSI_CLTS
_SC_PII_OSI_COTS
_SC_PII_OSI_M
_SC_PII_SOCKET
_SC_PII_XTI
_SC_PIPE
_SC_POLL
_SC_PRIORITIZED_IO
_SC_PRIORITY_SCHEDULING
_SC_RAW_SOCKETS
_SC_READER_WRITER_LOCKS
_SC_REALTIME_SIGNALS
_SC_REGEXP
_SC_REGEX_VERSION
_SC_RE_DUP_MAX
_SC_RTSIG_MAX
_SC_SAVED_IDS
_SC_SCHAR_MAX
_SC_SCHAR_MIN
_SC_SELECT
_SC_SEMAPHORES
_SC_SEM_NSEMS_MAX
_SC_SEM_VALUE_MAX
_SC_SHARED_MEMORY_OBJECTS
_SC_SHELL
_SC_SHRT_MAX
_SC_SHRT_MIN
_SC_SIGNALS
_SC_SIGQUEUE_MAX
_SC_SINGLE_PROCESS
_SC_SPAWN
_SC_SPIN_LOCKS
_SC_SPORADIC_SERVER
_SC_SSIZE_MAX
_SC_SS_REPL_MAX
_SC_STREAMS
_SC_STREAM_MAX
_SC_SYMLOOP_MAX
_SC_SYNCHRONIZED_IO
_SC_SYSTEM_DATABASE
_SC_SYSTEM_DATABASE_R
_SC_THREADS
_SC_THREAD_ATTR_STACKADDR
_SC_THREAD_ATTR_STACKSIZE
_SC_THREAD_CPUTIME
_SC_THREAD_DESTRUCTOR_ITERATIONS
_SC_THREAD_KEYS_MAX
_SC_THREAD_PRIORITY_SCHEDULING
_SC_THREAD_PRIO_INHERIT
_SC_THREAD_PRIO_PROTECT
_SC_THREAD_PROCESS_SHARED
_SC_THREAD_ROBUST_PRIO_INHERIT
_SC_THREAD_ROBUST_PRIO_PROTECT
_SC_THREAD_SAFE_FUNCTIONS
_SC_THREAD_SPORADIC_SERVER
_SC_THREAD_STACK_MIN
_SC_THREAD_THREADS_MAX
_SC_TIMEOUTS
_SC_TIMERS
_SC_TIMER_MAX
_SC_TRACE
_SC_TRACE_EVENT_FILTER
_SC_TRACE_EVENT_NAME_MAX
_SC_TRACE_INHERIT
_SC_TRACE_LOG
_SC_TRACE_NAME_MAX
_SC_TRACE_SYS_MAX
_SC_TRACE_USER_EVENT_MAX
_SC_TTY_NAME_MAX
_SC_TYPED_MEMORY_OBJECTS
_SC_TZNAME_MAX
_SC_T_IOV_MAX
_SC_UCHAR_MAX
_SC_UINT_MAX
_SC_UIO_MAXIOV
_SC_ULONG_MAX
_SC_USER_GROUPS
_SC_USER_GROUPS_R
_SC_USHRT_MAX
_SC_V6_ILP32_OFF32
_SC_V6_ILP32_OFFBIG
_SC_V6_LP64_OFF64
_SC_V6_LPBIG_OFFBIG
_SC_V7_ILP32_OFF32
_SC_V7_ILP32_OFFBIG
_SC_V7_LP64_OFF64
_SC_V7_LPBIG_OFFBIG
_SC_VERSION
_SC_WORD_BIT
_SC_XBS5_ILP32_OFF32
_SC_XBS5_ILP32_OFFBIG
_SC_XBS5_LP64_OFF64
_SC_XBS5_LPBIG_OFFBIG
_SC_XOPEN_CRYPT
_SC_XOPEN_ENH_I18N
_SC_XOPEN_LEGACY
_SC_XOPEN_REALTIME
_SC_XOPEN_REALTIME_THREADS
_SC_XOPEN_SHM
_SC_XOPEN_STREAMS
_SC_XOPEN_UNIX
_SC_XOPEN_VERSION
_SC_XOPEN_XCU_VERSION
_SC_XOPEN_XPG2
_SC_XOPEN_XPG3
_SC_XOPEN_XPG4
_SEMAPHORE_H
_SETJMP_H
_SS_SIZE
_STAT_VER
_STAT_VER_KERNEL
_STAT_VER_LINUX
_STDC_PREDEF_H
_STDINT_H
_STDIO_H
_STDLIB_H
_STRINGS_H
_STRING_H
_STRUCT_TIMESPEC
_SYS_CDEFS_H
_SYS_MMAN_H
_SYS_SELECT_H
_SYS_SOCKET_H
_SYS_STAT_H
_SYS_SYSMACROS_H
_SYS_TIME_H
_SYS_TYPES_H
_SYS_UCONTEXT_H
_SYS_UIO_H
_SYS_UN_H
_SYS_WAIT_H
_THREAD_MUTEX_INTERNAL_H
_THREAD_SHARED_TYPES_H
_TIME_H
_UNISTD_H
_XBS5_LP64_OFF64
_XBS5_LPBIG_OFFBIG
_XOPEN_ENH_I18N
_XOPEN_LEGACY
_XOPEN_REALTIME
_XOPEN_REALTIME_THREADS
_XOPEN_SHM
_XOPEN_UNIX
_XOPEN_VERSION
_XOPEN_XCU_VERSION
_XOPEN_XPG2
_XOPEN_XPG3
_XOPEN_XPG4
__BIG_ENDIAN
__BITS_PER_LONG
__BIT_TYPES_DEFINED__
__BYTE_ORDER
__CPU_SETSIZE
__ENUM_IDTYPE_T
__FD_SETSIZE
__FD_ZERO_STOS
__FILE_defined
__FLOAT_WORD_ORDER
__F_GETOWN
__F_GETOWN_EX
__F_GETSIG
__F_SETOWN
__F_SETOWN_EX
__F_SETSIG
__GLIBC_MINOR__
__GLIBC_USE_DEPRECATED_GETS
__GLIBC_USE_DEPRECATED_SCANF
__GLIBC_USE_IEC_60559_BFP_EXT
__GLIBC_USE_IEC_60559_BFP_EXT_C2X
__GLIBC_USE_IEC_60559_FUNCS_EXT
__GLIBC_USE_IEC_60559_FUNCS_EXT_C2X
__GLIBC_USE_IEC_60559_TYPES_EXT
__GLIBC_USE_ISOC2X
__GLIBC_USE_LIB_EXT2
__GLIBC__
__GNUC_VA_LIST
__GNU_LIBRARY__
__HAVE_DISTINCT_FLOAT16
__HAVE_DISTINCT_FLOAT32
__HAVE_DISTINCT_FLOAT64
__HAVE_DISTINCT_FLOAT32X
__HAVE_DISTINCT_FLOAT64X
__HAVE_DISTINCT_FLOAT128
__HAVE_DISTINCT_FLOAT128X
__HAVE_FLOAT16
__HAVE_FLOAT32
__HAVE_FLOAT64
__HAVE_FLOAT32X
__HAVE_FLOAT64X
__HAVE_FLOAT64X_LONG_DOUBLE
__HAVE_FLOAT128
__HAVE_FLOAT128X
__HAVE_FLOATN_NOT_TYPEDEF
__HAVE_GENERIC_SELECTION
__ILP32_OFF32_CFLAGS
__ILP32_OFF32_LDFLAGS
__ILP32_OFFBIG_CFLAGS
__ILP32_OFFBIG_LDFLAGS
__INO_T_MATCHES_INO64_T
__IOV_MAX
__LITTLE_ENDIAN
__LONG_DOUBLE_USES_FLOAT128
__LP64_OFF64_CFLAGS
__LP64_OFF64_LDFLAGS
__NGREG
__OFF_T_MATCHES_OFF64_T
__O_CLOEXEC
__O_DIRECT
__O_DIRECTORY
__O_DSYNC
__O_LARGEFILE
__O_NOATIME
__O_NOFOLLOW
__O_PATH
__O_TMPFILE
__PDP_ENDIAN
__POSIX2_THIS_VERSION
__POSIX_FADV_DONTNEED
__POSIX_FADV_NOREUSE
__PRI64_PREFIX
__PRIPTR_PREFIX
__PTHREAD_MUTEX_HAVE_PREV
__RLIM_T_MATCHES_RLIM64_T
__SIGEV_MAX_SIZE
__SIGRTMAX
__SIGRTMIN
__SIZEOF_PTHREAD_ATTR_T
__SIZEOF_PTHREAD_BARRIERATTR_T
__SIZEOF_PTHREAD_BARRIER_T
__SIZEOF_PTHREAD_CONDATTR_T
__SIZEOF_PTHREAD_COND_T
__SIZEOF_PTHREAD_MUTEXATTR_T
__SIZEOF_PTHREAD_MUTEX_T
__SIZEOF_PTHREAD_RWLOCKATTR_T
__SIZEOF_PTHREAD_RWLOCK_T
__SIZEOF_SEM_T
__SI_ASYNCIO_AFTER_SIGIO
__SI_ERRNO_THEN_CODE
__SI_HAVE_SIGSYS
__SI_MAX_SIZE
__STATFS_MATCHES_STATFS64
__STDC_IEC_559_COMPLEX__
__STDC_IEC_559__
__STDC_ISO_10646__
__SYSCALL_WORDSIZE
__S_IEXEC
__S_IFBLK
__S_IFCHR
__S_IFDIR
__S_IFIFO
__S_IFLNK
__S_IFMT
__S_IFREG
__S_IFSOCK
__S_IREAD
__S_ISGID
__S_ISUID
__S_ISVTX
__S_IWRITE
__TIMESIZE
__USE_ATFILE
__USE_FORTIFY_LEVEL
__USE_ISOC11
__USE_ISOC95
__USE_ISOC99
__USE_KERNEL_IPV6_DEFS
__USE_MISC
__USE_POSIX
__USE_POSIX2
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX_IMPLICITLY
__USE_XOPEN2K
__USE_XOPEN2K8
__WALL
__WCLONE
__WCOREFLAG
__WNOTHREAD
__WORDSIZE
__WORDSIZE_TIME64_COMPAT32
__W_CONTINUED
____FILE_defined
_____fpos64_t_defined
_____fpos_t_defined
____gwchar_t_defined
____mbstate_t_defined
__bool_true_false_are_defined
__clock_t_defined
__clockid_t_defined
__glibc_c99_flexarr_available
__have_pthread_attr_t
__iovec_defined
__itimer_which_ITIMER_PROF
__itimer_which_ITIMER_REAL
__itimer_which_ITIMER_VIRTUAL
__itimerspec_defined
__ldiv_t_defined
__lldiv_t_defined
__osockaddr_defined
__sig_atomic_t_defined
__sigevent_t_defined
__siginfo_t_defined
__sigset_t_defined
__sigstack_defined
__socket_type_SOCK_CLOEXEC
__socket_type_SOCK_DCCP
__socket_type_SOCK_DGRAM
__socket_type_SOCK_NONBLOCK
__socket_type_SOCK_PACKET
__socket_type_SOCK_RAW
__socket_type_SOCK_RDM
__socket_type_SOCK_SEQPACKET
__socket_type_SOCK_STREAM
__stack_t_defined
__struct_FILE_defined
__struct_tm_defined
__time_t_defined
__timer_t_defined
__timeval_defined
bfd_architecture_bfd_arch_a29k
bfd_architecture_bfd_arch_alliant
bfd_architecture_bfd_arch_alpha
bfd_architecture_bfd_arch_arc
bfd_architecture_bfd_arch_arm
bfd_architecture_bfd_arch_convex
bfd_architecture_bfd_arch_cris
bfd_architecture_bfd_arch_d10v
bfd_architecture_bfd_arch_h8300
bfd_architecture_bfd_arch_h8500
bfd_architecture_bfd_arch_hppa
bfd_architecture_bfd_arch_i386
bfd_architecture_bfd_arch_i860
bfd_architecture_bfd_arch_i960
bfd_architecture_bfd_arch_ia64
bfd_architecture_bfd_arch_last
bfd_architecture_bfd_arch_lm32
bfd_architecture_bfd_arch_m32r
bfd_architecture_bfd_arch_m68k
bfd_architecture_bfd_arch_m88k
bfd_architecture_bfd_arch_microblaze
bfd_architecture_bfd_arch_mips
bfd_architecture_bfd_arch_mn10200
bfd_architecture_bfd_arch_mn10300
bfd_architecture_bfd_arch_moxie
bfd_architecture_bfd_arch_nios2
bfd_architecture_bfd_arch_ns32k
bfd_architecture_bfd_arch_obscure
bfd_architecture_bfd_arch_powerpc
bfd_architecture_bfd_arch_pyramid
bfd_architecture_bfd_arch_romp
bfd_architecture_bfd_arch_rs6000
bfd_architecture_bfd_arch_sh
bfd_architecture_bfd_arch_sparc
bfd_architecture_bfd_arch_tahoe
bfd_architecture_bfd_arch_tic30
bfd_architecture_bfd_arch_unknown
bfd_architecture_bfd_arch_v850
bfd_architecture_bfd_arch_vax
bfd_architecture_bfd_arch_w65
bfd_architecture_bfd_arch_we32k
bfd_architecture_bfd_arch_z8k
bfd_endian_BFD_ENDIAN_BIG
bfd_endian_BFD_ENDIAN_LITTLE
bfd_endian_BFD_ENDIAN_UNKNOWN
bfd_flavour_bfd_target_aout_flavour
bfd_flavour_bfd_target_coff_flavour
bfd_flavour_bfd_target_ecoff_flavour
bfd_flavour_bfd_target_elf_flavour
bfd_flavour_bfd_target_evax_flavour
bfd_flavour_bfd_target_ieee_flavour
bfd_flavour_bfd_target_ihex_flavour
bfd_flavour_bfd_target_msdos_flavour
bfd_flavour_bfd_target_nlm_flavour
bfd_flavour_bfd_target_oasys_flavour
bfd_flavour_bfd_target_os9k_flavour
bfd_flavour_bfd_target_som_flavour
bfd_flavour_bfd_target_srec_flavour
bfd_flavour_bfd_target_tekhex_flavour
bfd_flavour_bfd_target_unknown_flavour
bfd_flavour_bfd_target_versados_flavour
bfd_mach_alpha
bfd_mach_alpha_ev4
bfd_mach_alpha_ev5
bfd_mach_alpha_ev6
bfd_mach_arc_base
bfd_mach_arm_2
bfd_mach_arm_3
bfd_mach_arm_4
bfd_mach_arm_5
bfd_mach_arm_2a
bfd_mach_arm_3M
bfd_mach_arm_4T
bfd_mach_arm_5T
bfd_mach_arm_5TE
bfd_mach_arm_XScale
bfd_mach_arm_ep9312
bfd_mach_arm_iWMMXt
bfd_mach_arm_iWMMXt2
bfd_mach_arm_unknown
bfd_mach_cpu32
bfd_mach_cris_v0_v10
bfd_mach_cris_v32
bfd_mach_cris_v10_v32
bfd_mach_h8300
bfd_mach_h8300h
bfd_mach_h8300s
bfd_mach_hppa10
bfd_mach_hppa11
bfd_mach_hppa20
bfd_mach_hppa20w
bfd_mach_i386_i386
bfd_mach_i386_i386_intel_syntax
bfd_mach_i386_i8086
bfd_mach_i960_ca
bfd_mach_i960_core
bfd_mach_i960_hx
bfd_mach_i960_jx
bfd_mach_i960_ka_sa
bfd_mach_i960_kb_sb
bfd_mach_i960_mc
bfd_mach_i960_xa
bfd_mach_ia64_elf32
bfd_mach_ia64_elf64
bfd_mach_lm32
bfd_mach_m32r
bfd_mach_m68000
bfd_mach_m68008
bfd_mach_m68010
bfd_mach_m68020
bfd_mach_m68030
bfd_mach_m68040
bfd_mach_m68060
bfd_mach_mcf521x
bfd_mach_mcf528x
bfd_mach_mcf547x
bfd_mach_mcf548x
bfd_mach_mcf5200
bfd_mach_mcf5249
bfd_mach_mcf5307
bfd_mach_mcf5407
bfd_mach_mcf5206e
bfd_mach_mcfv4e
bfd_mach_mips16
bfd_mach_mips3000
bfd_mach_mips3900
bfd_mach_mips4000
bfd_mach_mips4010
bfd_mach_mips4100
bfd_mach_mips4300
bfd_mach_mips4400
bfd_mach_mips4600
bfd_mach_mips4650
bfd_mach_mips5000
bfd_mach_mips6000
bfd_mach_mips8000
bfd_mach_mips10000
bfd_mach_nios2
bfd_mach_nios2r1
bfd_mach_nios2r2
bfd_mach_ppc
bfd_mach_ppc64
bfd_mach_ppc_403
bfd_mach_ppc_505
bfd_mach_ppc_601
bfd_mach_ppc_602
bfd_mach_ppc_603
bfd_mach_ppc_604
bfd_mach_ppc_620
bfd_mach_ppc_630
bfd_mach_ppc_750
bfd_mach_ppc_860
bfd_mach_ppc_403gc
bfd_mach_ppc_7400
bfd_mach_ppc_a35
bfd_mach_ppc_e500
bfd_mach_ppc_ec603e
bfd_mach_ppc_rs64ii
bfd_mach_ppc_rs64iii
bfd_mach_s390_31
bfd_mach_s390_64
bfd_mach_sh
bfd_mach_sh2
bfd_mach_sh3
bfd_mach_sh4
bfd_mach_sh5
bfd_mach_sh2a
bfd_mach_sh2a_nofpu
bfd_mach_sh2e
bfd_mach_sh3_dsp
bfd_mach_sh3_nommu
bfd_mach_sh3e
bfd_mach_sh4_nofpu
bfd_mach_sh4_nommu_nofpu
bfd_mach_sh4a
bfd_mach_sh4a_nofpu
bfd_mach_sh4al_dsp
bfd_mach_sh_dsp
bfd_mach_sparc
bfd_mach_sparc_sparclet
bfd_mach_sparc_sparclite
bfd_mach_sparc_sparclite_le
bfd_mach_sparc_v9
bfd_mach_sparc_v8plus
bfd_mach_sparc_v8plusa
bfd_mach_sparc_v8plusb
bfd_mach_sparc_v9a
bfd_mach_sparc_v9b
bfd_mach_v850
bfd_mach_x86_64
bfd_mach_x86_64_intel_syntax
bfd_mach_z8001
bfd_mach_z8002
device_endian_DEVICE_BIG_ENDIAN
device_endian_DEVICE_LITTLE_ENDIAN
device_endian_DEVICE_NATIVE_ENDIAN
dis_insn_type_dis_branch
dis_insn_type_dis_condbranch
dis_insn_type_dis_condjsr
dis_insn_type_dis_dref
dis_insn_type_dis_dref2
dis_insn_type_dis_jsr
dis_insn_type_dis_nonbranch
dis_insn_type_dis_noninsn
false_
float_flag_divbyzero
float_flag_inexact
float_flag_input_denormal
float_flag_invalid
float_flag_output_denormal
float_flag_overflow
float_flag_underflow
float_muladd_halve_result
float_muladd_negate_c
float_muladd_negate_product
float_muladd_negate_result
float_relation_equal
float_relation_greater
float_relation_less
float_relation_unordered
float_round_down
float_round_nearest_even
float_round_ties_away
float_round_to_odd
float_round_to_zero
float_round_up
float_tininess_after_rounding
float_tininess_before_rounding
hv_message_type_HVMSG_EVENTLOG_BUFFERCOMPLETE
hv_message_type_HVMSG_GPA_INTERCEPT
hv_message_type_HVMSG_INVALID_VP_REGISTER_VALUE
hv_message_type_HVMSG_NONE
hv_message_type_HVMSG_TIMER_EXPIRED
hv_message_type_HVMSG_UNMAPPED_GPA
hv_message_type_HVMSG_UNRECOVERABLE_EXCEPTION
hv_message_type_HVMSG_UNSUPPORTED_FEATURE
hv_message_type_HVMSG_X64_APIC_EOI
hv_message_type_HVMSG_X64_CPUID_INTERCEPT
hv_message_type_HVMSG_X64_EXCEPTION_INTERCEPT
hv_message_type_HVMSG_X64_IOPORT_INTERCEPT
hv_message_type_HVMSG_X64_LEGACY_FP_ERROR
hv_message_type_HVMSG_X64_MSR_INTERCEPT
idtype_t_P_ALL
idtype_t_P_PGID
idtype_t_P_PID
module_init_type_MODULE_INIT_BLOCK
module_init_type_MODULE_INIT_MAX
module_init_type_MODULE_INIT_OPTS
module_init_type_MODULE_INIT_QOM
module_init_type_MODULE_INIT_TRACE
panda_cb_type_PANDA_CB_AFTER_BLOCK_EXEC
panda_cb_type_PANDA_CB_AFTER_BLOCK_TRANSLATE
panda_cb_type_PANDA_CB_AFTER_CPU_EXEC_ENTER
panda_cb_type_PANDA_CB_AFTER_INSN_EXEC
panda_cb_type_PANDA_CB_AFTER_INSN_TRANSLATE
panda_cb_type_PANDA_CB_AFTER_LOADVM
panda_cb_type_PANDA_CB_AFTER_MACHINE_INIT
panda_cb_type_PANDA_CB_ASID_CHANGED
panda_cb_type_PANDA_CB_BEFORE_BLOCK_EXEC
panda_cb_type_PANDA_CB_BEFORE_BLOCK_EXEC_INVALIDATE_OPT
panda_cb_type_PANDA_CB_BEFORE_BLOCK_TRANSLATE
panda_cb_type_PANDA_CB_BEFORE_CPU_EXEC_EXIT
panda_cb_type_PANDA_CB_BEFORE_HANDLE_EXCEPTION
panda_cb_type_PANDA_CB_BEFORE_HANDLE_INTERRUPT
panda_cb_type_PANDA_CB_BEFORE_LOADVM
panda_cb_type_PANDA_CB_BEFORE_TCG_CODEGEN
panda_cb_type_PANDA_CB_CPU_RESTORE_STATE
panda_cb_type_PANDA_CB_DURING_MACHINE_INIT
panda_cb_type_PANDA_CB_END_BLOCK_EXEC
panda_cb_type_PANDA_CB_GUEST_HYPERCALL
panda_cb_type_PANDA_CB_HD_READ
panda_cb_type_PANDA_CB_HD_WRITE
panda_cb_type_PANDA_CB_INSN_EXEC
panda_cb_type_PANDA_CB_INSN_TRANSLATE
panda_cb_type_PANDA_CB_LAST
panda_cb_type_PANDA_CB_MAIN_LOOP_WAIT
panda_cb_type_PANDA_CB_MMIO_AFTER_READ
panda_cb_type_PANDA_CB_MMIO_BEFORE_WRITE
panda_cb_type_PANDA_CB_MONITOR
panda_cb_type_PANDA_CB_PHYS_MEM_AFTER_READ
panda_cb_type_PANDA_CB_PHYS_MEM_AFTER_WRITE
panda_cb_type_PANDA_CB_PHYS_MEM_BEFORE_READ
panda_cb_type_PANDA_CB_PHYS_MEM_BEFORE_WRITE
panda_cb_type_PANDA_CB_PRE_SHUTDOWN
panda_cb_type_PANDA_CB_QMP
panda_cb_type_PANDA_CB_REPLAY_AFTER_DMA
panda_cb_type_PANDA_CB_REPLAY_BEFORE_DMA
panda_cb_type_PANDA_CB_REPLAY_HANDLE_PACKET
panda_cb_type_PANDA_CB_REPLAY_HD_TRANSFER
panda_cb_type_PANDA_CB_REPLAY_NET_TRANSFER
panda_cb_type_PANDA_CB_REPLAY_SERIAL_READ
panda_cb_type_PANDA_CB_REPLAY_SERIAL_RECEIVE
panda_cb_type_PANDA_CB_REPLAY_SERIAL_SEND
panda_cb_type_PANDA_CB_REPLAY_SERIAL_WRITE
panda_cb_type_PANDA_CB_START_BLOCK_EXEC
panda_cb_type_PANDA_CB_TOP_LOOP
panda_cb_type_PANDA_CB_UNASSIGNED_IO_READ
panda_cb_type_PANDA_CB_UNASSIGNED_IO_WRITE
panda_cb_type_PANDA_CB_VIRT_MEM_AFTER_READ
panda_cb_type_PANDA_CB_VIRT_MEM_AFTER_WRITE
panda_cb_type_PANDA_CB_VIRT_MEM_BEFORE_READ
panda_cb_type_PANDA_CB_VIRT_MEM_BEFORE_WRITE
tcp_ca_state_TCP_CA_CWR
tcp_ca_state_TCP_CA_Disorder
tcp_ca_state_TCP_CA_Loss
tcp_ca_state_TCP_CA_Open
tcp_ca_state_TCP_CA_Recovery
true_

Statics§

ACPISlotType_lookup
ActionCompletionMode_lookup
BiosAtaTranslation_lookup
BlkdebugEvent_lookup
BlockDeviceIoStatus_lookup
BlockErrorAction_lookup
BlockJobType_lookup
BlockdevAioOptions_lookup
BlockdevChangeReadOnlyMode_lookup
BlockdevDetectZeroesOptions_lookup
BlockdevDiscardOptions_lookup
BlockdevDriver_lookup
BlockdevOnError_lookup
COLOMessage_lookup
COLOMode_lookup
ChardevBackendKind_lookup
CommandLineParameterType_lookup
CpuInfoArch_lookup
CpuModelCompareResult_lookup
CpuModelExpansionType_lookup
DataFormat_lookup
DirtyBitmapStatus_lookup
DumpGuestMemoryFormat_lookup
DumpStatus_lookup
FailoverStatus_lookup
FloppyDriveType_lookup
GuestPanicAction_lookup
GuestPanicInformationType_lookup
HostMemPolicy_lookup
ImageInfoSpecificKind_lookup
InputAxis_lookup
InputButton_lookup
InputEventKind_lookup
IoOperationType_lookup
IscsiHeaderDigest_lookup
IscsiTransport_lookup
JSONType_lookup
KeyValueKind_lookup
LostTickPolicy_lookup
MemoryDeviceInfoKind_lookup
MigrationCapability_lookup
MigrationParameter_lookup
MigrationStatus_lookup
MirrorSyncMode_lookup
NFSTransport_lookup
NetClientDriver_lookup
NetFilterDirection_lookup
NetLegacyOptionsType_lookup
NetworkAddressFamily_lookup
NewImageMode_lookup
NumaOptionsType_lookup
OnOffAuto_lookup
OnOffSplit_lookup
PreallocMode_lookup
QCryptoBlockFormat_lookup
QCryptoCipherAlgorithm_lookup
QCryptoCipherMode_lookup
QCryptoHashAlgorithm_lookup
QCryptoIVGenAlgorithm_lookup
QCryptoSecretFormat_lookup
QCryptoTLSCredsEndpoint_lookup
QKeyCode_lookup
QType_lookup
QapiErrorClass_lookup
Qcow2OverlapCheckMode_lookup
QuorumOpType_lookup
QuorumReadPattern_lookup
ReplayMode_lookup
ReplicationMode_lookup
RockerPortAutoneg_lookup
RockerPortDuplex_lookup
RunState_lookup
RxState_lookup
SchemaMetaType_lookup
SocketAddressFlatType_lookup
SocketAddressKind_lookup
SpiceQueryMouseMode_lookup
TpmModel_lookup
TpmTypeOptionsKind_lookup
TpmType_lookup
TraceEventState_lookup
TransactionActionKind_lookup
VncPrimaryAuth_lookup
VncVencryptSubAuth_lookup
WatchdogExpirationAction_lookup
X86CPURegister32_lookup
__daylight
__environ
__timezone
__tzname
_sys_siglist
address_space_io
address_space_memory
callsite_str
cpu_interrupt_handler
cpus
current_cpu
daylight
execute_llvm
exit_request
g_ascii_table
g_child_watch_funcs
g_idle_funcs
g_io_watch_funcs
g_mem_gc_friendly
g_test_config_vars
g_thread_functions_for_glib_use
g_thread_gettime
g_thread_use_default_impl
g_threads_got_initialized
g_timeout_funcs
g_unix_fd_source_funcs
g_unix_signal_funcs
g_utf8_skip
generate_llvm
glib_binary_age
glib_interface_age
glib_major_version
glib_mem_profiler_table
glib_micro_version
glib_minor_version
has_llvm_engine
have_bmi1
have_popcnt
in6addr_any
in6addr_loopback
io_mem_notdirty
io_mem_rom
log_entry_kind_str
mttcg_enabled
qemu_tcg_mttcg_enabled: Check whether we are running MultiThread TCG or not.
optarg
opterr
optind
optopt
panda__asid_edges__descriptor
panda__asid_info__descriptor
panda__asid_trace__descriptor
panda__attack_point__descriptor
panda__attack_point_pri__descriptor
panda__basic_block__descriptor
panda__call_stack__descriptor
panda__dwarf_call__descriptor
panda__edge__descriptor
panda__label_liveness__descriptor
panda__loaded_libs__descriptor
panda__log_entry__descriptor
panda__module__descriptor
panda__named_data__descriptor
panda__proc_trace__descriptor
panda__serial_tx__descriptor
panda__signal_event__descriptor
panda__src_info__descriptor
panda__src_info_pri__descriptor
panda__struct_data__descriptor
panda__syscall__descriptor
panda__taint_query__descriptor
panda__taint_query_hypercall__descriptor
panda__taint_query_pri__descriptor
panda__taint_query_unique_label_set__descriptor
panda__tainted_branch__descriptor
panda__tainted_branch_summary__descriptor
panda__tainted_instr__descriptor
panda__tainted_instr_summary__descriptor
panda__tainted_mmio_label__descriptor
panda_argc
panda_argv
panda_break_vl_loop_req
panda_cbs
panda_exit_loop
panda_external_signal_handler
panda_os_bits
panda_os_family
panda_os_familyno
panda_os_name
panda_os_variant
panda_tb_chaining
panda_update_pc
panda_use_memcb
pandalog
parallel_cpus
parity_table
protobuf_c_empty_string
qdev_hotplug
qemu_host_page_mask
qemu_host_page_size
qemu_log_items
qemu_logfile
qemu_loglevel
qemu_real_host_page_mask
qemu_real_host_page_size
qnull_
ram_list
ram_size
rcu_gp_ctr
rcu_gp_event
rcu_reader
rr_control
@brief Global encapsulating requests to switch between PANDA modes.
rr_debug_level
rr_next_progress
rr_nondet_log
rr_queue_tail
rr_record_in_main_loop_wait
rr_record_in_progress
rr_skipped_callsite_location
singlestep
skipped_call_kind_str
stderr
stdin
stdout
syminfos
sys_errlist
sys_nerr
sys_siglist
tcg_ctx
tcg_current_cpu
tcg_op_defs
tcg_op_defs_max
timezone
tzname
vmstate_cpu_common
vmstate_x86_cpu

Functions§

PandaPhysicalAddressToRamOffset_external
PandaPhysicalAddressToRamOffset_external() - Translate guest physical to ram offset.
_Exit
__assert
__assert_fail
__assert_perror_fail
__cmsg_nxthdr
__ctype_b_loc
__ctype_get_mb_cur_max
__ctype_tolower_loc
__ctype_toupper_loc
__errno_location
__fxstat
__fxstatat
__getdelim
__getpgid
__h_errno_location
__libc_current_sigrtmax
__libc_current_sigrtmin
__lxstat
__overflow
__pthread_register_cancel
__pthread_unregister_cancel
__pthread_unwind_next
__sched_cpualloc
__sched_cpucount
__sched_cpufree
__sigsetjmp
__stpcpy
__stpncpy
__strtok_r
__sysv_signal
__tolower_l
__toupper_l
__uflow
__xmknod
__xmknodat
__xstat
_exit
_g_log_fallback_handler
_longjmp
_panda_set_library_mode
_setjmp
_tolower
_toupper
a64l
abort
abs
accept
access
acct
address_space_access_valid
address_space_cache_destroy
address_space_cache_destroy: free a #MemoryRegionCache
address_space_cache_init
address_space_cache_invalidate
address_space_cache_invalidate: complete a write to a #MemoryRegionCache
address_space_destroy
address_space_destroy: destroy an address space
address_space_get_iotlb_entry
address_space_init
address_space_init: initializes an address space
address_space_init_shareable
address_space_init_shareable: return an address space for a memory region, creating it if it does not already exist
address_space_ldl
address_space_ldl_be
address_space_ldl_be_cached
address_space_ldl_cached
address_space_ldl_le
address_space_ldl_le_cached
address_space_ldq
address_space_ldq_be
address_space_ldq_be_cached
address_space_ldq_cached
address_space_ldq_le
address_space_ldq_le_cached
address_space_ldub
address_space_ldub_cached
address_space_lduw
address_space_lduw_be
address_space_lduw_be_cached
address_space_lduw_cached
address_space_lduw_le
address_space_lduw_le_cached
address_space_map
address_space_read_continue
address_space_read_full
address_space_rw
address_space_rw: read from or write to an address space.
address_space_stb
address_space_stb_cached
address_space_stl
address_space_stl_be
address_space_stl_be_cached
address_space_stl_cached
address_space_stl_le
address_space_stl_le_cached
address_space_stl_notdirty
address_space_stl_notdirty_cached
address_space_stq
address_space_stq_be
address_space_stq_be_cached
address_space_stq_cached
address_space_stq_le
address_space_stq_le_cached
address_space_stw
address_space_stw_be
address_space_stw_be_cached
address_space_stw_cached
address_space_stw_le
address_space_stw_le_cached
address_space_translate
address_space_translate_for_iotlb
address_space_unmap
address_space_write
address_space_write: write to address space.
adjtime
adler32
adler32_combine
adler32_z
alarm
aligned_alloc
alloca
alphasort
apic_accept_pic_intr
apic_deliver_irq
apic_deliver_nmi
apic_deliver_pic_intr
apic_designate_bsp
apic_get_interrupt
apic_get_irq_delivered
apic_handle_tpr_access_report
apic_init_reset
apic_poll_irq
apic_reset_irq_delivered
apic_sipi
arc_get_disassembler
archive_bzlib_version
archive_clear_error
archive_compression
archive_compression_name
archive_copy_error
archive_entry_acl
archive_entry_acl_add_entry
archive_entry_acl_add_entry_w
archive_entry_acl_clear
archive_entry_acl_count
archive_entry_acl_from_text
archive_entry_acl_from_text_w
archive_entry_acl_next
archive_entry_acl_next_w
archive_entry_acl_reset
archive_entry_acl_text
archive_entry_acl_text_w
archive_entry_acl_to_text
archive_entry_acl_to_text_w
archive_entry_acl_types
archive_entry_atime
archive_entry_atime_is_set
archive_entry_atime_nsec
archive_entry_birthtime
archive_entry_birthtime_is_set
archive_entry_birthtime_nsec
archive_entry_clear
archive_entry_clone
archive_entry_copy_fflags_text
archive_entry_copy_fflags_text_w
archive_entry_copy_gname
archive_entry_copy_gname_w
archive_entry_copy_hardlink
archive_entry_copy_hardlink_w
archive_entry_copy_link
archive_entry_copy_link_w
archive_entry_copy_mac_metadata
archive_entry_copy_pathname
archive_entry_copy_pathname_w
archive_entry_copy_sourcepath
archive_entry_copy_sourcepath_w
archive_entry_copy_stat
archive_entry_copy_symlink
archive_entry_copy_symlink_w
archive_entry_copy_uname
archive_entry_copy_uname_w
archive_entry_ctime
archive_entry_ctime_is_set
archive_entry_ctime_nsec
archive_entry_dev
archive_entry_dev_is_set
archive_entry_devmajor
archive_entry_devminor
archive_entry_fflags
archive_entry_fflags_text
archive_entry_filetype
archive_entry_free
archive_entry_gid
archive_entry_gname
archive_entry_gname_utf8
archive_entry_gname_w
archive_entry_hardlink
archive_entry_hardlink_utf8
archive_entry_hardlink_w
archive_entry_ino
archive_entry_ino64
archive_entry_ino_is_set
archive_entry_is_data_encrypted
archive_entry_is_encrypted
archive_entry_is_metadata_encrypted
archive_entry_linkify
archive_entry_linkresolver_free
archive_entry_linkresolver_new
archive_entry_linkresolver_set_strategy
archive_entry_mac_metadata
archive_entry_mode
archive_entry_mtime
archive_entry_mtime_is_set
archive_entry_mtime_nsec
archive_entry_new
archive_entry_new2
archive_entry_nlink
archive_entry_partial_links
archive_entry_pathname
archive_entry_pathname_utf8
archive_entry_pathname_w
archive_entry_perm
archive_entry_rdev
archive_entry_rdevmajor
archive_entry_rdevminor
archive_entry_set_atime
archive_entry_set_birthtime
archive_entry_set_ctime
archive_entry_set_dev
archive_entry_set_devmajor
archive_entry_set_devminor
archive_entry_set_fflags
archive_entry_set_filetype
archive_entry_set_gid
archive_entry_set_gname
archive_entry_set_gname_utf8
archive_entry_set_hardlink
archive_entry_set_hardlink_utf8
archive_entry_set_ino
archive_entry_set_ino64
archive_entry_set_is_data_encrypted
archive_entry_set_is_metadata_encrypted
archive_entry_set_link
archive_entry_set_link_utf8
archive_entry_set_mode
archive_entry_set_mtime
archive_entry_set_nlink
archive_entry_set_pathname
archive_entry_set_pathname_utf8
archive_entry_set_perm
archive_entry_set_rdev
archive_entry_set_rdevmajor
archive_entry_set_rdevminor
archive_entry_set_size
archive_entry_set_symlink
archive_entry_set_symlink_type
archive_entry_set_symlink_utf8
archive_entry_set_uid
archive_entry_set_uname
archive_entry_set_uname_utf8
archive_entry_size
archive_entry_size_is_set
archive_entry_sourcepath
archive_entry_sourcepath_w
archive_entry_sparse_add_entry
archive_entry_sparse_clear
archive_entry_sparse_count
archive_entry_sparse_next
archive_entry_sparse_reset
archive_entry_stat
archive_entry_strmode
archive_entry_symlink
archive_entry_symlink_type
archive_entry_symlink_utf8
archive_entry_symlink_w
archive_entry_uid
archive_entry_uname
archive_entry_uname_utf8
archive_entry_uname_w
archive_entry_unset_atime
archive_entry_unset_birthtime
archive_entry_unset_ctime
archive_entry_unset_mtime
archive_entry_unset_size
archive_entry_update_gname_utf8
archive_entry_update_hardlink_utf8
archive_entry_update_link_utf8
archive_entry_update_pathname_utf8
archive_entry_update_symlink_utf8
archive_entry_update_uname_utf8
archive_entry_xattr_add_entry
archive_entry_xattr_clear
archive_entry_xattr_count
archive_entry_xattr_next
archive_entry_xattr_reset
archive_errno
archive_error_string
archive_file_count
archive_filter_bytes
archive_filter_code
archive_filter_count
archive_filter_name
archive_format
archive_format_name
archive_free
archive_liblz4_version
archive_liblzma_version
archive_libzstd_version
archive_match_exclude_entry
archive_match_exclude_pattern
archive_match_exclude_pattern_from_file
archive_match_exclude_pattern_from_file_w
archive_match_exclude_pattern_w
archive_match_excluded
archive_match_free
archive_match_include_date
archive_match_include_date_w
archive_match_include_file_time
archive_match_include_file_time_w
archive_match_include_gid
archive_match_include_gname
archive_match_include_gname_w
archive_match_include_pattern
archive_match_include_pattern_from_file
archive_match_include_pattern_from_file_w
archive_match_include_pattern_w
archive_match_include_time
archive_match_include_uid
archive_match_include_uname
archive_match_include_uname_w
archive_match_new
archive_match_owner_excluded
archive_match_path_excluded
archive_match_path_unmatched_inclusions
archive_match_path_unmatched_inclusions_next
archive_match_path_unmatched_inclusions_next_w
archive_match_set_inclusion_recursion
archive_match_time_excluded
archive_position_compressed
archive_position_uncompressed
archive_read_add_callback_data
archive_read_add_passphrase
archive_read_append_callback_data
archive_read_append_filter
archive_read_append_filter_program
archive_read_append_filter_program_signature
archive_read_close
archive_read_data
archive_read_data_block
archive_read_data_into_fd
archive_read_data_skip
archive_read_disk_can_descend
archive_read_disk_current_filesystem
archive_read_disk_current_filesystem_is_remote
archive_read_disk_current_filesystem_is_synthetic
archive_read_disk_descend
archive_read_disk_entry_from_file
archive_read_disk_gname
archive_read_disk_new
archive_read_disk_open
archive_read_disk_open_w
archive_read_disk_set_atime_restored
archive_read_disk_set_behavior
archive_read_disk_set_gname_lookup
archive_read_disk_set_matching
archive_read_disk_set_metadata_filter_callback
archive_read_disk_set_standard_lookup
archive_read_disk_set_symlink_hybrid
archive_read_disk_set_symlink_logical
archive_read_disk_set_symlink_physical
archive_read_disk_set_uname_lookup
archive_read_disk_uname
archive_read_extract
archive_read_extract2
archive_read_extract_set_progress_callback
archive_read_extract_set_skip_file
archive_read_finish
archive_read_format_capabilities
archive_read_free
archive_read_has_encrypted_entries
archive_read_header_position
archive_read_new
archive_read_next_header
archive_read_next_header2
archive_read_open
archive_read_open1
archive_read_open2
archive_read_open_FILE
archive_read_open_fd
archive_read_open_file
archive_read_open_filename
archive_read_open_filename_w
archive_read_open_filenames
archive_read_open_memory
archive_read_open_memory2
archive_read_prepend_callback_data
archive_read_set_callback_data
archive_read_set_callback_data2
archive_read_set_close_callback
archive_read_set_filter_option
archive_read_set_format
archive_read_set_format_option
archive_read_set_open_callback
archive_read_set_option
archive_read_set_options
archive_read_set_passphrase_callback
archive_read_set_read_callback
archive_read_set_seek_callback
archive_read_set_skip_callback
archive_read_set_switch_callback
archive_read_support_compression_all
archive_read_support_compression_bzip2
archive_read_support_compression_compress
archive_read_support_compression_gzip
archive_read_support_compression_lzip
archive_read_support_compression_lzma
archive_read_support_compression_none
archive_read_support_compression_program
archive_read_support_compression_program_signature
archive_read_support_compression_rpm
archive_read_support_compression_uu
archive_read_support_compression_xz
archive_read_support_filter_all
archive_read_support_filter_bzip2
archive_read_support_filter_compress
archive_read_support_filter_grzip
archive_read_support_filter_gzip
archive_read_support_filter_lrzip
archive_read_support_filter_lz4
archive_read_support_filter_lzip
archive_read_support_filter_lzma
archive_read_support_filter_lzop
archive_read_support_filter_none
archive_read_support_filter_program
archive_read_support_filter_program_signature
archive_read_support_filter_rpm
archive_read_support_filter_uu
archive_read_support_filter_xz
archive_read_support_filter_zstd
archive_read_support_format_7zip
archive_read_support_format_all
archive_read_support_format_ar
archive_read_support_format_by_code
archive_read_support_format_cab
archive_read_support_format_cpio
archive_read_support_format_empty
archive_read_support_format_gnutar
archive_read_support_format_iso9660
archive_read_support_format_lha
archive_read_support_format_mtree
archive_read_support_format_rar
archive_read_support_format_rar5
archive_read_support_format_raw
archive_read_support_format_tar
archive_read_support_format_warc
archive_read_support_format_xar
archive_read_support_format_zip
archive_read_support_format_zip_seekable
archive_read_support_format_zip_streamable
archive_seek_data
archive_set_error
archive_utility_string_sort
archive_version_details
archive_version_number
archive_version_string
archive_write_add_filter
archive_write_add_filter_b64encode
archive_write_add_filter_by_name
archive_write_add_filter_bzip2
archive_write_add_filter_compress
archive_write_add_filter_grzip
archive_write_add_filter_gzip
archive_write_add_filter_lrzip
archive_write_add_filter_lz4
archive_write_add_filter_lzip
archive_write_add_filter_lzma
archive_write_add_filter_lzop
archive_write_add_filter_none
archive_write_add_filter_program
archive_write_add_filter_uuencode
archive_write_add_filter_xz
archive_write_add_filter_zstd
archive_write_close
archive_write_data
archive_write_data_block
archive_write_disk_gid
archive_write_disk_new
archive_write_disk_set_group_lookup
archive_write_disk_set_options
archive_write_disk_set_skip_file
archive_write_disk_set_standard_lookup
archive_write_disk_set_user_lookup
archive_write_disk_uid
archive_write_fail
archive_write_finish
archive_write_finish_entry
archive_write_free
archive_write_get_bytes_in_last_block
archive_write_get_bytes_per_block
archive_write_header
archive_write_new
archive_write_open
archive_write_open_FILE
archive_write_open_fd
archive_write_open_file
archive_write_open_filename
archive_write_open_filename_w
archive_write_open_memory
archive_write_set_bytes_in_last_block
archive_write_set_bytes_per_block
archive_write_set_compression_bzip2
archive_write_set_compression_compress
archive_write_set_compression_gzip
archive_write_set_compression_lzip
archive_write_set_compression_lzma
archive_write_set_compression_none
archive_write_set_compression_program
archive_write_set_compression_xz
archive_write_set_filter_option
archive_write_set_format
archive_write_set_format_7zip
archive_write_set_format_ar_bsd
archive_write_set_format_ar_svr4
archive_write_set_format_by_name
archive_write_set_format_cpio
archive_write_set_format_cpio_newc
archive_write_set_format_filter_by_ext
archive_write_set_format_filter_by_ext_def
archive_write_set_format_gnutar
archive_write_set_format_iso9660
archive_write_set_format_mtree
archive_write_set_format_mtree_classic
archive_write_set_format_option
archive_write_set_format_pax
archive_write_set_format_pax_restricted
archive_write_set_format_raw
archive_write_set_format_shar
archive_write_set_format_shar_dump
archive_write_set_format_ustar
archive_write_set_format_v7tar
archive_write_set_format_warc
archive_write_set_format_xar
archive_write_set_format_zip
archive_write_set_option
archive_write_set_options
archive_write_set_passphrase
archive_write_set_passphrase_callback
archive_write_set_skip_file
archive_write_zip_set_compression_deflate
archive_write_zip_set_compression_store
archive_zlib_version
asctime
asctime_r
async_run_on_cpu
async_run_on_cpu: @cpu: The vCPU to run on. @func: The function to be executed. @data: Data to pass to the function.
async_safe_run_on_cpu
async_safe_run_on_cpu: @cpu: The vCPU to run on. @func: The function to be executed. @data: Data to pass to the function.
at_quick_exit
atexit
atof
atoi
atol
atoll
bcmp
bcopy
bfd_getb16
bfd_getb32
bfd_getl16
bfd_getl32
bfd_getl64
bind
bindresvport
bindresvport6
bitmap_clear
bitmap_find_next_zero_area
bitmap_set
bitmap_set_atomic
bitmap_test_and_clear_atomic
breakpoint_handler
brk
bsearch
buffer_read_memory
bzero
call_rcu1
calloc
chdir
chmod
chown
chroot
clearenv
clearerr
clearerr_unlocked
clock
clock_getcpuclockid
clock_getres
clock_gettime
clock_nanosleep
clock_settime
close
closedir
compress
compress2
compressBound
confstr
connect
container_get
container_get: @root: root of the #path, e.g., object_get_root() @path: path to the container
cpu_abort
cpu_address_space_init
cpu_address_space_init: @cpu: CPU to add this address space to @as: address space to add @asidx: integer index of this address space
cpu_breakpoint_insert
cpu_breakpoint_remove
cpu_breakpoint_remove_all
cpu_breakpoint_remove_by_instr
cpu_breakpoint_remove_by_ref
cpu_cc_compute_all
cpu_class_by_name
cpu_class_by_name: @typename: The CPU base type. @cpu_model: The model string without any parameters.
cpu_clear_apic_feature
cpu_copy
cpu_dump_state
cpu_dump_state: @cpu: The CPU whose state is to be dumped. @f: File to dump to. @cpu_fprintf: Function to dump with. @flags: Flags what to dump.
cpu_dump_statistics
cpu_dump_statistics: @cpu: The CPU whose state is to be dumped. @f: File to dump to. @cpu_fprintf: Function to dump with. @flags: Flags what to dump.
cpu_exec
cpu_exec_end
cpu_exec_end: @cpu: The CPU for the current thread.
cpu_exec_init_all
cpu_exec_initfn
cpu_exec_realizefn
cpu_exec_start
cpu_exec_start: @cpu: The CPU for the current thread.
cpu_exec_step_atomic
cpu_exec_unrealizefn
cpu_exists
cpu_exists: @id: Guest-exposed CPU ID to lookup.
cpu_exit
cpu_exit: @cpu: The CPU to exit.
cpu_flush_icache_range
cpu_gen_init
cpu_generic_init
cpu_generic_init: @typename: The CPU base type. @cpu_model: The model string including optional parameters.
cpu_get_address_space
cpu_get_address_space: @cpu: CPU to get address space from @asidx: index identifying which address space to get
cpu_get_apic_base
cpu_get_apic_tpr
cpu_get_crash_info
cpu_get_crash_info: @cpu: The CPU to get crash information for
cpu_get_current_apic
cpu_get_fp80
cpu_get_memory_mapping
cpu_get_memory_mapping: @cpu: The CPU whose memory mappings are to be obtained. @list: Where to write the memory mappings to. @errp: Pointer for reporting an #Error.
cpu_get_pic_interrupt
cpu_get_tsc
cpu_io_recompile
cpu_is_bsp
cpu_is_stopped
cpu_is_stopped: @cpu: The CPU to check.
cpu_list_add
cpu_list_add: @cpu: The CPU to be added to the list of CPUs.
cpu_list_lock
cpu_list_remove
cpu_list_remove: @cpu: The CPU to be removed from the list of CPUs.
cpu_list_unlock
cpu_loop_exit
cpu_loop_exit_atomic
cpu_loop_exit_noexc
cpu_loop_exit_restore
cpu_memory_rw_debug
cpu_paging_enabled
cpu_paging_enabled: @cpu: The CPU whose state is to be inspected.
cpu_physical_memory_is_io
cpu_physical_memory_map
cpu_physical_memory_rw
cpu_physical_memory_rw_ex
cpu_physical_memory_unmap
cpu_physical_memory_write_rom
cpu_rcont_check_restore
cpu_register_map_client
cpu_reloading_memory_map
cpu_remove
cpu_remove: @cpu: The CPU to remove.
cpu_remove_sync
cpu_remove_sync: @cpu: The CPU to remove.
cpu_report_tpr_access
cpu_reset
cpu_reset: @cpu: The CPU whose state is to be reset.
cpu_reset_interrupt
cpu_reset_interrupt: @cpu: The CPU to clear the interrupt on. @mask: The interrupt mask to clear.
cpu_restore_state
cpu_resume
cpu_resume: @cpu: The CPU to resume.
cpu_rr_breakpoint_insert
cpu_set_apic_base
cpu_set_apic_tpr
cpu_set_ferr
cpu_set_fp80
cpu_set_fpuc
cpu_set_mxcsr
cpu_single_step
cpu_single_step: @cpu: CPU to the flags for. @enabled: Flags to enable.
cpu_smm_update
cpu_svm_check_intercept_param
cpu_sync_bndcs_hflags
cpu_throttle_active
cpu_throttle_active:
cpu_throttle_get_percentage
cpu_throttle_get_percentage:
cpu_throttle_set
cpu_throttle_set: @new_throttle_pct: Percent of sleep time. Valid range is 1 to 99.
cpu_throttle_stop
cpu_throttle_stop:
cpu_unregister_map_client
cpu_vmexit
cpu_watchpoint_insert
cpu_watchpoint_remove
cpu_watchpoint_remove_all
cpu_watchpoint_remove_by_ref
cpu_write_elf32_note
cpu_write_elf32_note: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct
cpu_write_elf32_qemunote
cpu_write_elf32_qemunote: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct
cpu_write_elf64_note
cpu_write_elf64_note: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct
cpu_write_elf64_qemunote
cpu_write_elf64_qemunote: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct
cpu_x86_cpuid
cpu_x86_frstor
cpu_x86_fsave
cpu_x86_fxrstor
cpu_x86_fxsave
cpu_x86_get_descr_debug
cpu_x86_init
cpu_x86_inject_mce
cpu_x86_load_seg
cpu_x86_signal_handler
cpu_x86_support_mca_broadcast
cpu_x86_update_cr0
cpu_x86_update_cr3
cpu_x86_update_cr4
cpu_x86_update_dr7
crc32
crc32_combine
crc32_z
creat
crypt
ctermid
ctime
ctime_r
daemon
deflate
deflateBound
deflateCopy
deflateEnd
deflateGetDictionary
deflateInit2_
deflateInit_
deflateParams
deflatePending
deflatePrime
deflateReset
deflateResetKeep
deflateSetDictionary
deflateSetHeader
deflateTune
device_listener_register
device_listener_unregister
device_reset
@device_reset
difftime
dirfd
disas
div
dlclose
dlerror
dlopen
dlsym
do_cpu_init
do_cpu_sipi
do_interrupt_x86_hardirq
do_run_on_cpu
do_run_on_cpu: @cpu: The vCPU to run on. @func: The function to be executed. @data: Data to pass to the function. @mutex: Mutex to release while waiting for @func to run.
do_smm_enter
do_vmexit
dprintf
drand48
drand48_r
dump_exec_info
dump_in_progress
dump_opcount_info
dup
dup2
dysize
ecvt
ecvt_r
enable_compat_apic_id_mode
end_exclusive
end_exclusive:
endhostent
endnetent
endnetgrent
endprotoent
endrpcent
endservent
endusershell
enter_priv
enter_priv() - Enter privileged mode. @cpu: Cpu state.
erand48
erand48_r
execl
execle
execlp
execv
execve
execvp
exit
exit_priv
exit_priv() - Exit privileged mode. @cpu: Cpu state.
explicit_bzero
faccessat
fchdir
fchmod
fchmodat
fchown
fchownat
fclose
fcntl
fcvt
fcvt_r
fdatasync
fdopen
fdopendir
feof
feof_unlocked
ferror
ferror_unlocked
fexecve
fflush
fflush_unlocked
ffs
ffsl
ffsll
fgetc
fgetc_unlocked
fgetpos
fgets
fileno
fileno_unlocked
find_last_bit
find_last_bit - find the last set bit in a memory region @addr: The address to start the search at @size: The maximum size to search
find_next_bit
find_next_bit - find the next set bit in a memory region @addr: The address to base the search on @offset: The bitnumber to start searching at @size: The bitmap size in bits
find_next_zero_bit
find_next_zero_bit - find the next cleared bit in a memory region @addr: The address to base the search on @offset: The bitnumber to start searching at @size: The bitmap size in bits
fips_get_state
fips_set_state
float16_default_nan
float16_is_quiet_nan
float16_is_signaling_nan
float16_maybe_silence_nan
float16_to_float32
float16_to_float64
float32_add
float32_compare
float32_compare_quiet
float32_default_nan
float32_div
float32_eq
float32_eq_quiet
float32_exp2
float32_is_quiet_nan
float32_is_signaling_nan
float32_le
float32_le_quiet
float32_log2
float32_lt
float32_lt_quiet
float32_max
float32_maxnum
float32_maxnummag
float32_maybe_silence_nan
float32_min
float32_minnum
float32_minnummag
float32_mul
float32_muladd
float32_rem
float32_round_to_int
float32_scalbn
float32_sqrt
float32_squash_input_denormal
float32_sub
float32_to_float16
float32_to_float64
float32_to_float128
float32_to_floatx80
float32_to_int16
float32_to_int32
float32_to_int64
float32_to_int16_round_to_zero
float32_to_int32_round_to_zero
float32_to_int64_round_to_zero
float32_to_uint16
float32_to_uint32
float32_to_uint64
float32_to_uint16_round_to_zero
float32_to_uint32_round_to_zero
float32_to_uint64_round_to_zero
float32_unordered
float32_unordered_quiet
float64_add
float64_compare
float64_compare_quiet
float64_default_nan
float64_div
float64_eq
float64_eq_quiet
float64_is_quiet_nan
float64_is_signaling_nan
float64_le
float64_le_quiet
float64_log2
float64_lt
float64_lt_quiet
float64_max
float64_maxnum
float64_maxnummag
float64_maybe_silence_nan
float64_min
float64_minnum
float64_minnummag
float64_mul
float64_muladd
float64_rem
float64_round_to_int
float64_scalbn
float64_sqrt
float64_squash_input_denormal
float64_sub
float64_to_float16
float64_to_float32
float64_to_float128
float64_to_floatx80
float64_to_int16
float64_to_int32
float64_to_int64
float64_to_int16_round_to_zero
float64_to_int32_round_to_zero
float64_to_int64_round_to_zero
float64_to_uint16
float64_to_uint32
float64_to_uint64
float64_to_uint16_round_to_zero
float64_to_uint32_round_to_zero
float64_to_uint64_round_to_zero
float64_trunc_to_int
float64_unordered
float64_unordered_quiet
float128_add
float128_compare
float128_compare_quiet
float128_default_nan
float128_div
float128_eq
float128_eq_quiet
float128_is_quiet_nan
float128_is_signaling_nan
float128_le
float128_le_quiet
float128_lt
float128_lt_quiet
float128_maybe_silence_nan
float128_mul
float128_rem
float128_round_to_int
float128_scalbn
float128_sqrt
float128_sub
float128_to_float32
float128_to_float64
float128_to_floatx80
float128_to_int32
float128_to_int64
float128_to_int32_round_to_zero
float128_to_int64_round_to_zero
float128_to_uint64
float128_to_uint32_round_to_zero
float128_to_uint64_round_to_zero
float128_unordered
float128_unordered_quiet
float_raise
floatx80_add
floatx80_compare
floatx80_compare_quiet
floatx80_default_nan
floatx80_div
floatx80_eq
floatx80_eq_quiet
floatx80_is_quiet_nan
floatx80_is_signaling_nan
floatx80_le
floatx80_le_quiet
floatx80_lt
floatx80_lt_quiet
floatx80_maybe_silence_nan
floatx80_mul
floatx80_rem
floatx80_round_to_int
floatx80_scalbn
floatx80_sqrt
floatx80_sub
floatx80_to_float32
floatx80_to_float64
floatx80_to_float128
floatx80_to_int32
floatx80_to_int64
floatx80_to_int32_round_to_zero
floatx80_to_int64_round_to_zero
floatx80_unordered
floatx80_unordered_quiet
flockfile
fmemopen
fopen
fork
fpathconf
fprintf
fputc
fputc_unlocked
fputs
fread
fread_unlocked
free
freeaddrinfo
freopen
fscanf
fscanf1
fseek
fseeko
fsetpos
fstat
fstatat
fsync
ftell
ftello
ftruncate
ftrylockfile
funlockfile
futimens
futimes
fwrite
fwrite_unlocked
g_allocator_free
g_allocator_new
g_array_append_vals
g_array_binary_search
g_array_copy
g_array_free
g_array_get_element_size
g_array_insert_vals
g_array_new
g_array_prepend_vals
g_array_ref
g_array_remove_index
g_array_remove_index_fast
g_array_remove_range
g_array_set_clear_func
g_array_set_size
g_array_sized_new
g_array_sort
g_array_sort_with_data
g_array_steal
g_array_unref
g_ascii_digit_value
g_ascii_dtostr
g_ascii_formatd
g_ascii_strcasecmp
g_ascii_strdown
g_ascii_string_to_signed
g_ascii_string_to_unsigned
g_ascii_strncasecmp
g_ascii_strtod
g_ascii_strtoll
g_ascii_strtoull
g_ascii_strup
g_ascii_tolower
g_ascii_toupper
g_ascii_xdigit_value
g_assert_warning
g_assertion_message
g_assertion_message_cmpnum
g_assertion_message_cmpstr
g_assertion_message_error
g_assertion_message_expr
g_async_queue_length
g_async_queue_length_unlocked
g_async_queue_lock
g_async_queue_new
g_async_queue_new_full
g_async_queue_pop
g_async_queue_pop_unlocked
g_async_queue_push
g_async_queue_push_front
g_async_queue_push_front_unlocked
g_async_queue_push_sorted
g_async_queue_push_sorted_unlocked
g_async_queue_push_unlocked
g_async_queue_ref
g_async_queue_ref_unlocked
g_async_queue_remove
g_async_queue_remove_unlocked
g_async_queue_sort
g_async_queue_sort_unlocked
g_async_queue_timed_pop
g_async_queue_timed_pop_unlocked
g_async_queue_timeout_pop
g_async_queue_timeout_pop_unlocked
g_async_queue_try_pop
g_async_queue_try_pop_unlocked
g_async_queue_unlock
g_async_queue_unref
g_async_queue_unref_and_unlock
g_atexit
g_atomic_int_add
g_atomic_int_and
g_atomic_int_compare_and_exchange
g_atomic_int_dec_and_test
g_atomic_int_exchange_and_add
g_atomic_int_get
g_atomic_int_inc
g_atomic_int_or
g_atomic_int_set
g_atomic_int_xor
g_atomic_pointer_add
g_atomic_pointer_and
g_atomic_pointer_compare_and_exchange
g_atomic_pointer_get
g_atomic_pointer_or
g_atomic_pointer_set
g_atomic_pointer_xor
g_atomic_rc_box_acquire
g_atomic_rc_box_alloc
g_atomic_rc_box_alloc0
g_atomic_rc_box_dup
g_atomic_rc_box_get_size
g_atomic_rc_box_release
g_atomic_rc_box_release_full
g_atomic_ref_count_compare
g_atomic_ref_count_dec
g_atomic_ref_count_inc
g_atomic_ref_count_init
g_base64_decode
g_base64_decode_inplace
g_base64_decode_step
g_base64_encode
g_base64_encode_close
g_base64_encode_step
g_basename
g_bit_lock
g_bit_nth_lsf
g_bit_nth_msf
g_bit_storage
g_bit_trylock
g_bit_unlock
g_blow_chunks
g_bookmark_file_add_application
g_bookmark_file_add_group
g_bookmark_file_error_quark
g_bookmark_file_free
g_bookmark_file_get_added
g_bookmark_file_get_app_info
g_bookmark_file_get_applications
g_bookmark_file_get_description
g_bookmark_file_get_groups
g_bookmark_file_get_icon
g_bookmark_file_get_is_private
g_bookmark_file_get_mime_type
g_bookmark_file_get_modified
g_bookmark_file_get_size
g_bookmark_file_get_title
g_bookmark_file_get_uris
g_bookmark_file_get_visited
g_bookmark_file_has_application
g_bookmark_file_has_group
g_bookmark_file_has_item
g_bookmark_file_load_from_data
g_bookmark_file_load_from_data_dirs
g_bookmark_file_load_from_file
g_bookmark_file_move_item
g_bookmark_file_new
g_bookmark_file_remove_application
g_bookmark_file_remove_group
g_bookmark_file_remove_item
g_bookmark_file_set_added
g_bookmark_file_set_app_info
g_bookmark_file_set_description
g_bookmark_file_set_groups
g_bookmark_file_set_icon
g_bookmark_file_set_is_private
g_bookmark_file_set_mime_type
g_bookmark_file_set_modified
g_bookmark_file_set_title
g_bookmark_file_set_visited
g_bookmark_file_to_data
g_bookmark_file_to_file
g_build_filename
g_build_filename_valist
g_build_filenamev
g_build_path
g_build_pathv
g_byte_array_append
g_byte_array_free
g_byte_array_free_to_bytes
g_byte_array_new
g_byte_array_new_take
g_byte_array_prepend
g_byte_array_ref
g_byte_array_remove_index
g_byte_array_remove_index_fast
g_byte_array_remove_range
g_byte_array_set_size
g_byte_array_sized_new
g_byte_array_sort
g_byte_array_sort_with_data
g_byte_array_steal
g_byte_array_unref
g_bytes_compare
g_bytes_equal
g_bytes_get_data
g_bytes_get_size
g_bytes_hash
g_bytes_new
g_bytes_new_from_bytes
g_bytes_new_static
g_bytes_new_take
g_bytes_new_with_free_func
g_bytes_ref
g_bytes_unref
g_bytes_unref_to_array
g_bytes_unref_to_data
g_cache_destroy
g_cache_insert
g_cache_key_foreach
g_cache_new
g_cache_remove
g_cache_value_foreach
g_canonicalize_filename
g_checksum_copy
g_checksum_free
g_checksum_get_digest
g_checksum_get_string
g_checksum_new
g_checksum_reset
g_checksum_type_get_length
g_checksum_update
g_child_watch_add
g_child_watch_add_full
g_child_watch_source_new
g_clear_error
g_clear_handle_id
g_clear_list
g_clear_pointer
g_clear_slist
g_completion_add_items
g_completion_clear_items
g_completion_complete
g_completion_complete_utf8
g_completion_free
g_completion_new
g_completion_remove_items
g_completion_set_compare
g_compute_checksum_for_bytes
g_compute_checksum_for_data
g_compute_checksum_for_string
g_compute_hmac_for_bytes
g_compute_hmac_for_data
g_compute_hmac_for_string
g_cond_broadcast
g_cond_clear
g_cond_free
g_cond_init
g_cond_new
g_cond_signal
g_cond_timed_wait
g_cond_wait
g_cond_wait_until
g_convert
g_convert_error_quark
g_convert_with_fallback
g_convert_with_iconv
g_datalist_clear
g_datalist_foreach
g_datalist_get_data
g_datalist_get_flags
g_datalist_id_dup_data
g_datalist_id_get_data
g_datalist_id_remove_no_notify
g_datalist_id_replace_data
g_datalist_id_set_data_full
g_datalist_init
g_datalist_set_flags
g_datalist_unset_flags
g_dataset_destroy
g_dataset_foreach
g_dataset_id_get_data
g_dataset_id_remove_no_notify
g_dataset_id_set_data_full
g_date_add_days
g_date_add_months
g_date_add_years
g_date_clamp
g_date_clear
g_date_compare
g_date_copy
g_date_days_between
g_date_free
g_date_get_day
g_date_get_day_of_year
g_date_get_days_in_month
g_date_get_iso8601_week_of_year
g_date_get_julian
g_date_get_monday_week_of_year
g_date_get_monday_weeks_in_year
g_date_get_month
g_date_get_sunday_week_of_year
g_date_get_sunday_weeks_in_year
g_date_get_weekday
g_date_get_year
g_date_is_first_of_month
g_date_is_last_of_month
g_date_is_leap_year
g_date_new
g_date_new_dmy
g_date_new_julian
g_date_order
g_date_set_day
g_date_set_dmy
g_date_set_julian
g_date_set_month
g_date_set_parse
g_date_set_time
g_date_set_time_t
g_date_set_time_val
g_date_set_year
g_date_strftime
g_date_subtract_days
g_date_subtract_months
g_date_subtract_years
g_date_time_add
g_date_time_add_days
g_date_time_add_full
g_date_time_add_hours
g_date_time_add_minutes
g_date_time_add_months
g_date_time_add_seconds
g_date_time_add_weeks
g_date_time_add_years
g_date_time_compare
g_date_time_difference
g_date_time_equal
g_date_time_format
g_date_time_format_iso8601
g_date_time_get_day_of_month
g_date_time_get_day_of_week
g_date_time_get_day_of_year
g_date_time_get_hour
g_date_time_get_microsecond
g_date_time_get_minute
g_date_time_get_month
g_date_time_get_second
g_date_time_get_seconds
g_date_time_get_timezone
g_date_time_get_timezone_abbreviation
g_date_time_get_utc_offset
g_date_time_get_week_numbering_year
g_date_time_get_week_of_year
g_date_time_get_year
g_date_time_get_ymd
g_date_time_hash
g_date_time_is_daylight_savings
g_date_time_new
g_date_time_new_from_iso8601
g_date_time_new_from_timeval_local
g_date_time_new_from_timeval_utc
g_date_time_new_from_unix_local
g_date_time_new_from_unix_utc
g_date_time_new_local
g_date_time_new_now
g_date_time_new_now_local
g_date_time_new_now_utc
g_date_time_new_utc
g_date_time_ref
g_date_time_to_local
g_date_time_to_timeval
g_date_time_to_timezone
g_date_time_to_unix
g_date_time_to_utc
g_date_time_unref
g_date_to_struct_tm
g_date_valid
g_date_valid_day
g_date_valid_dmy
g_date_valid_julian
g_date_valid_month
g_date_valid_weekday
g_date_valid_year
g_dcgettext
g_dgettext
g_dir_close
g_dir_make_tmp
g_dir_open
g_dir_read_name
g_dir_rewind
g_direct_equal
g_direct_hash
g_dngettext
g_double_equal
g_double_hash
g_dpgettext
g_dpgettext2
g_environ_getenv
g_environ_setenv
g_environ_unsetenv
g_error_copy
g_error_free
g_error_matches
g_error_new
g_error_new_literal
g_error_new_valist
g_file_error_from_errno
g_file_error_quark
g_file_get_contents
g_file_open_tmp
g_file_read_link
g_file_set_contents
g_file_test
g_filename_display_basename
g_filename_display_name
g_filename_from_uri
g_filename_from_utf8
g_filename_to_uri
g_filename_to_utf8
g_find_program_in_path
g_format_size
g_format_size_for_display
g_format_size_full
g_free
g_get_application_name
g_get_charset
g_get_codeset
g_get_console_charset
g_get_current_dir
g_get_current_time
g_get_environ
g_get_filename_charsets
g_get_home_dir
g_get_host_name
g_get_language_names
g_get_language_names_with_category
g_get_locale_variants
g_get_monotonic_time
g_get_num_processors
g_get_os_info
g_get_prgname
g_get_real_name
g_get_real_time
g_get_system_config_dirs
g_get_system_data_dirs
g_get_tmp_dir
g_get_user_cache_dir
g_get_user_config_dir
g_get_user_data_dir
g_get_user_name
g_get_user_runtime_dir
g_get_user_special_dir
g_getenv
g_hash_table_add
g_hash_table_contains
g_hash_table_destroy
g_hash_table_find
g_hash_table_foreach
g_hash_table_foreach_remove
g_hash_table_foreach_steal
g_hash_table_get_keys
g_hash_table_get_keys_as_array
g_hash_table_get_values
g_hash_table_insert
g_hash_table_iter_get_hash_table
g_hash_table_iter_init
g_hash_table_iter_next
g_hash_table_iter_remove
g_hash_table_iter_replace
g_hash_table_iter_steal
g_hash_table_lookup
g_hash_table_lookup_extended
g_hash_table_new
g_hash_table_new_full
g_hash_table_ref
g_hash_table_remove
g_hash_table_remove_all
g_hash_table_replace
g_hash_table_size
g_hash_table_steal
g_hash_table_steal_all
g_hash_table_steal_extended
g_hash_table_unref
g_hmac_copy
g_hmac_get_digest
g_hmac_get_string
g_hmac_new
g_hmac_ref
g_hmac_unref
g_hmac_update
g_hook_alloc
g_hook_compare_ids
g_hook_destroy
g_hook_destroy_link
g_hook_find
g_hook_find_data
g_hook_find_func
g_hook_find_func_data
g_hook_first_valid
g_hook_free
g_hook_get
g_hook_insert_before
g_hook_insert_sorted
g_hook_list_clear
g_hook_list_init
g_hook_list_invoke
g_hook_list_invoke_check
g_hook_list_marshal
g_hook_list_marshal_check
g_hook_next_valid
g_hook_prepend
g_hook_ref
g_hook_unref
g_hostname_is_ascii_encoded
g_hostname_is_ip_address
g_hostname_is_non_ascii
g_hostname_to_ascii
g_hostname_to_unicode
g_iconv
g_iconv_close
g_iconv_open
g_idle_add
g_idle_add_full
g_idle_remove_by_data
g_idle_source_new
g_int64_equal
g_int64_hash
g_int_equal
g_int_hash
g_intern_static_string
g_intern_string
g_io_add_watch
g_io_add_watch_full
g_io_channel_close
g_io_channel_error_from_errno
g_io_channel_error_quark
g_io_channel_flush
g_io_channel_get_buffer_condition
g_io_channel_get_buffer_size
g_io_channel_get_buffered
g_io_channel_get_close_on_unref
g_io_channel_get_encoding
g_io_channel_get_flags
g_io_channel_get_line_term
g_io_channel_init
g_io_channel_new_file
g_io_channel_read
g_io_channel_read_chars
g_io_channel_read_line
g_io_channel_read_line_string
g_io_channel_read_to_end
g_io_channel_read_unichar
g_io_channel_ref
g_io_channel_seek
g_io_channel_seek_position
g_io_channel_set_buffer_size
g_io_channel_set_buffered
g_io_channel_set_close_on_unref
g_io_channel_set_encoding
g_io_channel_set_flags
g_io_channel_set_line_term
g_io_channel_shutdown
g_io_channel_unix_get_fd
g_io_channel_unix_new
g_io_channel_unref
g_io_channel_write
g_io_channel_write_chars
g_io_channel_write_unichar
g_io_create_watch
g_key_file_error_quark
g_key_file_free
g_key_file_get_boolean
g_key_file_get_boolean_list
g_key_file_get_comment
g_key_file_get_double
g_key_file_get_double_list
g_key_file_get_groups
g_key_file_get_int64
g_key_file_get_integer
g_key_file_get_integer_list
g_key_file_get_keys
g_key_file_get_locale_for_key
g_key_file_get_locale_string
g_key_file_get_locale_string_list
g_key_file_get_start_group
g_key_file_get_string
g_key_file_get_string_list
g_key_file_get_uint64
g_key_file_get_value
g_key_file_has_group
g_key_file_has_key
g_key_file_load_from_bytes
g_key_file_load_from_data
g_key_file_load_from_data_dirs
g_key_file_load_from_dirs
g_key_file_load_from_file
g_key_file_new
g_key_file_ref
g_key_file_remove_comment
g_key_file_remove_group
g_key_file_remove_key
g_key_file_save_to_file
g_key_file_set_boolean
g_key_file_set_boolean_list
g_key_file_set_comment
g_key_file_set_double
g_key_file_set_double_list
g_key_file_set_int64
g_key_file_set_integer
g_key_file_set_integer_list
g_key_file_set_list_separator
g_key_file_set_locale_string
g_key_file_set_locale_string_list
g_key_file_set_string
g_key_file_set_string_list
g_key_file_set_uint64
g_key_file_set_value
g_key_file_to_data
g_key_file_unref
g_list_alloc
g_list_append
g_list_concat
g_list_copy
g_list_copy_deep
g_list_delete_link
g_list_find
g_list_find_custom
g_list_first
g_list_foreach
g_list_free
g_list_free_1
g_list_free_full
g_list_index
g_list_insert
g_list_insert_before
g_list_insert_before_link
g_list_insert_sorted
g_list_insert_sorted_with_data
g_list_last
g_list_length
g_list_nth
g_list_nth_data
g_list_nth_prev
g_list_pop_allocator
g_list_position
g_list_prepend
g_list_push_allocator
g_list_remove
g_list_remove_all
g_list_remove_link
g_list_reverse
g_list_sort
g_list_sort_with_data
g_listenv
g_locale_from_utf8
g_locale_to_utf8
g_log
g_log_default_handler
g_log_remove_handler
g_log_set_always_fatal
g_log_set_default_handler
g_log_set_fatal_mask
g_log_set_handler
g_log_set_handler_full
g_log_set_writer_func
g_log_structured
g_log_structured_array
g_log_structured_standard
g_log_variant
g_log_writer_default
g_log_writer_format_fields
g_log_writer_is_journald
g_log_writer_journald
g_log_writer_standard_streams
g_log_writer_supports_color
g_logv
g_main_context_acquire
g_main_context_add_poll
g_main_context_check
g_main_context_default
g_main_context_dispatch
g_main_context_find_source_by_funcs_user_data
g_main_context_find_source_by_id
g_main_context_find_source_by_user_data
g_main_context_get_poll_func
g_main_context_get_thread_default
g_main_context_invoke
g_main_context_invoke_full
g_main_context_is_owner
g_main_context_iteration
g_main_context_new
g_main_context_pending
g_main_context_pop_thread_default
g_main_context_prepare
g_main_context_push_thread_default
g_main_context_query
g_main_context_ref
g_main_context_ref_thread_default
g_main_context_release
g_main_context_remove_poll
g_main_context_set_poll_func
g_main_context_unref
g_main_context_wait
g_main_context_wakeup
g_main_current_source
g_main_depth
g_main_loop_get_context
g_main_loop_is_running
g_main_loop_new
g_main_loop_quit
g_main_loop_ref
g_main_loop_run
g_main_loop_unref
g_malloc
g_malloc0
g_malloc0_n
g_malloc_n
g_mapped_file_free
g_mapped_file_get_bytes
g_mapped_file_get_contents
g_mapped_file_get_length
g_mapped_file_new
g_mapped_file_new_from_fd
g_mapped_file_ref
g_mapped_file_unref
g_markup_collect_attributes
g_markup_error_quark
g_markup_escape_text
g_markup_parse_context_end_parse
g_markup_parse_context_free
g_markup_parse_context_get_element
g_markup_parse_context_get_element_stack
g_markup_parse_context_get_position
g_markup_parse_context_get_user_data
g_markup_parse_context_new
g_markup_parse_context_parse
g_markup_parse_context_pop
g_markup_parse_context_push
g_markup_parse_context_ref
g_markup_parse_context_unref
g_markup_printf_escaped
g_markup_vprintf_escaped
g_match_info_expand_references
g_match_info_fetch
g_match_info_fetch_all
g_match_info_fetch_named
g_match_info_fetch_named_pos
g_match_info_fetch_pos
g_match_info_free
g_match_info_get_match_count
g_match_info_get_regex
g_match_info_get_string
g_match_info_is_partial_match
g_match_info_matches
g_match_info_next
g_match_info_ref
g_match_info_unref
g_mem_chunk_alloc
g_mem_chunk_alloc0
g_mem_chunk_clean
g_mem_chunk_destroy
g_mem_chunk_free
g_mem_chunk_info
g_mem_chunk_new
g_mem_chunk_print
g_mem_chunk_reset
g_mem_is_system_malloc
g_mem_profile
g_mem_set_vtable
g_memdup
g_mkdir_with_parents
g_mkdtemp
g_mkdtemp_full
g_mkstemp
g_mkstemp_full
g_mutex_clear
g_mutex_free
g_mutex_init
g_mutex_lock
g_mutex_new
g_mutex_trylock
g_mutex_unlock
g_node_child_index
g_node_child_position
g_node_children_foreach
g_node_copy
g_node_copy_deep
g_node_depth
g_node_destroy
g_node_find
g_node_find_child
g_node_first_sibling
g_node_get_root
g_node_insert
g_node_insert_after
g_node_insert_before
g_node_is_ancestor
g_node_last_child
g_node_last_sibling
g_node_max_height
g_node_n_children
g_node_n_nodes
g_node_new
g_node_nth_child
g_node_pop_allocator
g_node_prepend
g_node_push_allocator
g_node_reverse_children
g_node_traverse
g_node_unlink
g_nullify_pointer
g_number_parser_error_quark
g_on_error_query
g_on_error_stack_trace
g_once_impl
g_once_init_enter
g_once_init_enter_impl
g_once_init_leave
g_option_context_add_group
g_option_context_add_main_entries
g_option_context_free
g_option_context_get_description
g_option_context_get_help
g_option_context_get_help_enabled
g_option_context_get_ignore_unknown_options
g_option_context_get_main_group
g_option_context_get_strict_posix
g_option_context_get_summary
g_option_context_new
g_option_context_parse
g_option_context_parse_strv
g_option_context_set_description
g_option_context_set_help_enabled
g_option_context_set_ignore_unknown_options
g_option_context_set_main_group
g_option_context_set_strict_posix
g_option_context_set_summary
g_option_context_set_translate_func
g_option_context_set_translation_domain
g_option_error_quark
g_option_group_add_entries
g_option_group_free
g_option_group_new
g_option_group_ref
g_option_group_set_error_hook
g_option_group_set_parse_hooks
g_option_group_set_translate_func
g_option_group_set_translation_domain
g_option_group_unref
g_parse_debug_string
g_path_get_basename
g_path_get_dirname
g_path_is_absolute
g_path_skip_root
g_pattern_match
g_pattern_match_simple
g_pattern_match_string
g_pattern_spec_equal
g_pattern_spec_free
g_pattern_spec_new
g_pointer_bit_lock
g_pointer_bit_trylock
g_pointer_bit_unlock
g_poll
G_POLLFD_FORMAT:
g_prefix_error
g_print
g_printerr
g_printf_string_upper_bound
g_private_get
g_private_new
g_private_replace
g_private_set
g_propagate_error
g_propagate_prefixed_error
g_ptr_array_add
g_ptr_array_copy
g_ptr_array_extend
g_ptr_array_extend_and_steal
g_ptr_array_find
g_ptr_array_find_with_equal_func
g_ptr_array_foreach
g_ptr_array_free
g_ptr_array_insert
g_ptr_array_new
g_ptr_array_new_full
g_ptr_array_new_with_free_func
g_ptr_array_ref
g_ptr_array_remove
g_ptr_array_remove_fast
g_ptr_array_remove_index
g_ptr_array_remove_index_fast
g_ptr_array_remove_range
g_ptr_array_set_free_func
g_ptr_array_set_size
g_ptr_array_sized_new
g_ptr_array_sort
g_ptr_array_sort_with_data
g_ptr_array_steal
g_ptr_array_steal_index
g_ptr_array_steal_index_fast
g_ptr_array_unref
g_qsort_with_data
g_quark_from_static_string
g_quark_from_string
g_quark_to_string
g_quark_try_string
g_queue_clear
g_queue_clear_full
g_queue_copy
g_queue_delete_link
g_queue_find
g_queue_find_custom
g_queue_foreach
g_queue_free
g_queue_free_full
g_queue_get_length
g_queue_index
g_queue_init
g_queue_insert_after
g_queue_insert_after_link
g_queue_insert_before
g_queue_insert_before_link
g_queue_insert_sorted
g_queue_is_empty
g_queue_link_index
g_queue_new
g_queue_peek_head
g_queue_peek_head_link
g_queue_peek_nth
g_queue_peek_nth_link
g_queue_peek_tail
g_queue_peek_tail_link
g_queue_pop_head
g_queue_pop_head_link
g_queue_pop_nth
g_queue_pop_nth_link
g_queue_pop_tail
g_queue_pop_tail_link
g_queue_push_head
g_queue_push_head_link
g_queue_push_nth
g_queue_push_nth_link
g_queue_push_tail
g_queue_push_tail_link
g_queue_remove
g_queue_remove_all
g_queue_reverse
g_queue_sort
g_queue_unlink
g_rand_copy
g_rand_double
g_rand_double_range
g_rand_free
g_rand_int
g_rand_int_range
g_rand_new
g_rand_new_with_seed
g_rand_new_with_seed_array
g_rand_set_seed
g_rand_set_seed_array
g_random_double
g_random_double_range
g_random_int
g_random_int_range
g_random_set_seed
g_rc_box_acquire
g_rc_box_alloc
g_rc_box_alloc0
g_rc_box_dup
g_rc_box_get_size
g_rc_box_release
g_rc_box_release_full
g_realloc
g_realloc_n
g_rec_mutex_clear
g_rec_mutex_init
g_rec_mutex_lock
g_rec_mutex_trylock
g_rec_mutex_unlock
g_ref_count_compare
g_ref_count_dec
g_ref_count_inc
g_ref_count_init
g_ref_string_acquire
g_ref_string_length
g_ref_string_new
g_ref_string_new_intern
g_ref_string_new_len
g_ref_string_release
g_regex_check_replacement
g_regex_error_quark
g_regex_escape_nul
g_regex_escape_string
g_regex_get_capture_count
g_regex_get_compile_flags
g_regex_get_has_cr_or_lf
g_regex_get_match_flags
g_regex_get_max_backref
g_regex_get_max_lookbehind
g_regex_get_pattern
g_regex_get_string_number
g_regex_match
g_regex_match_all
g_regex_match_all_full
g_regex_match_full
g_regex_match_simple
g_regex_new
g_regex_ref
g_regex_replace
g_regex_replace_eval
g_regex_replace_literal
g_regex_split
g_regex_split_full
g_regex_split_simple
g_regex_unref
g_relation_count
g_relation_delete
g_relation_destroy
g_relation_exists
g_relation_index
g_relation_insert
g_relation_new
g_relation_print
g_relation_select
g_reload_user_special_dirs_cache
g_return_if_fail_warning
g_rw_lock_clear
g_rw_lock_init
g_rw_lock_reader_lock
g_rw_lock_reader_trylock
g_rw_lock_reader_unlock
g_rw_lock_writer_lock
g_rw_lock_writer_trylock
g_rw_lock_writer_unlock
g_scanner_cur_line
g_scanner_cur_position
g_scanner_cur_token
g_scanner_cur_value
g_scanner_destroy
g_scanner_eof
g_scanner_error
g_scanner_get_next_token
g_scanner_input_file
g_scanner_input_text
g_scanner_lookup_symbol
g_scanner_new
g_scanner_peek_next_token
g_scanner_scope_add_symbol
g_scanner_scope_foreach_symbol
g_scanner_scope_lookup_symbol
g_scanner_scope_remove_symbol
g_scanner_set_scope
g_scanner_sync_file_offset
g_scanner_unexp_token
g_scanner_warn
g_sequence_append
g_sequence_foreach
g_sequence_foreach_range
g_sequence_free
g_sequence_get
g_sequence_get_begin_iter
g_sequence_get_end_iter
g_sequence_get_iter_at_pos
g_sequence_get_length
g_sequence_insert_before
g_sequence_insert_sorted
g_sequence_insert_sorted_iter
g_sequence_is_empty
g_sequence_iter_compare
g_sequence_iter_get_position
g_sequence_iter_get_sequence
g_sequence_iter_is_begin
g_sequence_iter_is_end
g_sequence_iter_move
g_sequence_iter_next
g_sequence_iter_prev
g_sequence_lookup
g_sequence_lookup_iter
g_sequence_move
g_sequence_move_range
g_sequence_new
g_sequence_prepend
g_sequence_range_get_midpoint
g_sequence_remove
g_sequence_remove_range
g_sequence_search
g_sequence_search_iter
g_sequence_set
g_sequence_sort
g_sequence_sort_changed
g_sequence_sort_changed_iter
g_sequence_sort_iter
g_sequence_swap
g_set_application_name
g_set_error
g_set_error_literal
g_set_prgname
g_set_print_handler
g_set_printerr_handler
g_setenv
g_shell_error_quark
g_shell_parse_argv
g_shell_quote
g_shell_unquote
g_slice_alloc
g_slice_alloc0
g_slice_copy
g_slice_free1
g_slice_free_chain_with_offset
g_slice_get_config
g_slice_get_config_state
g_slice_set_config
g_slist_alloc
g_slist_append
g_slist_concat
g_slist_copy
g_slist_copy_deep
g_slist_delete_link
g_slist_find
g_slist_find_custom
g_slist_foreach
g_slist_free
g_slist_free_1
g_slist_free_full
g_slist_index
g_slist_insert
g_slist_insert_before
g_slist_insert_sorted
g_slist_insert_sorted_with_data
g_slist_last
g_slist_length
g_slist_nth
g_slist_nth_data
g_slist_pop_allocator
g_slist_position
g_slist_prepend
g_slist_push_allocator
g_slist_remove
g_slist_remove_all
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_slist_sort_with_data
g_snprintf
g_source_add_child_source
g_source_add_poll
g_source_add_unix_fd
g_source_attach
g_source_destroy
g_source_get_can_recurse
g_source_get_context
g_source_get_current_time
g_source_get_id
g_source_get_name
g_source_get_priority
g_source_get_ready_time
g_source_get_time
g_source_is_destroyed
g_source_modify_unix_fd
g_source_new
g_source_query_unix_fd
g_source_ref
g_source_remove
g_source_remove_by_funcs_user_data
g_source_remove_by_user_data
g_source_remove_child_source
g_source_remove_poll
g_source_remove_unix_fd
g_source_set_callback
g_source_set_callback_indirect
g_source_set_can_recurse
g_source_set_dispose_function
g_source_set_funcs
g_source_set_name
g_source_set_name_by_id
g_source_set_priority
g_source_set_ready_time
g_source_unref
g_spaced_primes_closest
g_spawn_async
g_spawn_async_with_fds
g_spawn_async_with_pipes
g_spawn_check_exit_status
g_spawn_close_pid
g_spawn_command_line_async
g_spawn_command_line_sync
g_spawn_error_quark
g_spawn_exit_error_quark
g_spawn_sync
g_static_mutex_free
g_static_mutex_get_mutex_impl
g_static_mutex_init
g_static_private_free
g_static_private_get
g_static_private_init
g_static_private_set
g_static_rec_mutex_free
g_static_rec_mutex_init
g_static_rec_mutex_lock
g_static_rec_mutex_lock_full
g_static_rec_mutex_trylock
g_static_rec_mutex_unlock
g_static_rec_mutex_unlock_full
g_static_rw_lock_free
g_static_rw_lock_init
g_static_rw_lock_reader_lock
g_static_rw_lock_reader_trylock
g_static_rw_lock_reader_unlock
g_static_rw_lock_writer_lock
g_static_rw_lock_writer_trylock
g_static_rw_lock_writer_unlock
g_stpcpy
g_str_equal
g_str_has_prefix
g_str_has_suffix
g_str_hash
g_str_is_ascii
g_str_match_string
g_str_to_ascii
g_str_tokenize_and_fold
g_strcanon
g_strcasecmp
g_strchomp
g_strchug
g_strcmp0
g_strcompress
g_strconcat
g_strdelimit
g_strdown
g_strdup
g_strdup_printf
g_strdup_vprintf
g_strdupv
g_strerror
g_strescape
g_strfreev
g_string_append
g_string_append_c
g_string_append_len
g_string_append_printf
g_string_append_unichar
g_string_append_uri_escaped
g_string_append_vprintf
g_string_ascii_down
g_string_ascii_up
g_string_assign
g_string_chunk_clear
g_string_chunk_free
g_string_chunk_insert
g_string_chunk_insert_const
g_string_chunk_insert_len
g_string_chunk_new
g_string_down
g_string_equal
g_string_erase
g_string_free
g_string_free_to_bytes
g_string_hash
g_string_insert
g_string_insert_c
g_string_insert_len
g_string_insert_unichar
g_string_new
g_string_new_len
g_string_overwrite
g_string_overwrite_len
g_string_prepend
g_string_prepend_c
g_string_prepend_len
g_string_prepend_unichar
g_string_printf
g_string_set_size
g_string_sized_new
g_string_truncate
g_string_up
g_string_vprintf
g_strip_context
g_strjoin
g_strjoinv
g_strlcat
g_strlcpy
g_strncasecmp
g_strndup
g_strnfill
g_strreverse
g_strrstr
g_strrstr_len
g_strsignal
g_strsplit
g_strsplit_set
g_strstr_len
g_strtod
g_strup
g_strv_contains
g_strv_equal
g_strv_length
g_test_add_data_func
g_test_add_data_func_full
g_test_add_func
g_test_add_vtable
g_test_assert_expected_messages_internal
g_test_bug
g_test_bug_base
g_test_build_filename
g_test_create_case
g_test_create_suite
g_test_expect_message
g_test_fail
g_test_failed
g_test_get_dir
g_test_get_filename
g_test_get_root
g_test_incomplete
g_test_init
g_test_log_buffer_free
g_test_log_buffer_new
g_test_log_buffer_pop
g_test_log_buffer_push
g_test_log_msg_free
g_test_log_set_fatal_handler
g_test_log_type_name
g_test_maximized_result
g_test_message
g_test_minimized_result
g_test_queue_destroy
g_test_queue_free
g_test_rand_double
g_test_rand_double_range
g_test_rand_int
g_test_rand_int_range
g_test_run
g_test_run_suite
g_test_set_nonfatal_assertions
g_test_skip
g_test_subprocess
g_test_suite_add
g_test_suite_add_suite
g_test_summary
g_test_timer_elapsed
g_test_timer_last
g_test_timer_start
g_test_trap_assertions
g_test_trap_fork
g_test_trap_has_passed
g_test_trap_reached_timeout
g_test_trap_subprocess
g_thread_create
g_thread_create_full
g_thread_error_quark
g_thread_exit
g_thread_foreach
g_thread_get_initialized
g_thread_init
g_thread_init_with_errorcheck_mutexes
g_thread_join
g_thread_new
g_thread_pool_free
g_thread_pool_get_max_idle_time
g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_move_to_front
g_thread_pool_new
g_thread_pool_push
g_thread_pool_set_max_idle_time
g_thread_pool_set_max_threads
g_thread_pool_set_max_unused_threads
g_thread_pool_set_sort_function
g_thread_pool_stop_unused_threads
g_thread_pool_unprocessed
g_thread_ref
g_thread_self
g_thread_set_priority
g_thread_try_new
g_thread_unref
g_thread_yield
g_time_val_add
g_time_val_from_iso8601
g_time_val_to_iso8601
g_time_zone_adjust_time
g_time_zone_find_interval
g_time_zone_get_abbreviation
g_time_zone_get_identifier
g_time_zone_get_offset
g_time_zone_is_dst
g_time_zone_new
g_time_zone_new_local
g_time_zone_new_offset
g_time_zone_new_utc
g_time_zone_ref
g_time_zone_unref
g_timeout_add
g_timeout_add_full
g_timeout_add_seconds
g_timeout_add_seconds_full
g_timeout_source_new
g_timeout_source_new_seconds
g_timer_continue
g_timer_destroy
g_timer_elapsed
g_timer_is_active
g_timer_new
g_timer_reset
g_timer_start
g_timer_stop
g_trash_stack_height
g_trash_stack_peek
g_trash_stack_pop
g_trash_stack_push
g_tree_destroy
g_tree_foreach
g_tree_height
g_tree_insert
g_tree_lookup
g_tree_lookup_extended
g_tree_new
g_tree_new_full
g_tree_new_with_data
g_tree_nnodes
g_tree_ref
g_tree_remove
g_tree_replace
g_tree_search
g_tree_steal
g_tree_traverse
g_tree_unref
g_try_malloc
g_try_malloc0
g_try_malloc0_n
g_try_malloc_n
g_try_realloc
g_try_realloc_n
g_tuples_destroy
g_tuples_index
g_ucs4_to_utf8
g_ucs4_to_utf16
g_unichar_break_type
g_unichar_combining_class
g_unichar_compose
g_unichar_decompose
g_unichar_digit_value
g_unichar_fully_decompose
g_unichar_get_mirror_char
g_unichar_get_script
g_unichar_isalnum
g_unichar_isalpha
g_unichar_iscntrl
g_unichar_isdefined
g_unichar_isdigit
g_unichar_isgraph
g_unichar_islower
g_unichar_ismark
g_unichar_isprint
g_unichar_ispunct
g_unichar_isspace
g_unichar_istitle
g_unichar_isupper
g_unichar_iswide
g_unichar_iswide_cjk
g_unichar_isxdigit
g_unichar_iszerowidth
g_unichar_to_utf8
g_unichar_tolower
g_unichar_totitle
g_unichar_toupper
g_unichar_type
g_unichar_validate
g_unichar_xdigit_value
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
g_unicode_script_from_iso15924
g_unicode_script_to_iso15924
g_unsetenv
g_uri_escape_string
g_uri_list_extract_uris
g_uri_parse_scheme
g_uri_unescape_segment
g_uri_unescape_string
g_usleep
g_utf8_casefold
g_utf8_collate
g_utf8_collate_key
g_utf8_collate_key_for_filename
g_utf8_find_next_char
g_utf8_find_prev_char
g_utf8_get_char
g_utf8_get_char_validated
g_utf8_make_valid
g_utf8_normalize
g_utf8_offset_to_pointer
g_utf8_pointer_to_offset
g_utf8_prev_char
g_utf8_strchr
g_utf8_strdown
g_utf8_strlen
g_utf8_strncpy
g_utf8_strrchr
g_utf8_strreverse
g_utf8_strup
g_utf8_substring
g_utf8_to_ucs4
g_utf8_to_ucs4_fast
g_utf8_to_utf16
g_utf8_validate
g_utf8_validate_len
g_utf16_to_ucs4
g_utf16_to_utf8
g_uuid_string_is_valid
g_uuid_string_random
g_variant_builder_add
g_variant_builder_add_parsed
g_variant_builder_add_value
g_variant_builder_clear
g_variant_builder_close
g_variant_builder_end
g_variant_builder_init
g_variant_builder_new
g_variant_builder_open
g_variant_builder_ref
g_variant_builder_unref
g_variant_byteswap
g_variant_check_format_string
g_variant_classify
g_variant_compare
g_variant_dict_clear
g_variant_dict_contains
g_variant_dict_end
g_variant_dict_init
g_variant_dict_insert
g_variant_dict_insert_value
g_variant_dict_lookup
g_variant_dict_lookup_value
g_variant_dict_new
g_variant_dict_ref
g_variant_dict_remove
g_variant_dict_unref
g_variant_dup_bytestring
g_variant_dup_bytestring_array
g_variant_dup_objv
g_variant_dup_string
g_variant_dup_strv
g_variant_equal
g_variant_get
g_variant_get_boolean
g_variant_get_byte
g_variant_get_bytestring
g_variant_get_bytestring_array
g_variant_get_child
g_variant_get_child_value
g_variant_get_data
g_variant_get_data_as_bytes
g_variant_get_double
g_variant_get_fixed_array
g_variant_get_handle
g_variant_get_int16
g_variant_get_int32
g_variant_get_int64
g_variant_get_maybe
g_variant_get_normal_form
g_variant_get_objv
g_variant_get_size
g_variant_get_string
g_variant_get_strv
g_variant_get_type
g_variant_get_type_string
g_variant_get_uint16
g_variant_get_uint32
g_variant_get_uint64
g_variant_get_va
g_variant_get_variant
g_variant_hash
g_variant_is_container
g_variant_is_floating
g_variant_is_normal_form
g_variant_is_object_path
g_variant_is_of_type
g_variant_is_signature
g_variant_iter_copy
g_variant_iter_free
g_variant_iter_init
g_variant_iter_loop
g_variant_iter_n_children
g_variant_iter_new
g_variant_iter_next
g_variant_iter_next_value
g_variant_lookup
g_variant_lookup_value
g_variant_n_children
g_variant_new
g_variant_new_array
g_variant_new_boolean
g_variant_new_byte
g_variant_new_bytestring
g_variant_new_bytestring_array
g_variant_new_dict_entry
g_variant_new_double
g_variant_new_fixed_array
g_variant_new_from_bytes
g_variant_new_from_data
g_variant_new_handle
g_variant_new_int16
g_variant_new_int32
g_variant_new_int64
g_variant_new_maybe
g_variant_new_object_path
g_variant_new_objv
g_variant_new_parsed
g_variant_new_parsed_va
g_variant_new_printf
g_variant_new_signature
g_variant_new_string
g_variant_new_strv
g_variant_new_take_string
g_variant_new_tuple
g_variant_new_uint16
g_variant_new_uint32
g_variant_new_uint64
g_variant_new_va
g_variant_new_variant
g_variant_parse
g_variant_parse_error_print_context
g_variant_parse_error_quark
g_variant_parser_get_error_quark
g_variant_print
g_variant_print_string
g_variant_ref
g_variant_ref_sink
g_variant_store
g_variant_take_ref
g_variant_type_checked_
g_variant_type_copy
g_variant_type_dup_string
g_variant_type_element
g_variant_type_equal
g_variant_type_first
g_variant_type_free
g_variant_type_get_string_length
g_variant_type_hash
g_variant_type_is_array
g_variant_type_is_basic
g_variant_type_is_container
g_variant_type_is_definite
g_variant_type_is_dict_entry
g_variant_type_is_maybe
g_variant_type_is_subtype_of
g_variant_type_is_tuple
g_variant_type_is_variant
g_variant_type_key
g_variant_type_n_items
g_variant_type_new
g_variant_type_new_array
g_variant_type_new_dict_entry
g_variant_type_new_maybe
g_variant_type_new_tuple
g_variant_type_next
g_variant_type_peek_string
g_variant_type_string_get_depth_
g_variant_type_string_is_valid
g_variant_type_string_scan
g_variant_type_value
g_variant_unref
g_vsnprintf
g_warn_message
gai_strerror
garray_len
gcvt
gen_intermediate_code
gen_new_label
generic_print_address
generic_symbol_at_address
get_cpu
get_cpu() - Get cpu state object.
get_crc_table
get_next_param_value
get_opt_name
get_opt_value
get_page_addr_code
get_param_value
get_register_name_32
get_system_io
get_system_memory
getaddrinfo
getc
getc_unlocked
getchar
getchar_unlocked
getcwd
getdelim
getdirentries
getdomainname
getdtablesize
getegid
getentropy
getenv
geteuid
getgid
getgroups
gethostbyaddr
gethostbyaddr_r
gethostbyname
gethostbyname2
gethostbyname2_r
gethostbyname_r
gethostent
gethostent_r
gethostid
gethostname
getitimer
getline
getloadavg
getlogin
getlogin_r
getnameinfo
getnetbyaddr
getnetbyaddr_r
getnetbyname
getnetbyname_r
getnetent
getnetent_r
getnetgrent
getnetgrent_r
getopt
getpagesize
getpass
getpeername
getpgid
getpgrp
getpid
getppid
getprotobyname
getprotobyname_r
getprotobynumber
getprotobynumber_r
getprotoent
getprotoent_r
getrpcbyname
getrpcbyname_r
getrpcbynumber
getrpcbynumber_r
getrpcent
getrpcent_r
getservbyname
getservbyname_r
getservbyport
getservbyport_r
getservent
getservent_r
getsid
getsockname
getsockopt
getsubopt
gettimeofday
getuid
getusershell
getw
getwd
glib_check_version
gmtime
gmtime_r
gnu_dev_major
gnu_dev_makedev
gnu_dev_minor
gsignal
gzbuffer
gzclearerr
gzclose
gzclose_r
gzclose_w
gzdirect
gzdopen
gzeof
gzerror
gzflush
gzfread
gzfwrite
gzgetc
gzgetc_
gzgets
gzoffset
gzopen
gzprintf
gzputc
gzputs
gzread
gzrewind
gzseek
gzsetparams
gztell
gzungetc
gzvprintf
gzwrite
has_help_option
has_rr2_file_extention
helper_atomic_add_fetchb_mmu
helper_atomic_add_fetchl_be_mmu
helper_atomic_add_fetchl_le_mmu
helper_atomic_add_fetchq_be_mmu
helper_atomic_add_fetchq_le_mmu
helper_atomic_add_fetchw_be_mmu
helper_atomic_add_fetchw_le_mmu
helper_atomic_and_fetchb_mmu
helper_atomic_and_fetchl_be_mmu
helper_atomic_and_fetchl_le_mmu
helper_atomic_and_fetchq_be_mmu
helper_atomic_and_fetchq_le_mmu
helper_atomic_and_fetchw_be_mmu
helper_atomic_and_fetchw_le_mmu
helper_atomic_cmpxchgb_mmu
helper_atomic_cmpxchgl_be_mmu
helper_atomic_cmpxchgl_le_mmu
helper_atomic_cmpxchgq_be_mmu
helper_atomic_cmpxchgq_le_mmu
helper_atomic_cmpxchgw_be_mmu
helper_atomic_cmpxchgw_le_mmu
helper_atomic_fetch_addb_mmu
helper_atomic_fetch_addl_be_mmu
helper_atomic_fetch_addl_le_mmu
helper_atomic_fetch_addq_be_mmu
helper_atomic_fetch_addq_le_mmu
helper_atomic_fetch_addw_be_mmu
helper_atomic_fetch_addw_le_mmu
helper_atomic_fetch_andb_mmu
helper_atomic_fetch_andl_be_mmu
helper_atomic_fetch_andl_le_mmu
helper_atomic_fetch_andq_be_mmu
helper_atomic_fetch_andq_le_mmu
helper_atomic_fetch_andw_be_mmu
helper_atomic_fetch_andw_le_mmu
helper_atomic_fetch_orb_mmu
helper_atomic_fetch_orl_be_mmu
helper_atomic_fetch_orl_le_mmu
helper_atomic_fetch_orq_be_mmu
helper_atomic_fetch_orq_le_mmu
helper_atomic_fetch_orw_be_mmu
helper_atomic_fetch_orw_le_mmu
helper_atomic_fetch_subb_mmu
helper_atomic_fetch_subl_be_mmu
helper_atomic_fetch_subl_le_mmu
helper_atomic_fetch_subq_be_mmu
helper_atomic_fetch_subq_le_mmu
helper_atomic_fetch_subw_be_mmu
helper_atomic_fetch_subw_le_mmu
helper_atomic_fetch_xorb_mmu
helper_atomic_fetch_xorl_be_mmu
helper_atomic_fetch_xorl_le_mmu
helper_atomic_fetch_xorq_be_mmu
helper_atomic_fetch_xorq_le_mmu
helper_atomic_fetch_xorw_be_mmu
helper_atomic_fetch_xorw_le_mmu
helper_atomic_or_fetchb_mmu
helper_atomic_or_fetchl_be_mmu
helper_atomic_or_fetchl_le_mmu
helper_atomic_or_fetchq_be_mmu
helper_atomic_or_fetchq_le_mmu
helper_atomic_or_fetchw_be_mmu
helper_atomic_or_fetchw_le_mmu
helper_atomic_sub_fetchb_mmu
helper_atomic_sub_fetchl_be_mmu
helper_atomic_sub_fetchl_le_mmu
helper_atomic_sub_fetchq_be_mmu
helper_atomic_sub_fetchq_le_mmu
helper_atomic_sub_fetchw_be_mmu
helper_atomic_sub_fetchw_le_mmu
helper_atomic_xchgb_mmu
helper_atomic_xchgl_be_mmu
helper_atomic_xchgl_le_mmu
helper_atomic_xchgq_be_mmu
helper_atomic_xchgq_le_mmu
helper_atomic_xchgw_be_mmu
helper_atomic_xchgw_le_mmu
helper_atomic_xor_fetchb_mmu
helper_atomic_xor_fetchl_be_mmu
helper_atomic_xor_fetchl_le_mmu
helper_atomic_xor_fetchq_be_mmu
helper_atomic_xor_fetchq_le_mmu
helper_atomic_xor_fetchw_be_mmu
helper_atomic_xor_fetchw_le_mmu
helper_be_ldl_cmmu
helper_be_ldq_cmmu
helper_be_ldq_mmu
helper_be_ldq_mmu_panda
helper_be_ldsl_mmu
helper_be_ldsw_mmu
helper_be_ldul_mmu
helper_be_ldul_mmu_panda
helper_be_lduw_mmu
helper_be_lduw_mmu_panda
helper_be_ldw_cmmu
helper_be_stl_mmu
helper_be_stl_mmu_panda
helper_be_stq_mmu
helper_be_stq_mmu_panda
helper_be_stw_mmu
helper_be_stw_mmu_panda
helper_le_ldl_cmmu
helper_le_ldq_cmmu
helper_le_ldq_mmu
helper_le_ldq_mmu_panda
helper_le_ldsl_mmu
helper_le_ldsw_mmu
helper_le_ldul_mmu
helper_le_ldul_mmu_panda
helper_le_lduw_mmu
helper_le_lduw_mmu_panda
helper_le_ldw_cmmu
helper_le_stl_mmu
helper_le_stl_mmu_panda
helper_le_stq_mmu
helper_le_stq_mmu_panda
helper_le_stw_mmu
helper_le_stw_mmu_panda
helper_lock_init
helper_ret_ldb_cmmu
helper_ret_ldsb_mmu
helper_ret_ldub_mmu
helper_ret_ldub_mmu_panda
helper_ret_stb_mmu
helper_ret_stb_mmu_panda
herror
host_cpuid
host_vendor_fms
hotplug_handler_plug
hotplug_handler_plug:
hotplug_handler_pre_plug
hotplug_handler_pre_plug:
hotplug_handler_unplug
hotplug_handler_unplug:
hotplug_handler_unplug_request
hotplug_handler_unplug_request:
hstrerror
htonl
htons
imaxabs
imaxdiv
index
inet_addr
inet_aton
inet_lnaof
inet_makeaddr
inet_net_ntop
inet_net_pton
inet_neta
inet_netof
inet_network
inet_nsap_addr
inet_nsap_ntoa
inet_ntoa
inet_ntop
inet_pton
inflate
inflateBack
inflateBackEnd
inflateBackInit_
inflateCodesUsed
inflateCopy
inflateEnd
inflateGetDictionary
inflateGetHeader
inflateInit2_
inflateInit_
inflateMark
inflatePrime
inflateReset
inflateReset2
inflateResetKeep
inflateSetDictionary
inflateSync
inflateSyncPoint
inflateUndermine
inflateValidate
initstate
initstate_r
innetgr
int32_to_float32
int32_to_float64
int32_to_float128
int32_to_floatx80
int64_to_float32
int64_to_float64
int64_to_float128
int64_to_floatx80
iotlb_to_region
iruserok
iruserok_af
is_daemonized
is_gzip
is_rr2_file
is_valid_option_list
isalnum
isalnum_l
isalpha
isalpha_l
isascii
isatty
isblank
isblank_l
iscntrl
iscntrl_l
isdigit
isdigit_l
isfdtype
isgraph
isgraph_l
islower
islower_l
isprint
isprint_l
ispunct
ispunct_l
isspace
isspace_l
isupper
isupper_l
isxdigit
isxdigit_l
jrand48
jrand48_r
keyval_parse
kill
killpg
l64a
labs
lchmod
lchown
lcong48
lcong48_r
ldiv
ldl_be_phys
ldl_be_phys_cached
ldl_le_phys
ldl_le_phys_cached
ldl_phys
ldl_phys_cached
ldq_be_phys
ldq_be_phys_cached
ldq_le_phys
ldq_le_phys_cached
ldq_phys
ldq_phys_cached
ldub_phys
ldub_phys_cached
lduw_be_phys
lduw_be_phys_cached
lduw_le_phys
lduw_le_phys_cached
lduw_phys
lduw_phys_cached
link
linkat
listen
llabs
lldiv
load_snapshot_state
localtime
localtime_r
lockf
longjmp
lookup_symbol
lrand48
lrand48_r
lseek
lstat
lutimes
madvise
malloc
map_memory
map_memory() - Add a region to the memory map. @name: The name of the region. @size: Size of the region, in bytes. @address: Start of the region.
mblen
mbstowcs
mbtowc
memccpy
memchr
memcmp
memcpy
memmove
memory_global_dirty_log_start
memory_global_dirty_log_start: begin dirty logging for all regions
memory_global_dirty_log_stop
memory_global_dirty_log_stop: end dirty logging for all regions
memory_global_dirty_log_sync
memory_global_dirty_log_sync: synchronize the dirty log for all memory
memory_listener_register
memory_listener_register: register callbacks to be called when memory sections are mapped or unmapped into an address space
memory_listener_unregister
memory_listener_unregister: undo the effect of memory_listener_register()
memory_region_add_coalescing
memory_region_add_coalescing: Enable memory coalescing for a sub-range of a region.
memory_region_add_eventfd
memory_region_add_eventfd: Request an eventfd to be triggered when a word is written to a location.
memory_region_add_subregion
memory_region_add_subregion: Add a subregion to a container.
memory_region_add_subregion_overlap
memory_region_add_subregion_overlap: Add a subregion to a container with overlap.
memory_region_clear_coalescing
memory_region_clear_coalescing: Disable MMIO coalescing for the region.
memory_region_clear_flush_coalesced
memory_region_clear_flush_coalesced: Disable memory coalescing flush before accesses.
memory_region_clear_global_locking
memory_region_clear_global_locking: Declares that access processing does not depend on the QEMU global lock.
memory_region_del_eventfd
memory_region_del_eventfd: Cancel an eventfd.
memory_region_del_subregion
memory_region_del_subregion: Remove a subregion.
memory_region_dispatch_read
memory_region_dispatch_read: perform a read directly to the specified MemoryRegion.
memory_region_dispatch_write
memory_region_dispatch_write: perform a write directly to the specified MemoryRegion.
memory_region_find
memory_region_find: translate an address/size relative to a MemoryRegion into a #MemoryRegionSection.
memory_region_from_host
memory_region_from_host: Convert a pointer into a RAM memory region and an offset within it.
memory_region_get_alignment
memory_region_get_dirty
memory_region_get_dirty: Check whether a range of bytes is dirty for a specified client.
memory_region_get_dirty_log_mask
memory_region_get_dirty_log_mask: return the clients for which a memory region is logging writes.
memory_region_get_fd
memory_region_get_fd: Get a file descriptor backing a RAM memory region.
memory_region_get_ram_addr
memory_region_get_ram_addr: Get the ram address associated with a memory region
memory_region_get_ram_ptr
memory_region_get_ram_ptr: Get a pointer into a RAM memory region.
memory_region_init
memory_region_init: Initialize a memory region
memory_region_init_alias
memory_region_init_alias: Initialize a memory region that aliases all or a part of another memory region.
memory_region_init_io
memory_region_init_io: Initialize an I/O memory region.
memory_region_init_iommu
memory_region_init_iommu: Initialize a memory region that translates addresses
memory_region_init_ram
memory_region_init_ram: Initialize RAM memory region. Accesses into the region will modify memory directly.
memory_region_init_ram_device_ptr
memory_region_init_ram_device_ptr: Initialize RAM device memory region from a user-provided pointer.
memory_region_init_ram_from_file
memory_region_init_ram_from_file: Initialize RAM memory region with a mmap-ed backend.
memory_region_init_ram_ptr
memory_region_init_ram_ptr: Initialize RAM memory region from a user-provided pointer. Accesses into the region will modify memory directly.
memory_region_init_resizeable_ram
memory_region_init_resizeable_ram: Initialize memory region with resizeable RAM. Accesses into the region will modify memory directly. Only an initial portion of this RAM is actually used. The used size can change across reboots.
memory_region_init_rom
memory_region_init_rom: Initialize a ROM memory region.
memory_region_init_rom_device
memory_region_init_rom_device: Initialize a ROM memory region. Writes are handled via callbacks.
memory_region_iommu_get_min_page_size
memory_region_iommu_get_min_page_size: get minimum supported page size for an iommu
memory_region_iommu_replay
memory_region_iommu_replay: replay existing IOMMU translations to a notifier with the minimum page granularity returned by mr->iommu_ops->get_page_size().
memory_region_is_logging
memory_region_is_logging: return whether a memory region is logging writes
memory_region_is_mapped
memory_region_is_mapped: returns true if #MemoryRegion is mapped into any address space.
memory_region_is_ram_device
memory_region_is_ram_device: check whether a memory region is a ram device
memory_region_is_unassigned
memory_region_name
memory_region_name: get a memory region’s name
memory_region_notify_iommu
memory_region_notify_iommu: notify a change in an IOMMU translation entry.
memory_region_owner
memory_region_owner: get a memory region’s owner.
memory_region_present
memory_region_present: checks if an address relative to a @container translates into #MemoryRegion within @container
memory_region_ram_resize
memory_region_ref
memory_region_ref: Add 1 to a memory region’s reference count
memory_region_register_iommu_notifier
memory_region_register_iommu_notifier: register a notifier for changes to IOMMU translation entries.
memory_region_reset_dirty
memory_region_reset_dirty: Mark a range of pages as clean, for a specified client.
memory_region_rom_device_set_romd
memory_region_rom_device_set_romd: enable/disable ROMD mode
memory_region_section_get_iotlb
memory_region_set_address
memory_region_set_alias_offset
memory_region_set_coalescing
memory_region_set_coalescing: Enable memory coalescing for the region.
memory_region_set_dirty
memory_region_set_dirty: Mark a range of bytes as dirty in a memory region.
memory_region_set_enabled
memory_region_set_fd
memory_region_set_fd: Mark a RAM memory region as backed by a file descriptor.
memory_region_set_flush_coalesced
memory_region_set_flush_coalesced: Enforce memory coalescing flush before accesses.
memory_region_set_global_locking
memory_region_set_global_locking: Declares the access processing requires QEMU’s global lock.
memory_region_set_log
memory_region_set_log: Turn dirty logging on or off for a region.
memory_region_set_readonly
memory_region_set_readonly: Turn a memory region read-only (or read-write)
memory_region_set_size
memory_region_size
memory_region_size: get a memory region’s size.
memory_region_sync_dirty_bitmap
memory_region_sync_dirty_bitmap: Synchronize a region’s dirty bitmap with any external TLBs (e.g. kvm)
memory_region_test_and_clear_dirty
memory_region_test_and_clear_dirty: Check whether a range of bytes is dirty for a specified client. It clears them.
memory_region_transaction_begin
memory_region_transaction_begin: Start a transaction.
memory_region_transaction_commit
memory_region_transaction_commit: Commit a transaction and make changes visible to the guest.
memory_region_unref
memory_region_unref: Remove 1 to a memory region’s reference count
memory_region_unregister_iommu_notifier
memory_region_unregister_iommu_notifier: unregister a notifier for changes to IOMMU translation entries.
memset
mincore
mkdir
mkdirat
mkdtemp
mkfifo
mkfifoat
mknod
mknodat
mkstemp
mkstemps
mktemp
mktime
mlock
mlockall
mmap
module_call_init
module_load_one
monitor_disas
mprotect
mrand48
mrand48_r
msync
mtree_info
munlock
munlockall
munmap
nanosleep
nice
notifier_list_add
notifier_list_init
notifier_list_notify
notifier_remove
notifier_with_return_list_add
notifier_with_return_list_init
notifier_with_return_list_notify
notifier_with_return_remove
nrand48
nrand48_r
ntohl
ntohs
object_child_foreach
object_child_foreach: @obj: the object whose children will be navigated @fn: the iterator function to be called @opaque: an opaque value that will be passed to the iterator
object_child_foreach_recursive
object_child_foreach_recursive: @obj: the object whose children will be navigated @fn: the iterator function to be called @opaque: an opaque value that will be passed to the iterator
object_class_by_name
object_class_by_name: @typename: The QOM typename to obtain the class for.
object_class_dynamic_cast
object_class_dynamic_cast: @klass: The #ObjectClass to attempt to cast. @typename: The QOM typename of the class to cast to.
object_class_dynamic_cast_assert
object_class_dynamic_cast_assert: @klass: The #ObjectClass to attempt to cast. @typename: The QOM typename of the class to cast to.
object_class_foreach
object_class_get_list
object_class_get_list: @implements_type: The type to filter for, including its derivatives. @include_abstract: Whether to include abstract classes.
object_class_get_name
object_class_get_name: @klass: The class to obtain the QOM typename for.
object_class_get_parent
object_class_get_parent: @klass: The class to obtain the parent for.
object_class_is_abstract
object_class_is_abstract: @klass: The class to obtain the abstractness for.
object_class_property_add
object_class_property_add_bool
object_class_property_add_enum
object_class_property_add_str
object_class_property_add_tm
object_class_property_add_uint8_ptr
object_class_property_add_uint16_ptr
object_class_property_add_uint32_ptr
object_class_property_add_uint64_ptr
object_class_property_find
object_class_property_set_description
object_dynamic_cast
object_dynamic_cast: @obj: The object to cast. @typename: The @typename to cast to.
object_dynamic_cast_assert
object_dynamic_cast_assert:
object_get_canonical_path
object_get_canonical_path:
object_get_canonical_path_component
object_get_canonical_path_component:
object_get_class
object_get_class: @obj: A derivative of #Object
object_get_objects_root
object_get_objects_root:
object_get_root
object_get_root:
object_get_typename
object_get_typename: @obj: A derivative of #Object.
object_initialize
object_initialize: @obj: A pointer to the memory to be used for the object. @size: The maximum size available at @obj for the object. @typename: The name of the type of the object to instantiate.
object_new
object_new: @typename: The name of the type of the object to instantiate.
object_new_with_props
object_new_with_props: @typename: The name of the type of the object to instantiate. @parent: the parent object @id: The unique ID of the object @errp: pointer to error object @…: list of property names and values
object_new_with_propv
object_new_with_propv: @typename: The name of the type of the object to instantiate. @parent: the parent object @id: The unique ID of the object @errp: pointer to error object @vargs: list of property names and values
object_property_add
object_property_add: @obj: the object to add a property to @name: the name of the property. This can contain any character except for a forward slash. In general, you should use hyphens ‘-’ instead of underscores ‘_’ when naming properties. @type: the type name of the property. This namespace is pretty loosely defined. Sub namespaces are constructed by using a prefix and then to angle brackets. For instance, the type ‘virtio-net-pci’ in the ‘link’ namespace would be ‘link’. @get: The getter to be called to read a property. If this is NULL, then the property cannot be read. @set: the setter to be called to write a property. If this is NULL, then the property cannot be written. @release: called when the property is removed from the object. This is meant to allow a property to free its opaque upon object destruction. This may be NULL. @opaque: an opaque pointer to pass to the callbacks for the property @errp: returns an error if this function fails
object_property_add_alias
object_property_add_alias: @obj: the object to add a property to @name: the name of the property @target_obj: the object to forward property access to @target_name: the name of the property on the forwarded object @errp: if an error occurs, a pointer to an area to store the error
object_property_add_bool
object_property_add_bool: @obj: the object to add a property to @name: the name of the property @get: the getter or NULL if the property is write-only. @set: the setter or NULL if the property is read-only @errp: if an error occurs, a pointer to an area to store the error
object_property_add_child
object_property_add_child: @obj: the object to add a property to @name: the name of the property @child: the child object @errp: if an error occurs, a pointer to an area to store the area
object_property_add_const_link
object_property_add_const_link: @obj: the object to add a property to @name: the name of the property @target: the object to be referred by the link @errp: if an error occurs, a pointer to an area to store the error
object_property_add_enum
object_property_add_enum: @obj: the object to add a property to @name: the name of the property @typename: the name of the enum data type @get: the getter or %NULL if the property is write-only. @set: the setter or %NULL if the property is read-only @errp: if an error occurs, a pointer to an area to store the error
object_property_add_link
object_property_add_link: @obj: the object to add a property to @name: the name of the property @type: the qobj type of the link @child: a pointer to where the link object reference is stored @check: callback to veto setting or NULL if the property is read-only @flags: additional options for the link @errp: if an error occurs, a pointer to an area to store the area
object_property_add_str
object_property_add_str: @obj: the object to add a property to @name: the name of the property @get: the getter or NULL if the property is write-only. This function must return a string to be freed by g_free(). @set: the setter or NULL if the property is read-only @errp: if an error occurs, a pointer to an area to store the error
object_property_add_tm
object_property_add_tm: @obj: the object to add a property to @name: the name of the property @get: the getter or NULL if the property is write-only. @errp: if an error occurs, a pointer to an area to store the error
object_property_add_uint8_ptr
object_property_add_uint8_ptr: @obj: the object to add a property to @name: the name of the property @v: pointer to value @errp: if an error occurs, a pointer to an area to store the error
object_property_add_uint16_ptr
object_property_add_uint16_ptr: @obj: the object to add a property to @name: the name of the property @v: pointer to value @errp: if an error occurs, a pointer to an area to store the error
object_property_add_uint32_ptr
object_property_add_uint32_ptr: @obj: the object to add a property to @name: the name of the property @v: pointer to value @errp: if an error occurs, a pointer to an area to store the error
object_property_add_uint64_ptr
object_property_add_uint64_ptr: @obj: the object to add a property to @name: the name of the property @v: pointer to value @errp: if an error occurs, a pointer to an area to store the error
object_property_allow_set_link
object_property_allow_set_link:
object_property_del
object_property_find
object_property_find: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get
object_property_get: @obj: the object @v: the visitor that will receive the property value. This should be an Output visitor and the data will be written with @name as the name. @name: the name of the property @errp: returns an error if this function fails
object_property_get_bool
object_property_get_bool: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get_enum
object_property_get_enum: @obj: the object @name: the name of the property @typename: the name of the enum data type @errp: returns an error if this function fails
object_property_get_int
object_property_get_int: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get_link
object_property_get_link: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get_str
object_property_get_str: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get_type
object_property_get_type: @obj: the object @name: the name of the property @errp: returns an error if this function fails
object_property_get_uint16List
object_property_get_uint16List: @obj: the object @name: the name of the property @list: the returned int list @errp: returns an error if this function fails
object_property_iter_init
object_property_iter_init: @obj: the object
object_property_iter_next
object_property_iter_next: @iter: the iterator instance
object_property_parse
object_property_parse: @obj: the object @string: the string that will be used to parse the property value. @name: the name of the property @errp: returns an error if this function fails
object_property_print
object_property_print: @obj: the object @name: the name of the property @human: if true, print for human consumption @errp: returns an error if this function fails
object_property_set
object_property_set: @obj: the object @v: the visitor that will be used to write the property value. This should be an Input visitor and the data will be first read with @name as the name and then written as the property value. @name: the name of the property @errp: returns an error if this function fails
object_property_set_bool
object_property_set_bool: @value: the value to be written to the property @name: the name of the property @errp: returns an error if this function fails
object_property_set_description
object_property_set_description: @obj: the object owning the property @name: the name of the property @description: the description of the property on the object @errp: if an error occurs, a pointer to an area to store the error
object_property_set_int
object_property_set_int: @value: the value to be written to the property @name: the name of the property @errp: returns an error if this function fails
object_property_set_link
object_property_set_link: @value: the value to be written to the property @name: the name of the property @errp: returns an error if this function fails
object_property_set_str
object_property_set_str: @value: the value to be written to the property @name: the name of the property @errp: returns an error if this function fails
object_ref
object_ref: @obj: the object
object_resolve_path
object_resolve_path: @path: the path to resolve @ambiguous: returns true if the path resolution failed because of an ambiguous match
object_resolve_path_component
object_resolve_path_component: @parent: the object in which to resolve the path @part: the component to resolve.
object_resolve_path_type
object_resolve_path_type: @path: the path to resolve @typename: the type to look for. @ambiguous: returns true if the path resolution failed because of an ambiguous match
object_set_props
object_set_props: @obj: the object instance to set properties on @errp: pointer to error object @…: list of property names and values
object_set_propv
object_set_propv: @obj: the object instance to set properties on @errp: pointer to error object @vargs: list of property names and values
object_type_get_instance_size
object_type_get_instance_size: @typename: Name of the Type whose instance_size is required
object_unparent
object_unref
object_unref: @obj: the object
on_exit
open
open_memstream
openat
opendir
os_daemonize
os_find_datadir
os_mem_prealloc
os_mlock
os_parse_cmd_args
os_set_line_buffering
os_set_proc_name
os_setup_early_signal_handling
os_setup_post
os_setup_signal_handling
page_size_init
panda__asid_edges__free_unpacked
panda__asid_edges__get_packed_size
panda__asid_edges__init
panda__asid_edges__pack
panda__asid_edges__pack_to_buffer
panda__asid_edges__unpack
panda__asid_info__free_unpacked
panda__asid_info__get_packed_size
panda__asid_info__init
panda__asid_info__pack
panda__asid_info__pack_to_buffer
panda__asid_info__unpack
panda__asid_trace__free_unpacked
panda__asid_trace__get_packed_size
panda__asid_trace__init
panda__asid_trace__pack
panda__asid_trace__pack_to_buffer
panda__asid_trace__unpack
panda__attack_point__free_unpacked
panda__attack_point__get_packed_size
panda__attack_point__init
panda__attack_point__pack
panda__attack_point__pack_to_buffer
panda__attack_point__unpack
panda__attack_point_pri__free_unpacked
panda__attack_point_pri__get_packed_size
panda__attack_point_pri__init
panda__attack_point_pri__pack
panda__attack_point_pri__pack_to_buffer
panda__attack_point_pri__unpack
panda__basic_block__free_unpacked
panda__basic_block__get_packed_size
panda__basic_block__init
panda__basic_block__pack
panda__basic_block__pack_to_buffer
panda__basic_block__unpack
panda__call_stack__free_unpacked
panda__call_stack__get_packed_size
panda__call_stack__init
panda__call_stack__pack
panda__call_stack__pack_to_buffer
panda__call_stack__unpack
panda__dwarf_call__free_unpacked
panda__dwarf_call__get_packed_size
panda__dwarf_call__init
panda__dwarf_call__pack
panda__dwarf_call__pack_to_buffer
panda__dwarf_call__unpack
panda__edge__free_unpacked
panda__edge__get_packed_size
panda__edge__init
panda__edge__pack
panda__edge__pack_to_buffer
panda__edge__unpack
panda__label_liveness__free_unpacked
panda__label_liveness__get_packed_size
panda__label_liveness__init
panda__label_liveness__pack
panda__label_liveness__pack_to_buffer
panda__label_liveness__unpack
panda__loaded_libs__free_unpacked
panda__loaded_libs__get_packed_size
panda__loaded_libs__init
panda__loaded_libs__pack
panda__loaded_libs__pack_to_buffer
panda__loaded_libs__unpack
panda__log_entry__free_unpacked
panda__log_entry__get_packed_size
panda__log_entry__init
panda__log_entry__pack
panda__log_entry__pack_to_buffer
panda__log_entry__unpack
panda__module__free_unpacked
panda__module__get_packed_size
panda__module__init
panda__module__pack
panda__module__pack_to_buffer
panda__module__unpack
panda__named_data__free_unpacked
panda__named_data__get_packed_size
panda__named_data__init
panda__named_data__pack
panda__named_data__pack_to_buffer
panda__named_data__unpack
panda__proc_trace__free_unpacked
panda__proc_trace__get_packed_size
panda__proc_trace__init
panda__proc_trace__pack
panda__proc_trace__pack_to_buffer
panda__proc_trace__unpack
panda__serial_tx__free_unpacked
panda__serial_tx__get_packed_size
panda__serial_tx__init
panda__serial_tx__pack
panda__serial_tx__pack_to_buffer
panda__serial_tx__unpack
panda__signal_event__free_unpacked
panda__signal_event__get_packed_size
panda__signal_event__init
panda__signal_event__pack
panda__signal_event__pack_to_buffer
panda__signal_event__unpack
panda__src_info__free_unpacked
panda__src_info__get_packed_size
panda__src_info__init
panda__src_info__pack
panda__src_info__pack_to_buffer
panda__src_info__unpack
panda__src_info_pri__free_unpacked
panda__src_info_pri__get_packed_size
panda__src_info_pri__init
panda__src_info_pri__pack
panda__src_info_pri__pack_to_buffer
panda__src_info_pri__unpack
panda__struct_data__free_unpacked
panda__struct_data__get_packed_size
panda__struct_data__init
panda__struct_data__pack
panda__struct_data__pack_to_buffer
panda__struct_data__unpack
panda__syscall__free_unpacked
panda__syscall__get_packed_size
panda__syscall__init
panda__syscall__pack
panda__syscall__pack_to_buffer
panda__syscall__unpack
panda__taint_query__free_unpacked
panda__taint_query__get_packed_size
panda__taint_query__init
panda__taint_query__pack
panda__taint_query__pack_to_buffer
panda__taint_query__unpack
panda__taint_query_hypercall__free_unpacked
panda__taint_query_hypercall__get_packed_size
panda__taint_query_hypercall__init
panda__taint_query_hypercall__pack
panda__taint_query_hypercall__pack_to_buffer
panda__taint_query_hypercall__unpack
panda__taint_query_pri__free_unpacked
panda__taint_query_pri__get_packed_size
panda__taint_query_pri__init
panda__taint_query_pri__pack
panda__taint_query_pri__pack_to_buffer
panda__taint_query_pri__unpack
panda__taint_query_unique_label_set__free_unpacked
panda__taint_query_unique_label_set__get_packed_size
panda__taint_query_unique_label_set__init
panda__taint_query_unique_label_set__pack
panda__taint_query_unique_label_set__pack_to_buffer
panda__taint_query_unique_label_set__unpack
panda__tainted_branch__free_unpacked
panda__tainted_branch__get_packed_size
panda__tainted_branch__init
panda__tainted_branch__pack
panda__tainted_branch__pack_to_buffer
panda__tainted_branch__unpack
panda__tainted_branch_summary__free_unpacked
panda__tainted_branch_summary__get_packed_size
panda__tainted_branch_summary__init
panda__tainted_branch_summary__pack
panda__tainted_branch_summary__pack_to_buffer
panda__tainted_branch_summary__unpack
panda__tainted_instr__free_unpacked
panda__tainted_instr__get_packed_size
panda__tainted_instr__init
panda__tainted_instr__pack
panda__tainted_instr__pack_to_buffer
panda__tainted_instr__unpack
panda__tainted_instr_summary__free_unpacked
panda__tainted_instr_summary__get_packed_size
panda__tainted_instr_summary__init
panda__tainted_instr_summary__pack
panda__tainted_instr_summary__pack_to_buffer
panda__tainted_instr_summary__unpack
panda__tainted_mmio_label__free_unpacked
panda__tainted_mmio_label__get_packed_size
panda__tainted_mmio_label__init
panda__tainted_mmio_label__pack
panda__tainted_mmio_label__pack_to_buffer
panda__tainted_mmio_label__unpack
panda_add_arg
panda_add_arg() - Add an argument to those for a plugin. @plugin_name: The name of the plugin. @plugin_arg: The plugin argument, unparsed.
panda_before_find_fast
panda_break_exec
panda_break_main_loop
panda_cb_list_next
panda_cleanup
panda_cleanup_record
panda_cleanup_record() - End recording.
panda_cont
panda_cont() - Continue guest after pause.
panda_current_asid
panda_current_asid() - Obtain guest ASID. @env: Pointer to cpu state.
panda_current_ksp_external
panda_current_ksp_external() - Get guest kernel stack pointer. @cpu: Cpu state.
panda_current_pc
panda_current_pc() - Get current program counter. @cpu: Cpu state.
panda_current_sp_external
panda_current_sp_external() - Get current guest stack pointer. @cpu: Cpu state.
panda_current_sp_masked_pagesize_external
panda_delvm
panda_delvm() - Delete a guest snapshot. @name: Name of snapshot to delete.
panda_disable_callback
panda_disable_callback() - Disable callback for this plugin from running. @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_disable_callback_helper
panda_disable_callback_helper() - Disable a callback. @plugin: Pointer to plugin to which the callback belongs. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_disable_callback_with_context
panda_disable_callback_with_context() - Disable callback for this plugin from running (with context). @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info. @context: Pointer to context.
panda_disable_llvm
panda_disable_llvm() - Turn off LLVM translation-mediated emulation.
panda_disable_llvm_helpers
panda_disable_memcb
panda_disable_memcb() - Turn on memory callbacks.
panda_disable_plugin
panda_disable_plugin() - Disable this plugin. @plugin: Pointer to the plugin (handle).
panda_disable_precise_pc
panda_disable_precise_pc() - Turn off accurate PC mode.
panda_disable_tb_chaining
panda_disable_tb_chaining() - Turn off translation block chaining.
panda_disas
panda_do_break_exec
panda_do_break_exec() - Request break out of emulation loop.
panda_do_flush_tb
panda_do_flush_tb() - Request flush of translation block cache.
panda_do_unload_plugin
panda_enable_callback
panda_enable_callback() - Enable callback for this plugin so that it can run. @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_enable_callback_helper
panda_enable_callback_helper() - Enable a callback. @plugin: Pointer to plugin to which the callback belongs. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_enable_callback_with_context
panda_enable_callback_with_context() - Enable this callback for this plugin so that it can run (with context)/ @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info. @context: Pointer to context.
panda_enable_llvm
panda_enable_llvm() - Turn on LLVM translation-mediated emulation.
panda_enable_llvm_helpers
panda_enable_llvm_no_exec
panda_enable_llvm_no_exec() - Turn on LLVM translation for inspection.
panda_enable_memcb
panda_enable_memcb() - Turn on memory callbacks.
panda_enable_plugin
panda_enable_plugin() - Enable this plugin. @plugin: Pointer to the plugin (handle).
panda_enable_precise_pc
panda_enable_precise_pc() - Turn on accurate PC mode.
panda_enable_tb_chaining
panda_enable_tb_chaining() - Turn on translation block chaining.
panda_find_max_ram_address
panda_find_max_ram_address() - Get max guest ram address.
panda_find_ram
panda_finish
panda_finish() - Stop emulating guest and end analysis.
panda_flush_tb
panda_free_args
panda_free_args() - Free plugin arguments from a panda_arg_list. @args: Pointer to panda_arg_list struct.
panda_get_args
panda_get_args() - Parse arguments for a plugin into panda_arg_list. @plugin_name: The plugin name.
panda_get_cb_trampoline
panda_get_current_llvm_module
panda_get_library_mode
panda_get_plugin_by_name
panda_get_plugin_by_name() - Returns pointer to the plugin of this name. @name: The name of the desired plugin.
panda_get_retval_external
panda_get_retval_external() - Get return value for function. @cpu: Cpu state.
panda_get_rr_name
panda_in_kernel_code_linux_external
panda_in_kernel_code_linux_external() - Determine if current pc is kernel code. @cpu: Cpu state.
panda_in_kernel_external
panda_in_kernel_external() - Determine if guest is in kernel. @cpu: Cpu state.
panda_in_kernel_mode_external
panda_in_kernel_mode_external() - Determine if guest is in kernel. @cpu: Cpu state.
panda_init
panda_init() - Initialize panda guest. @argc: number of command line args @argv: command line args @envp: environment variables
panda_init_monitor
panda_init_monitor() - Create a monitor for panda.
panda_init_plugin
panda_init_plugin() - Initialize a plugin by name. @plugin_name: The name of the plugin. @plugin_args: The array of string arguments. @num_args: The number of arguments.
panda_is_callback_enabled
panda_is_callback_enabled() - Determine if this plugin is loaded and enabled. @plugin: Pointer to plugin (handle). @type: Type of callback @cb: The callback fn.
panda_load_plugin
panda_load_plugin() - Load this plugin into panda. @filename: The path to the shared object plugin code. @plugin_name: The name of the plugin.
panda_memsavep
panda_memsavep() - Save RAM to a file. @file: An open and writeable file pointer.
panda_monitor_run
panda_monitor_run() - Run a command in the panda monitor and collect response. @buf: The command.
panda_parse_bool
panda_parse_bool() - Determine if this boolean argument is set for this plugin. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args.
panda_parse_bool_opt
panda_parse_bool_opt() - Determine if this optional boolean argument is set for this plugin. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_bool_req
panda_parse_bool_req() - Determine if this required boolean argument is set for this plugin. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_double
panda_parse_double() - Get value corresponding to this plugin arg as a double, with default. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value.
panda_parse_double_opt
panda_parse_double_opt() - Get optional value corresponding to this plugin arg as a double. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value. @help: Help text.
panda_parse_double_req
panda_parse_double_req() - Get required value corresponding to this plugin arg as a double. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_string
panda_parse_string() - Get required value corresponding to this plugin arg as a string. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value.
panda_parse_string_opt
panda_parse_string_opt() - Look for optional string value corresponding to this plugin arg. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value. @help: Help text. * Look through the arguments in args, and if any have name argname, return the associated string value. If the arg is not found, the default will be returned.
panda_parse_string_req
panda_parse_string_req() - Get value corresponding to this plugin arg as a string. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_uint32
panda_parse_uint32() - Get value corresponding to this plugin arg as a uint32, with default. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value.
panda_parse_uint64
panda_parse_uint64() - Get value corresponding to this plugin arg as a uint64, with default. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value.
panda_parse_uint32_opt
panda_parse_uint32_opt() - Get optional value corresponding to this plugin arg as a uint32. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value. @help: Help text.
panda_parse_uint32_req
panda_parse_uint32_req() - Get required value corresponding to this plugin arg as a uint32. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_uint64_opt
panda_parse_uint64_opt() - Get optional value corresponding to this plugin arg as a uint64. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value. @help: Help text.
panda_parse_uint64_req
panda_parse_uint64_req() - Get required value corresponding to this plugin arg as a uint64. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_parse_ulong
panda_parse_ulong() - Get value corresponding to this plugin arg as a ulong, with default. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value.
panda_parse_ulong_opt
panda_parse_ulong_opt() - Get optional value corresponding to this plugin arg as a ulong. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @defval: A default value. @help: Help text.
panda_parse_ulong_req
panda_parse_ulong_req() - Get required value corresponding to this plugin arg as a ulong. @args: The previously parsed panda_arg_list. @argname: The name of the argument in args. @help: Help text.
panda_physical_memory_read_external
panda_physical_memory_read_external() - Copy data from guest (physical) memory into host buffer. @addr: Guest physical address of start of read. @buf: Host pointer to a buffer into which data will be copied from guest. @len: Number of bytes to copy.
panda_physical_memory_write_external
panda_physical_memory_write_external() - Copy data from host buffer into guest (physical)memory. @addr: Guest physical address of start of desired write. @buf: Host pointer to a buffer from which data will be copied into guest. @len: Number of bytes to copy.
panda_plugin_path
panda_plugin_path() - Get path to plugin shared object. @name: Plugin name.
panda_record_begin
panda_record_end
panda_register_callback
panda_register_callback() - Register a callback for a plugin, and enable it. @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_register_callback_helper
panda_register_callback_helper() - Register a callback function. @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info.
panda_register_callback_with_context
panda_register_callback_with_context() - Register a callback for a plugin with context. @plugin: Pointer to plugin. @type: Type of callback, indicating when cb function will run. @cb: The callback function itself and other info. @context: Pointer to context.
panda_replay_begin
panda_replay_end
panda_require
panda_require() - Require (import) a plugin by name, library mode. @name: Plugin name. Load this plugin bc caller requires (depends upon) it.
panda_require_from_library
panda_require_from_library() - Require (import) a plugin by name, library mode. @plugin_name: Plugin name. @plugin_args: Plugin args. @num_args: Number of args.
panda_reset
panda_reset() - Request reboot of guest.
panda_revert
panda_revert() - Revert to a guest snapshot. @name: The name of the snapshot to revert to.
panda_run
panda_run() - Give control to panda to emulate guest.
panda_set_library_mode
panda_set_os_name
panda_set_qemu_path
panda_set_qemu_path() - Sets path to “qemu” binary, needed internally. @filepath: Full path to qemu (actually panda).
panda_setup_signal_handling
panda_setup_signal_handling() - Provide panda with a function to be called on certain signals. @sigfun: The function to call on signal.
panda_shared_library_path
panda_shared_library_path() - Get path for plugin shared library. @name: Plugin name.
panda_snap
panda_snap() - Take a guest snapshot. @name: Name that will be assigned to the snapshot.
panda_start_pandalog
panda_start_pandalog() - Turn on pandalogging. @name: Filename for logging.
panda_stop
panda_stop() - Pauses the guest being emulated. @code: New state to assign to guest cpu.
panda_unload_plugin
panda_unload_plugin() - Unload plugin. @plugin: Pointer to the plugin (handle) to unload.
panda_unload_plugin_by_name
panda_unload_plugin_by_name() - Unload plugin. @name: The name of the plugin to unload.
panda_unload_plugin_idx
panda_unload_plugins
panda_unload_plugins() - Unload all the plugins currently loaded.
panda_unregister_callbacks
panda_unregister_callbacks() - Unregister all callbacks for this plugin. @plugin: Pointer to plugin.
panda_virt_to_phys_external
panda_virt_to_phys_external() - Translate guest virtual to physical address. @cpu: Cpu state. @addr: Guest virtual address.
panda_virtual_memory_read_external
panda_virtual_memory_read_external() - Copy data from guest (virtual) memory into host buffer. @cpu: Cpu state. @addr: Guest virtual address of start of desired read. @buf: Host pointer to a buffer into which data will be copied from guest. @len: Number of bytes to copy.
panda_virtual_memory_write_external
panda_virtual_memory_write_external() - Copy data from host buffer into guest (virtual) memory. @cpu: Cpu state. @addr: Guest virtual address of start of desired write. @buf: Host pointer to a buffer from which data will be copied into guest. @len: Number of bytes to copy.
panda_vm_quit
panda_was_aborted
panda_was_aborted() - Returns true if abort requested.
panda_write_current_llvm_bitcode_to_file
pandalog_close
pandalog_close() - Close the pandalog for read or write.
pandalog_free_entry
pandalog_free_entry() - Free memory for this entry. @entry: Pointer to the entry.
pandalog_open
pandalog_open() - Open the pandalog for read or write. @filename: Filename for the pandalog. @mode: Either “r” or “w”.
pandalog_open_read_bwd
pandalog_open_read_bwd() - Open the pandalog for reading backwards. @filename: Filename for pandalog that we will be reading.
pandalog_open_read_fwd
pandalog_open_read_fwd() - Open the pandalog for reading forwards. @filename: Filename for pandalog that we will be reading.
pandalog_open_write
pandalog_open_write() - Open the pandalog for write. @filename: Filename for pandalog that will be created. @chunk_size: Chunk size in bytes.
pandalog_read_entry
pandalog_read_entry() - Read an entry from the pandalog.
pandalog_seek
pandalog_seek() - Fast forward or rewind to instruction in pandalog. @instr: The instruction count to seek to.
pandalog_write_entry
pandalog_write_entry() - Write an entry to the pandalog. @entry: Pointer to the entry.
parse_debug_env
parse_option_size
pathconf
pause
pclose
perror
perror_memory
pipe
popen
posix_fadvise
posix_fallocate
posix_madvise
posix_memalign
pread
preadv
print_insn_alpha
print_insn_arm
print_insn_arm_a64
print_insn_big_a29k
print_insn_big_mips
print_insn_big_nios2
print_insn_big_powerpc
print_insn_crisv10
print_insn_crisv32
print_insn_d10v
print_insn_h8300
print_insn_h8500
print_insn_h8300h
print_insn_h8300s
print_insn_hppa
print_insn_i386
print_insn_i960
print_insn_ia64
print_insn_little_a29k
print_insn_little_mips
print_insn_little_nios2
print_insn_little_powerpc
print_insn_lm32
print_insn_m32r
print_insn_m68k
print_insn_m88k
print_insn_microblaze
print_insn_mn10200
print_insn_mn10300
print_insn_moxie
print_insn_ns32k
print_insn_ppc
print_insn_rs6000
print_insn_s390
print_insn_sh
print_insn_shl
print_insn_sparc
print_insn_tci
print_insn_tic30
print_insn_v850
print_insn_w65
print_insn_z8001
print_insn_z8002
printf
probe_write
process_queued_cpu_work
process_queued_cpu_work() - process all items on CPU work queue @cpu: The CPU which work queue to process.
profil
protobuf_c_buffer_simple_append
protobuf_c_enum_descriptor_get_value
protobuf_c_enum_descriptor_get_value_by_name
protobuf_c_message_check
protobuf_c_message_descriptor_get_field
protobuf_c_message_descriptor_get_field_by_name
protobuf_c_message_free_unpacked
protobuf_c_message_get_packed_size
protobuf_c_message_init
protobuf_c_message_pack
protobuf_c_message_pack_to_buffer
protobuf_c_message_unpack
protobuf_c_service_descriptor_get_method_by_name
protobuf_c_service_destroy
protobuf_c_service_generated_init
protobuf_c_service_invoke_internal
protobuf_c_version
protobuf_c_version_number
pselect
psiginfo
psignal
pthread_atfork
pthread_attr_destroy
pthread_attr_getdetachstate
pthread_attr_getguardsize
pthread_attr_getinheritsched
pthread_attr_getschedparam
pthread_attr_getschedpolicy
pthread_attr_getscope
pthread_attr_getstack
pthread_attr_getstackaddr
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setguardsize
pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
pthread_attr_setscope
pthread_attr_setstack
pthread_attr_setstackaddr
pthread_attr_setstacksize
pthread_barrier_destroy
pthread_barrier_init
pthread_barrier_wait
pthread_barrierattr_destroy
pthread_barrierattr_getpshared
pthread_barrierattr_init
pthread_barrierattr_setpshared
pthread_cancel
pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_signal
pthread_cond_timedwait
pthread_cond_wait
pthread_condattr_destroy
pthread_condattr_getclock
pthread_condattr_getpshared
pthread_condattr_init
pthread_condattr_setclock
pthread_condattr_setpshared
pthread_create
pthread_detach
pthread_equal
pthread_exit
pthread_getcpuclockid
pthread_getschedparam
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_kill
pthread_mutex_consistent
pthread_mutex_destroy
pthread_mutex_getprioceiling
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_setprioceiling
pthread_mutex_timedlock
pthread_mutex_trylock
pthread_mutex_unlock
pthread_mutexattr_destroy
pthread_mutexattr_getprioceiling
pthread_mutexattr_getprotocol
pthread_mutexattr_getpshared
pthread_mutexattr_getrobust
pthread_mutexattr_gettype
pthread_mutexattr_init
pthread_mutexattr_setprioceiling
pthread_mutexattr_setprotocol
pthread_mutexattr_setpshared
pthread_mutexattr_setrobust
pthread_mutexattr_settype
pthread_once
pthread_rwlock_destroy
pthread_rwlock_init
pthread_rwlock_rdlock
pthread_rwlock_timedrdlock
pthread_rwlock_timedwrlock
pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock
pthread_rwlock_unlock
pthread_rwlock_wrlock
pthread_rwlockattr_destroy
pthread_rwlockattr_getkind_np
pthread_rwlockattr_getpshared
pthread_rwlockattr_init
pthread_rwlockattr_setkind_np
pthread_rwlockattr_setpshared
pthread_self
pthread_setcancelstate
pthread_setcanceltype
pthread_setschedparam
pthread_setschedprio
pthread_setspecific
pthread_sigmask
pthread_spin_destroy
pthread_spin_init
pthread_spin_lock
pthread_spin_trylock
pthread_spin_unlock
pthread_testcancel
putc
putc_unlocked
putchar
putchar_unlocked
putenv
puts
putw
pwrite
pwritev
qapi_free_ACPIOSTInfo
qapi_free_ACPIOSTInfoList
qapi_free_Abort
qapi_free_AcpiTableOptions
qapi_free_AddfdInfo
qapi_free_BalloonInfo
qapi_free_BlkdebugInjectErrorOptions
qapi_free_BlkdebugInjectErrorOptionsList
qapi_free_BlkdebugSetStateOptions
qapi_free_BlkdebugSetStateOptionsList
qapi_free_BlockDeviceInfo
qapi_free_BlockDeviceInfoList
qapi_free_BlockDeviceMapEntry
qapi_free_BlockDeviceStats
qapi_free_BlockDeviceTimedStats
qapi_free_BlockDeviceTimedStatsList
qapi_free_BlockDirtyBitmap
qapi_free_BlockDirtyBitmapAdd
qapi_free_BlockDirtyInfo
qapi_free_BlockDirtyInfoList
qapi_free_BlockIOThrottle
qapi_free_BlockInfo
qapi_free_BlockInfoList
qapi_free_BlockJobInfo
qapi_free_BlockJobInfoList
qapi_free_BlockStats
qapi_free_BlockStatsList
qapi_free_BlockdevBackup
qapi_free_BlockdevCacheInfo
qapi_free_BlockdevCacheOptions
qapi_free_BlockdevOptions
qapi_free_BlockdevOptionsBlkdebug
qapi_free_BlockdevOptionsBlkverify
qapi_free_BlockdevOptionsCurlBase
qapi_free_BlockdevOptionsCurlFtp
qapi_free_BlockdevOptionsCurlFtps
qapi_free_BlockdevOptionsCurlHttp
qapi_free_BlockdevOptionsCurlHttps
qapi_free_BlockdevOptionsFile
qapi_free_BlockdevOptionsGenericCOWFormat
qapi_free_BlockdevOptionsGenericFormat
qapi_free_BlockdevOptionsGluster
qapi_free_BlockdevOptionsIscsi
qapi_free_BlockdevOptionsLUKS
qapi_free_BlockdevOptionsNbd
qapi_free_BlockdevOptionsNfs
qapi_free_BlockdevOptionsNull
qapi_free_BlockdevOptionsQcow2
qapi_free_BlockdevOptionsQuorum
qapi_free_BlockdevOptionsRaw
qapi_free_BlockdevOptionsRbd
qapi_free_BlockdevOptionsReplication
qapi_free_BlockdevOptionsSheepdog
qapi_free_BlockdevOptionsSsh
qapi_free_BlockdevOptionsVVFAT
qapi_free_BlockdevRef
qapi_free_BlockdevRefList
qapi_free_BlockdevSnapshot
qapi_free_BlockdevSnapshotInternal
qapi_free_BlockdevSnapshotSync
qapi_free_ChardevBackend
qapi_free_ChardevBackendInfo
qapi_free_ChardevBackendInfoList
qapi_free_ChardevCommon
qapi_free_ChardevFile
qapi_free_ChardevHostdev
qapi_free_ChardevInfo
qapi_free_ChardevInfoList
qapi_free_ChardevMux
qapi_free_ChardevReturn
qapi_free_ChardevRingbuf
qapi_free_ChardevSocket
qapi_free_ChardevSpiceChannel
qapi_free_ChardevSpicePort
qapi_free_ChardevStdio
qapi_free_ChardevUdp
qapi_free_ChardevVC
qapi_free_CommandInfo
qapi_free_CommandInfoList
qapi_free_CommandLineOptionInfo
qapi_free_CommandLineOptionInfoList
qapi_free_CommandLineParameterInfo
qapi_free_CommandLineParameterInfoList
qapi_free_CpuDefinitionInfo
qapi_free_CpuDefinitionInfoList
qapi_free_CpuInfo
qapi_free_CpuInfoList
qapi_free_CpuInfoMIPS
qapi_free_CpuInfoOther
qapi_free_CpuInfoPPC
qapi_free_CpuInfoSPARC
qapi_free_CpuInfoTricore
qapi_free_CpuInfoX86
qapi_free_CpuInstanceProperties
qapi_free_CpuModelBaselineInfo
qapi_free_CpuModelCompareInfo
qapi_free_CpuModelExpansionInfo
qapi_free_CpuModelInfo
qapi_free_DevicePropertyInfo
qapi_free_DevicePropertyInfoList
qapi_free_DriveBackup
qapi_free_DriveMirror
qapi_free_DummyForceArrays
qapi_free_DumpGuestMemoryCapability
qapi_free_DumpGuestMemoryFormatList
qapi_free_DumpQueryResult
qapi_free_EventInfo
qapi_free_EventInfoList
qapi_free_FdsetFdInfo
qapi_free_FdsetFdInfoList
qapi_free_FdsetInfo
qapi_free_FdsetInfoList
qapi_free_GICCapability
qapi_free_GICCapabilityList
qapi_free_GuestPanicInformation
qapi_free_GuestPanicInformationHyperV
qapi_free_GuidInfo
qapi_free_HotpluggableCPU
qapi_free_HotpluggableCPUList
qapi_free_IOThreadInfo
qapi_free_IOThreadInfoList
qapi_free_ImageCheck
qapi_free_ImageInfo
qapi_free_ImageInfoList
qapi_free_ImageInfoSpecific
qapi_free_ImageInfoSpecificQCow2
qapi_free_ImageInfoSpecificVmdk
qapi_free_InetSocketAddress
qapi_free_InetSocketAddressBase
qapi_free_InetSocketAddressBaseList
qapi_free_InputBtnEvent
qapi_free_InputEvent
qapi_free_InputEventList
qapi_free_InputKeyEvent
qapi_free_InputMoveEvent
qapi_free_KeyValue
qapi_free_KeyValueList
qapi_free_KvmInfo
qapi_free_MachineInfo
qapi_free_MachineInfoList
qapi_free_MapEntry
qapi_free_Memdev
qapi_free_MemdevList
qapi_free_MemoryDeviceInfo
qapi_free_MemoryDeviceInfoList
qapi_free_MigrationCapabilityStatus
qapi_free_MigrationCapabilityStatusList
qapi_free_MigrationInfo
qapi_free_MigrationParameters
qapi_free_MigrationStats
qapi_free_MouseInfo
qapi_free_MouseInfoList
qapi_free_NFSServer
qapi_free_NameInfo
qapi_free_NetLegacy
qapi_free_NetLegacyNicOptions
qapi_free_NetLegacyOptions
qapi_free_Netdev
qapi_free_NetdevBridgeOptions
qapi_free_NetdevDumpOptions
qapi_free_NetdevHubPortOptions
qapi_free_NetdevL2TPv3Options
qapi_free_NetdevNetmapOptions
qapi_free_NetdevNoneOptions
qapi_free_NetdevSocketOptions
qapi_free_NetdevTapOptions
qapi_free_NetdevUserOptions
qapi_free_NetdevVdeOptions
qapi_free_NetdevVhostUserOptions
qapi_free_NumaNodeOptions
qapi_free_NumaOptions
qapi_free_ObjectPropertyInfo
qapi_free_ObjectPropertyInfoList
qapi_free_ObjectTypeInfo
qapi_free_ObjectTypeInfoList
qapi_free_PCDIMMDeviceInfo
qapi_free_PandaPluginInfo
qapi_free_PandaPluginInfoList
qapi_free_PciBridgeInfo
qapi_free_PciBusInfo
qapi_free_PciDeviceClass
qapi_free_PciDeviceId
qapi_free_PciDeviceInfo
qapi_free_PciDeviceInfoList
qapi_free_PciInfo
qapi_free_PciInfoList
qapi_free_PciMemoryRange
qapi_free_PciMemoryRegion
qapi_free_PciMemoryRegionList
qapi_free_QCryptoBlockCreateOptions
qapi_free_QCryptoBlockCreateOptionsLUKS
qapi_free_QCryptoBlockInfo
qapi_free_QCryptoBlockInfoBase
qapi_free_QCryptoBlockInfoLUKS
qapi_free_QCryptoBlockInfoLUKSSlot
qapi_free_QCryptoBlockInfoLUKSSlotList
qapi_free_QCryptoBlockInfoQCow
qapi_free_QCryptoBlockOpenOptions
qapi_free_QCryptoBlockOptionsBase
qapi_free_QCryptoBlockOptionsLUKS
qapi_free_QCryptoBlockOptionsQCow
qapi_free_Qcow2OverlapCheckFlags
qapi_free_Qcow2OverlapChecks
qapi_free_ReplicationStatus
qapi_free_RockerOfDpaFlow
qapi_free_RockerOfDpaFlowAction
qapi_free_RockerOfDpaFlowKey
qapi_free_RockerOfDpaFlowList
qapi_free_RockerOfDpaFlowMask
qapi_free_RockerOfDpaGroup
qapi_free_RockerOfDpaGroupList
qapi_free_RockerPort
qapi_free_RockerPortList
qapi_free_RockerSwitch
qapi_free_RxFilterInfo
qapi_free_RxFilterInfoList
qapi_free_SchemaInfo
qapi_free_SchemaInfoAlternate
qapi_free_SchemaInfoAlternateMember
qapi_free_SchemaInfoAlternateMemberList
qapi_free_SchemaInfoArray
qapi_free_SchemaInfoBuiltin
qapi_free_SchemaInfoCommand
qapi_free_SchemaInfoEnum
qapi_free_SchemaInfoEvent
qapi_free_SchemaInfoList
qapi_free_SchemaInfoObject
qapi_free_SchemaInfoObjectMember
qapi_free_SchemaInfoObjectMemberList
qapi_free_SchemaInfoObjectVariant
qapi_free_SchemaInfoObjectVariantList
qapi_free_SnapshotInfo
qapi_free_SnapshotInfoList
qapi_free_SocketAddress
qapi_free_SocketAddressFlat
qapi_free_SocketAddressFlatList
qapi_free_SpiceBasicInfo
qapi_free_SpiceChannel
qapi_free_SpiceChannelList
qapi_free_SpiceInfo
qapi_free_SpiceServerInfo
qapi_free_StatusInfo
qapi_free_String
qapi_free_StringList
qapi_free_TPMInfo
qapi_free_TPMInfoList
qapi_free_TPMPassthroughOptions
qapi_free_TargetInfo
qapi_free_TpmModelList
qapi_free_TpmTypeList
qapi_free_TpmTypeOptions
qapi_free_TraceEventInfo
qapi_free_TraceEventInfoList
qapi_free_TransactionAction
qapi_free_TransactionActionList
qapi_free_TransactionProperties
qapi_free_UnixSocketAddress
qapi_free_UuidInfo
qapi_free_VersionInfo
qapi_free_VersionTriple
qapi_free_VncBasicInfo
qapi_free_VncClientInfo
qapi_free_VncClientInfoList
qapi_free_VncInfo
qapi_free_VncInfo2
qapi_free_VncInfo2List
qapi_free_VncServerInfo
qapi_free_VncServerInfo2
qapi_free_VncServerInfo2List
qapi_free_VsockSocketAddress
qapi_free_X86CPUFeatureWordInfo
qapi_free_X86CPUFeatureWordInfoList
qapi_free_XBZRLECacheStats
qapi_free_anyList
qapi_free_boolList
qapi_free_int8List
qapi_free_int16List
qapi_free_int32List
qapi_free_int64List
qapi_free_intList
qapi_free_numberList
qapi_free_sizeList
qapi_free_strList
qapi_free_uint8List
qapi_free_uint16List
qapi_free_uint32List
qapi_free_uint64List
qbus_create
qbus_create_inplace
qbus_reset_all
@qbus_reset_all: @bus: Bus to be reset.
qbus_reset_all_fn
qbus_set_bus_hotplug_handler
qbus_set_hotplug_handler
qbus_walk_children
qdev_build_hotpluggable_device_list
qdev_connect_gpio_out
qdev_connect_gpio_out_named
qdev_create
Board API. This should go away once we have a machine config file.
qdev_find_recursive
BUS API.
qdev_fw_name
qdev_get_child_bus
qdev_get_dev_path
qdev_get_fw_dev_path
qdev_get_gpio_in
qdev_get_gpio_in_named
qdev_get_gpio_out_connector
qdev_get_hotplug_handler
qdev_get_machine
qdev_get_own_fw_dev_path_from_handler
qdev_get_parent_bus
qdev_get_vmsd
qdev_init_gpio_in
Device API.
qdev_init_gpio_in_named
qdev_init_gpio_out
qdev_init_gpio_out_named
qdev_init_nofail
qdev_intercept_gpio_out
qdev_machine_creation_done
qdev_machine_init
@qdev_machine_init
qdev_machine_modified
qdev_pass_gpios
qdev_reset_all
qdev_reset_all_fn
qdev_set_legacy_instance_id
qdev_set_parent_bus
qdev_simple_device_unplug_cb
qdev_try_create
qdev_unplug
qdev_walk_children
qdict_array_entries
qdict_array_split
qdict_clone_shallow
qdict_copy_default
qdict_crumple
qdict_del
qdict_destroy_obj
qdict_entry_key
qdict_entry_value
qdict_extract_subqdict
qdict_first
qdict_flatten
qdict_get
qdict_get_bool
qdict_get_double
qdict_get_int
qdict_get_qdict
qdict_get_qlist
qdict_get_str
qdict_get_try_bool
qdict_get_try_int
qdict_get_try_str
qdict_haskey
qdict_iter
qdict_join
qdict_new
qdict_next
qdict_put_obj
qdict_set_default_str
qdict_size
qdist_add
qdist_avg
qdist_bin__internal
qdist_destroy
qdist_inc
qdist_init
qdist_pr
qdist_pr_plain
qdist_sample_count
qdist_unique_entries
qdist_xmax
qdist_xmin
qecvt
qecvt_r
qemu_alloc_stack
qemu_alloc_stack: @sz: pointer to a size_t holding the requested usable stack size
qemu_allocate_irq
qemu_allocate_irqs
qemu_anon_ram_alloc
qemu_anon_ram_free
qemu_close
qemu_co_send_recv
The same as above, but with just a single buffer
qemu_co_sendv_recvv
Sends a (part of) iovec down a socket, yielding when the socket is full, or Receives data into a (part of) iovec from a socket, yielding when there is no data in the socket. The same interface as qemu_sendv_recvv(), with added yielding. XXX should mark these as coroutine_fn
qemu_cond_broadcast
qemu_cond_destroy
qemu_cond_init
qemu_cond_signal
qemu_cond_wait
qemu_cpu_is_self
qemu_cpu_is_self: @cpu: The vCPU to check against.
qemu_cpu_kick
qemu_cpu_kick: @cpu: The vCPU to kick.
qemu_create_pidfile
qemu_daemon
qemu_dup
qemu_ether_ntoa
qemu_event_destroy
qemu_event_init
qemu_event_reset
qemu_event_set
qemu_event_wait
qemu_extend_irqs
qemu_find_file
qemu_flush_coalesced_mmio_buffer
qemu_fork
qemu_fork:
qemu_free_irq
qemu_free_irqs
qemu_free_stack
qemu_free_stack: @stack: stack to free @sz: size of stack in bytes
qemu_get_cpu
qemu_get_cpu: @index: The CPUState@cpu_index value of the CPU to obtain.
qemu_get_exec_dir
qemu_get_local_state_pathname
qemu_get_pid_name
qemu_get_pid_name: @pid: pid of a process
qemu_get_thread_id
qemu_get_timedate
qemu_get_vm_name
qemu_getauxval
qemu_getauxval: @type: the auxiliary vector key to lookup
qemu_hexdump
qemu_hw_version
qemu_init_cpu_list
qemu_init_exec_dir
qemu_init_vcpu
qemu_init_vcpu: @cpu: The vCPU to initialize.
qemu_irq_intercept_in
qemu_irq_invert
qemu_irq_proxy
qemu_irq_split
qemu_lockcnt_count
qemu_lockcnt_count: query a LockCnt’s count. @lockcnt: the lockcnt to query.
qemu_lockcnt_dec
qemu_lockcnt_dec: decrement a QemuLockCnt’s counter @lockcnt: the lockcnt to operate on
qemu_lockcnt_dec_and_lock
qemu_lockcnt_dec_and_lock: decrement a QemuLockCnt’s counter and possibly lock it. @lockcnt: the lockcnt to operate on
qemu_lockcnt_dec_if_lock
qemu_lockcnt_dec_if_lock: possibly decrement a QemuLockCnt’s counter and lock it. @lockcnt: the lockcnt to operate on
qemu_lockcnt_destroy
qemu_lockcnt_destroy: destroy a QemuLockcnt @lockcnt: the lockcnt to destruct
qemu_lockcnt_inc
qemu_lockcnt_inc: increment a QemuLockCnt’s counter @lockcnt: the lockcnt to operate on
qemu_lockcnt_inc_and_unlock
qemu_lockcnt_inc_and_unlock: combined unlock/increment on a QemuLockCnt. @lockcnt: the lockcnt to operate on.
qemu_lockcnt_init
qemu_lockcnt_init: initialize a QemuLockcnt @lockcnt: the lockcnt to initialize
qemu_lockcnt_lock
qemu_lockcnt_lock: lock a QemuLockCnt’s mutex. @lockcnt: the lockcnt to operate on
qemu_lockcnt_unlock
qemu_lockcnt_unlock: release a QemuLockCnt’s mutex. @lockcnt: the lockcnt to operate on.
qemu_log
qemu_log_close
qemu_log_flush
qemu_log_in_addr_range
qemu_log_needs_buffers
qemu_madvise
qemu_map_ram_ptr
qemu_memalign
qemu_mutex_destroy
qemu_mutex_init
qemu_mutex_lock
qemu_mutex_lock_ramlist
qemu_mutex_trylock
qemu_mutex_unlock
qemu_mutex_unlock_ramlist
qemu_oom_check
qemu_open
qemu_openpty_raw
qemu_opt_find
qemu_opt_foreach
qemu_opt_get
qemu_opt_get_bool
qemu_opt_get_bool_del
qemu_opt_get_del
qemu_opt_get_number
qemu_opt_get_number_del
qemu_opt_get_size
qemu_opt_get_size_del
qemu_opt_has_help_opt
qemu_opt_has_help_opt: @opts: options to search for a help request
qemu_opt_iter_init
qemu_opt_iter_next
qemu_opt_set
qemu_opt_set_bool
qemu_opt_set_number
qemu_opt_unset
qemu_opts_absorb_qdict
qemu_opts_append
qemu_opts_create
qemu_opts_del
qemu_opts_do_parse
qemu_opts_find
qemu_opts_foreach
qemu_opts_free
qemu_opts_from_qdict
qemu_opts_id
qemu_opts_loc_restore
qemu_opts_parse
qemu_opts_parse_noisily
qemu_opts_print
qemu_opts_print_help
qemu_opts_reset
qemu_opts_set
qemu_opts_set_defaults
qemu_opts_set_id
qemu_opts_to_qdict
qemu_opts_validate
qemu_pipe
qemu_print_log_usage
qemu_progress_end
qemu_progress_init
qemu_progress_print
qemu_ram_addr_from_host
qemu_ram_block_by_name
qemu_ram_block_from_host
qemu_ram_foreach_block
qemu_ram_get_idstr
qemu_ram_is_shared
qemu_ram_pagesize
qemu_ram_pagesize_largest
qemu_ram_remap
qemu_ram_set_idstr
qemu_ram_unset_idstr
qemu_read_password
qemu_rec_mutex_init
qemu_sem_destroy
qemu_sem_init
qemu_sem_post
qemu_sem_timedwait
qemu_sem_wait
qemu_set_cloexec
qemu_set_dfilter_ranges
qemu_set_hw_version
qemu_set_irq
qemu_set_log
qemu_set_log_filename
qemu_set_tty_echo
qemu_signalfd
qemu_str_to_log_mask
qemu_thread_atexit_add
qemu_thread_atexit_remove
qemu_thread_create
qemu_thread_exit
qemu_thread_get_self
qemu_thread_is_self
qemu_thread_join
qemu_thread_naming
qemu_timedate_diff
qemu_try_memalign
qemu_utimens
qemu_vfree
qemu_write_full
qfcvt
qfcvt_r
qgcvt
qht_destroy
qht_destroy - destroy a previously initialized QHT @ht: QHT to be destroyed
qht_init
qht_init - Initialize a QHT @ht: QHT to be initialized @n_elems: number of entries the hash table should be optimized for. @mode: bitmask with OR’ed QHT_MODE_*
qht_insert
qht_insert - Insert a pointer into the hash table @ht: QHT to insert to @p: pointer to be inserted @hash: hash corresponding to @p
qht_iter
qht_iter - Iterate over a QHT @ht: QHT to be iterated over @func: function to be called for each entry in QHT @userp: additional pointer to be passed to @func
qht_lookup
qht_lookup - Look up a pointer in a QHT @ht: QHT to be looked up @func: function to compare existing pointers against @userp @userp: pointer to pass to @func @hash: hash of the pointer to be looked up
qht_remove
qht_remove - remove a pointer from the hash table @ht: QHT to remove from @p: pointer to be removed @hash: hash corresponding to @p
qht_reset
qht_reset - reset a QHT @ht: QHT to be reset
qht_reset_size
qht_reset_size - reset and resize a QHT @ht: QHT to be reset and resized @n_elems: number of entries the resized hash table should be optimized for.
qht_resize
qht_resize - resize a QHT @ht: QHT to be resized @n_elems: number of entries the resized hash table should be optimized for
qht_statistics_destroy
qht_statistics_destroy - Destroy a struct qht_stats @stats: stuct qht_stats to be destroyed
qht_statistics_init
qht_statistics_init - Gather statistics from a QHT @ht: QHT to gather statistics from @stats: pointer to a struct qht_stats to be filled in
qlist_append_obj
qlist_copy
qlist_destroy_obj
qlist_empty
qlist_iter
qlist_new
qlist_peek
qlist_pop
qlist_size
qobject_destroy
qobject_destroy(): Free resources used by the object
qobject_to_qdict
qobject_to_qlist
qsort
quick_exit
raise
raise_exception
raise_exception_err
raise_exception_err_ra
raise_exception_ra
raise_interrupt
ram_block_discard_range
ram_block_notifier_add
ram_block_notifier_remove
ram_block_notify_add
ram_block_notify_remove
rand
rand_r
random
random_r
rcmd
rcmd_af
rcu_after_fork
rcu_register_thread
rcu_unregister_thread
read
readdir
readdir_r
readlink
readlinkat
readv
realloc
reallocarray
realpath
recv
recvfrom
recvmsg
register_dso_module_init
register_module_init
remove
remove_rr2_ext
rename
renameat
replay_get_total_num_instructions
replay_progress
resolve_file_from_plugin_directory
restore_state_to_opc
revoke
rewind
rewinddir
rexec
rexec_af
rindex
rmdir
rpmatch
rr1_create_replay_log
rr1_load_snapshot
rr2_add_recording_files
rr2_create_replay_log
rr2_load_snapshot
rr2_name
rr_begin_main_loop_wait
rr_checksum_memory
rr_checksum_regs
rr_cpu_physical_memory_unmap_record
rr_cpu_reg_write_call_record
rr_create_record_log
rr_create_replay_log
rr_debug_log_prog_point
rr_destroy_log
rr_device_mem_rw_call_record
rr_device_mem_unmap_call_record
rr_do_begin_record
rr_do_begin_replay
rr_do_end_record
rr_do_end_replay
rr_end_main_loop_wait
rr_fill_queue
rr_fseek_cur
rr_get_guest_instr_count_external
rr_get_guest_instr_count_external() - Get instruction count for replay.
rr_get_pc
rr_get_percentage
rr_get_queue_head
rr_get_secondary
rr_mem_region_change_record
rr_mem_region_transaction_record
rr_print_history
rr_queue_empty
rr_quit_cpu_loop
rr_record_debug
rr_record_exception_index
rr_record_exit_request
rr_record_handle_packet_call
rr_record_hd_transfer
rr_record_input_1
rr_record_input_2
rr_record_input_4
rr_record_input_8
rr_record_interrupt_request
rr_record_net_transfer
rr_record_pending_interrupts
rr_record_serial_read
rr_record_serial_receive
rr_record_serial_send
rr_record_serial_write
rr_replay_debug
rr_replay_exception_index
rr_replay_exit_request
rr_replay_finished
rr_replay_input_1
rr_replay_input_2
rr_replay_input_4
rr_replay_input_8
rr_replay_interrupt_request
rr_replay_intno
rr_replay_pending_interrupts
rr_replay_skipped_calls_internal
rr_reset_state
rr_signal_disagreement
rr_spit_prog_point
rr_spit_queue_head
rr_tracked_mem_regions_record
rresvport
rresvport_af
rrfile_add_recording_file
Add a file to the recording archive, deleting the original
rrfile_copy_recording_file
copy a file file from one recording archive to another recording archive
rrfile_finalize
Close a newly create rr2 file, calculating file hashes, etc
rrfile_fread
An fread like wrapper for an rrfile
rrfile_free
rrfile_fseek_cur
rrfile_fseek_set
rrfile_get_working
rrfile_info_clear
rrfile_info_create
rrfile_open_read
rrfile_open_write
Open an rr2 file for writing. This creates the archive and the magic file, but does not create the snapshot
rrfile_qemu_close
rrfile_close implements QEMUFileCloseFunc *close
rrfile_qemu_getbuffer
rrfile_qemu_getbuffer implements QEMUFileGetBufferFunc
rrfile_read_cmdline
rrfile_read_contents_as_string
rrfile_read_hashes
rrfile_read_metadata
rrfile_section_size
rrfile_set_working
Update the rrfile module to use rr_archive as its working archive. This is used to store the open archive file while the vm is writing and the nondetlog is being written
rrfile_write_metadata_file
run_on_cpu
run_on_cpu: @cpu: The vCPU to run on. @func: The function to be executed. @data: Data to pass to the function.
ruserok
ruserok_af
sbrk
scandir
scanf
scanf1
sched_get_priority_max
sched_get_priority_min
sched_getparam
sched_getscheduler
sched_rr_get_interval
sched_setparam
sched_setscheduler
sched_yield
seed48
seed48_r
seekdir
select
sem_close
sem_destroy
sem_getvalue
sem_init
sem_open
sem_post
sem_timedwait
sem_trywait
sem_unlink
sem_wait
send
sendmsg
sendto
set_preferred_target_page_bits
set_preferred_target_page_bits: @bits: number of bits needed to represent an address within the page
set_x86_configurable_machine
setbuf
setbuffer
setdomainname
setegid
setenv
seteuid
setgid
sethostent
sethostid
sethostname
setitimer
setjmp
setlinebuf
setlogin
setnetent
setnetgrent
setpgid
setpgrp
setprotoent
setregid
setreuid
setrpcent
setservent
setsid
setsockopt
setstate
setstate_r
settimeofday
setuid
setusershell
setvbuf
shm_open
shm_unlink
shutdown
sigaction
sigaction_invoke
sigaddset
sigaltstack
sigblock
sigdelset
sigemptyset
sigfillset
siggetmask
siginterrupt
sigismember
siglongjmp
signal
sigpending
sigprocmask
sigqueue
sigreturn
sigsetmask
sigstack
sigsuspend
sigtimedwait
sigwait
sigwaitinfo
sleep
slow_bitmap_and
slow_bitmap_andnot
slow_bitmap_complement
slow_bitmap_empty
slow_bitmap_equal
slow_bitmap_full
slow_bitmap_intersects
slow_bitmap_or
slow_bitmap_xor
snprintf
sockatmark
socket
socketpair
sprintf
srand
srand48
srand48_r
srandom
srandom_r
sscanf
sscanf1
ssignal
start_exclusive
start_exclusive:
stat
stb_phys
stb_phys_cached
stl_be_phys
stl_be_phys_cached
stl_le_phys
stl_le_phys_cached
stl_phys
stl_phys_cached
stl_phys_notdirty
stl_phys_notdirty_cached
stpcpy
stpncpy
stq_be_phys
stq_be_phys_cached
stq_le_phys
stq_le_phys_cached
stq_phys
stq_phys_cached
str_split
strcasecmp
strcasecmp_l
strcat
strchr
strcmp
strcoll
strcoll_l
strcpy
strcspn
strdup
strerror
strerror_l
strerror_r
strftime
strftime_l
strlen
strncasecmp
strncasecmp_l
strncat
strncmp
strncpy
strndup
strnlen
strpbrk
strrchr
strsep
strsignal
strspn
strstr
strtod
strtof
strtoimax
strtok
strtok_r
strtol
strtold
strtoll
strtoq
strtoul
strtoull
strtoumax
strtouq
strxfrm
strxfrm_l
stw_be_phys
stw_be_phys_cached
stw_le_phys
stw_le_phys_cached
stw_phys
stw_phys_cached
symlink
symlinkat
sync
synchronize_rcu
sysbus_get_default
syscall
sysconf
system
target_disas
tb_flush
tb_flush_jmp_cache
tb_free
tb_gen_code
tb_invalidate_phys_addr
tb_lock
tb_lock_reset
tb_phys_invalidate
tb_unlock
tcg_const_i32
tcg_const_i64
tcg_const_local_i32
tcg_const_local_i64
tcg_context_init
tcg_dump_info
tcg_dump_op_count
tcg_dump_ops
tcg_enabled
tcg_exec_init
tcg_find_helper
tcg_func_start
tcg_gen_callN
tcg_gen_code
tcg_global_mem_new_internal
tcg_global_reg_new_i32
tcg_global_reg_new_i64
tcg_malloc_internal
tcg_op_insert_after
tcg_op_insert_before
tcg_op_remove
tcg_optimize
tcg_pool_reset
tcg_prologue_init
tcg_register_jit
tcg_set_frame
tcg_temp_free_i32
tcg_temp_free_i64
tcg_temp_new_internal_i32
tcg_temp_new_internal_i64
tcg_x86_init
tcgetpgrp
tcsetpgrp
telldir
tempnam
time
timegm
timelocal
timer_create
timer_delete
timer_getoverrun
timer_gettime
timer_settime
timespec_get
tlb_fill
tlb_flush
tlb_flush: @cpu: CPU whose TLB should be flushed
tlb_flush_all_cpus
tlb_flush_all_cpus: @cpu: src CPU of the flush
tlb_flush_all_cpus_synced
tlb_flush_all_cpus_synced: @cpu: src CPU of the flush
tlb_flush_by_mmuidx
tlb_flush_by_mmuidx: @cpu: CPU whose TLB should be flushed @wait: If true ensure synchronisation by exiting the cpu_loop @idxmap: bitmap of MMU indexes to flush
tlb_flush_by_mmuidx_all_cpus
tlb_flush_by_mmuidx_all_cpus: @cpu: Originating CPU of the flush @idxmap: bitmap of MMU indexes to flush
tlb_flush_by_mmuidx_all_cpus_synced
tlb_flush_by_mmuidx_all_cpus_synced: @cpu: Originating CPU of the flush @idxmap: bitmap of MMU indexes to flush
tlb_flush_page
tlb_flush_page: @cpu: CPU whose TLB should be flushed @addr: virtual address of page to be flushed
tlb_flush_page_all_cpus
tlb_flush_page_all_cpus: @cpu: src CPU of the flush @addr: virtual address of page to be flushed
tlb_flush_page_all_cpus_synced
tlb_flush_page_all_cpus_synced: @cpu: src CPU of the flush @addr: virtual address of page to be flushed
tlb_flush_page_by_mmuidx
tlb_flush_page_by_mmuidx: @cpu: CPU whose TLB should be flushed @addr: virtual address of page to be flushed @idxmap: bitmap of MMU indexes to flush
tlb_flush_page_by_mmuidx_all_cpus
tlb_flush_page_by_mmuidx_all_cpus: @cpu: Originating CPU of the flush @addr: virtual address of page to be flushed @idxmap: bitmap of MMU indexes to flush
tlb_flush_page_by_mmuidx_all_cpus_synced
tlb_flush_page_by_mmuidx_all_cpus_synced: @cpu: Originating CPU of the flush @addr: virtual address of page to be flushed @idxmap: bitmap of MMU indexes to flush
tlb_reset_dirty
tlb_set_dirty
tlb_set_page
tlb_set_page_with_attrs
tlb_set_page_with_attrs: @cpu: CPU to add this TLB entry for @vaddr: virtual address of page to add entry for @paddr: physical address of the page @attrs: memory transaction attributes @prot: access permissions (PAGE_READ/PAGE_WRITE/PAGE_EXEC bits) @mmu_idx: MMU index to insert TLB entry for @size: size of the page in bytes
tmpfile
tmpnam
tmpnam_r
toascii
tolower
tolower_l
toupper
toupper_l
truncate
ttyname
ttyname_r
ttyslot
type_register
type_register: @info: The #TypeInfo of the new type
type_register_static
type_register_static: @info: The #TypeInfo of the new type.
tzset
ualarm
uint32_to_float32
uint32_to_float64
uint64_to_float32
uint64_to_float64
uint64_to_float128
ulshift
ulshift - 128-bit Unsigned Left Shift. @plow: in/out - lower 64-bit integer. @phigh: in/out - higher 64-bit integer. @shift: in - bytes to shift, between 0 and 127. @overflow: out - true if any 1-bit is shifted out.
umask
uncompress
uncompress2
ungetc
unlink
unlinkat
unsetenv
update_fp_status
urshift
urshift - 128-bit Unsigned Right Shift. @plow: in/out - lower 64-bit integer. @phigh: in/out - higher 64-bit integer. @shift: in - bytes to shift, between 0 and 127.
usleep
utimensat
utimes
valloc
vdprintf
vfork
vfprintf
vfscanf
vfscanf1
vhangup
vprintf
vscanf
vscanf1
vsnprintf
vsprintf
vsscanf
vsscanf1
wait
wait3
wait4
waitid
waitpid
wcstoimax
wcstombs
wcstoumax
wctomb
write
writev
x86_cpu_change_kvm_default
x86_cpu_do_interrupt
x86_cpu_do_interrupt: @cpu: vCPU the interrupt is to be handled by.
x86_cpu_dump_local_apic_state
x86_cpu_dump_state
x86_cpu_exec_enter
x86_cpu_exec_exit
x86_cpu_exec_interrupt
x86_cpu_gdb_read_register
x86_cpu_gdb_write_register
x86_cpu_get_memory_mapping
x86_cpu_get_phys_page_debug
x86_cpu_handle_mmu_fault
x86_cpu_list
x86_cpu_set_a20
x86_cpu_write_elf32_note
x86_cpu_write_elf32_qemunote
x86_cpu_write_elf64_note
x86_cpu_write_elf64_qemunote
x86_ldl_phys
x86_ldq_phys
x86_ldub_phys
x86_lduw_phys
x86_stb_phys
x86_stl_phys
x86_stl_phys_notdirty
x86_stq_phys
x86_stw_phys
zError
zlibCompileFlags
zlibVersion

Type Aliases§

ACPISlotType
ActionCompletionMode
BiosAtaTranslation
BlkdebugEvent
BlockDeviceIoStatus
BlockErrorAction
BlockJobType
BlockdevAioOptions
BlockdevChangeReadOnlyMode
BlockdevDetectZeroesOptions
BlockdevDiscardOptions
BlockdevDriver
BlockdevOnError
BusRealize
BusUnrealize
Byte
Bytef
CCOp
COLOMessage
COLOMode
CPUDumpFlags
CPUDumpFlags: @CPU_DUMP_CODE: @CPU_DUMP_FPU: dump FPU register state, not just integer @CPU_DUMP_CCOP: dump info about TCG QEMU’s condition code optimization state
CPUInterruptHandler
CPUReadMemoryFunc
CPUUnassignedAccess
CPUWriteMemoryFunc
ChardevBackendKind
CommandLineParameterType
CpuInfoArch
CpuModelCompareResult
CpuModelExpansionType
DIR
DataFormat
DeviceCategory
DeviceRealize
DeviceUnrealize
DirtyBitmapStatus
DumpGuestMemoryFormat
DumpStatus
FILE
FailoverStatus
FeatureWord
FeatureWordArray
FloppyDriveType
GAllocator
GArray
GArray_autoptr
GArray_listautoptr
GArray_queueautoptr
GArray_slistautoptr
GAsciiType
GAsyncQueue
GAsyncQueue_autoptr
GAsyncQueue_listautoptr
GAsyncQueue_queueautoptr
GAsyncQueue_slistautoptr
GBookmarkFile
GBookmarkFile:
GBookmarkFileError
GBookmarkFileError: @G_BOOKMARK_FILE_ERROR_INVALID_URI: URI was ill-formed @G_BOOKMARK_FILE_ERROR_INVALID_VALUE: a requested field was not found @G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED: a requested application did not register a bookmark @G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND: a requested URI was not found @G_BOOKMARK_FILE_ERROR_READ: document was ill formed @G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING: the text being parsed was in an unknown encoding @G_BOOKMARK_FILE_ERROR_WRITE: an error occurred while writing @G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND: requested file was not found
GBookmarkFile_autoptr
GBookmarkFile_listautoptr
GBookmarkFile_queueautoptr
GBookmarkFile_slistautoptr
GByteArray
GByteArray_autoptr
GByteArray_listautoptr
GByteArray_queueautoptr
GByteArray_slistautoptr
GBytes
GBytes_autoptr
GBytes_listautoptr
GBytes_queueautoptr
GBytes_slistautoptr
GCache
GCacheDestroyFunc
GCacheDupFunc
GCacheNewFunc
GChecksum
GChecksum:
GChecksumType
GChecksumType: @G_CHECKSUM_MD5: Use the MD5 hashing algorithm @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm @G_CHECKSUM_SHA256: Use the SHA-256 hashing algorithm @G_CHECKSUM_SHA384: Use the SHA-384 hashing algorithm (Since: 2.51) @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm (Since: 2.36)
GChecksum_autoptr
GChecksum_listautoptr
GChecksum_queueautoptr
GChecksum_slistautoptr
GChildWatchFunc
GChildWatchFunc: @pid: the process id of the child process @status: Status information about the child process, encoded in a platform-specific manner @user_data: user data passed to g_child_watch_add()
GClearHandleFunc
GClearHandleFunc: @handle_id: the handle ID to clear
GCompareDataFunc
GCompareFunc
GCompletion
GCompletionFunc
GCompletionStrncmpFunc
GCond
GConvertError
GConvertError: @G_CONVERT_ERROR_NO_CONVERSION: Conversion between the requested character sets is not supported. @G_CONVERT_ERROR_ILLEGAL_SEQUENCE: Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set. @G_CONVERT_ERROR_FAILED: Conversion failed for some reason. @G_CONVERT_ERROR_PARTIAL_INPUT: Partial character sequence at end of input. @G_CONVERT_ERROR_BAD_URI: URI is invalid. @G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path. @G_CONVERT_ERROR_NO_MEMORY: No memory available. Since: 2.40 @G_CONVERT_ERROR_EMBEDDED_NUL: An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56
GCopyFunc
GCopyFunc: @src: (not nullable): A pointer to the data which should be copied @data: Additional data
GData
GDataForeachFunc
GDate
GDateDMY
GDateDay
GDateMonth
GDateTime
GDateTime:
GDateTime_autoptr
GDateTime_listautoptr
GDateTime_queueautoptr
GDateTime_slistautoptr
GDateWeekday
GDateYear
GDate_autoptr
GDate_listautoptr
GDate_queueautoptr
GDate_slistautoptr
GDebugKey
GDebugKey: @key: the string @value: the flag
GDestroyNotify
GDir
GDir_autoptr
GDir_listautoptr
GDir_queueautoptr
GDir_slistautoptr
GDoubleIEEE754
GDuplicateFunc
GEqualFunc
GError
GError: @domain: error domain, e.g. #G_FILE_ERROR @code: error code, e.g. %G_FILE_ERROR_NOENT @message: human-readable informative error message
GErrorType
GError_autoptr
GError_listautoptr
GError_queueautoptr
GError_slistautoptr
GFileError
GFileTest
GFloatIEEE754
GFormatSizeFlags
GFreeFunc
GFreeFunc: @data: a data pointer
GFunc
GHFunc
GHRFunc
GHashFunc
GHashTable
GHashTableIter
GHashTable_autoptr
GHashTable_listautoptr
GHashTable_queueautoptr
GHashTable_slistautoptr
GHmac
GHmac:
GHmac_autoptr
GHmac_listautoptr
GHmac_queueautoptr
GHmac_slistautoptr
GHook
GHookCheckFunc
GHookCheckMarshaller
GHookCompareFunc
GHookFinalizeFunc
GHookFindFunc
GHookFlagMask
GHookFunc
GHookList
GHookMarshaller
GIConv
GIConv: (skip)
GIOChannel
GIOChannelError
GIOChannel_autoptr
GIOChannel_listautoptr
GIOChannel_queueautoptr
GIOChannel_slistautoptr
GIOCondition
GIOError
GIOFlags
GIOFunc
GIOFuncs
GIOStatus
GKeyFile
GKeyFileError
GKeyFileFlags
GKeyFile_autoptr
GKeyFile_listautoptr
GKeyFile_queueautoptr
GKeyFile_slistautoptr
GList
GList_autoptr
GList_listautoptr
GList_queueautoptr
GList_slistautoptr
GLogField
GLogField: @key: field name (UTF-8 string) @value: field value (arbitrary bytes) @length: length of @value, in bytes, or -1 if it is nul-terminated
GLogFunc
GLogLevelFlags
GLogWriterFunc
GLogWriterFunc: @log_level: log level of the message @fields: (array length=n_fields): fields forming the message @n_fields: number of @fields @user_data: user data passed to g_log_set_writer_func()
GLogWriterOutput
GLogWriterOutput: @G_LOG_WRITER_HANDLED: Log writer has handled the log entry. @G_LOG_WRITER_UNHANDLED: Log writer could not handle the log entry.
GMainContext
GMainContext:
GMainContextPusher
GMainContextPusher:
GMainContextPusher_autoptr
GMainContextPusher_listautoptr
GMainContextPusher_queueautoptr
GMainContextPusher_slistautoptr
GMainContext_autoptr
GMainContext_listautoptr
GMainContext_queueautoptr
GMainContext_slistautoptr
GMainLoop
GMainLoop:
GMainLoop_autoptr
GMainLoop_listautoptr
GMainLoop_queueautoptr
GMainLoop_slistautoptr
GMappedFile
GMappedFile_autoptr
GMappedFile_listautoptr
GMappedFile_queueautoptr
GMappedFile_slistautoptr
GMarkupCollectType
GMarkupError
GMarkupError: @G_MARKUP_ERROR_BAD_UTF8: text being parsed was not valid UTF-8 @G_MARKUP_ERROR_EMPTY: document contained nothing, or only whitespace @G_MARKUP_ERROR_PARSE: document was ill-formed @G_MARKUP_ERROR_UNKNOWN_ELEMENT: error should be set by #GMarkupParser functions; element wasn’t known @G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE: error should be set by #GMarkupParser functions; attribute wasn’t known @G_MARKUP_ERROR_INVALID_CONTENT: error should be set by #GMarkupParser functions; content was invalid @G_MARKUP_ERROR_MISSING_ATTRIBUTE: error should be set by #GMarkupParser functions; a required attribute was missing
GMarkupParseContext
GMarkupParseContext:
GMarkupParseContext_autoptr
GMarkupParseContext_listautoptr
GMarkupParseContext_queueautoptr
GMarkupParseContext_slistautoptr
GMarkupParseFlags
GMarkupParseFlags: @G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG: flag you should not use @G_MARKUP_TREAT_CDATA_AS_TEXT: When this flag is set, CDATA marked sections are not passed literally to the @passthrough function of the parser. Instead, the content of the section (without the <![CDATA[ and ]]>) is passed to the @text function. This flag was added in GLib 2.12 @G_MARKUP_PREFIX_ERROR_POSITION: Normally errors caught by GMarkup itself have line/column information prefixed to them to let the caller know the location of the error. When this flag is set the location information is also prefixed to errors generated by the #GMarkupParser implementation functions @G_MARKUP_IGNORE_QUALIFIED: Ignore (don’t report) qualified attributes and tags, along with their contents. A qualified attribute or tag is one that contains ‘:’ in its name (ie: is in another namespace). Since: 2.40.
GMarkupParser
GMatchInfo
GMatchInfo:
GMatchInfo_autoptr
GMatchInfo_listautoptr
GMatchInfo_queueautoptr
GMatchInfo_slistautoptr
GMemChunk
GMemVTable
GMemVTable: @malloc: function to use for allocating memory. @realloc: function to use for reallocating memory. @free: function to use to free memory. @calloc: function to use for allocating zero-filled memory. @try_malloc: function to use for allocating memory without a default error handler. @try_realloc: function to use for reallocating memory without a default error handler.
GMutex
GMutexLocker
GMutexLocker:
GMutexLocker_autoptr
GMutexLocker_listautoptr
GMutexLocker_queueautoptr
GMutexLocker_slistautoptr
GNode
GNodeForeachFunc
GNodeTraverseFunc
GNode_autoptr
GNode_listautoptr
GNode_queueautoptr
GNode_slistautoptr
GNormalizeMode
GNormalizeMode: @G_NORMALIZE_DEFAULT: standardize differences that do not affect the text content, such as the above-mentioned accent representation @G_NORMALIZE_NFD: another name for %G_NORMALIZE_DEFAULT @G_NORMALIZE_DEFAULT_COMPOSE: like %G_NORMALIZE_DEFAULT, but with composed forms rather than a maximally decomposed form @G_NORMALIZE_NFC: another name for %G_NORMALIZE_DEFAULT_COMPOSE @G_NORMALIZE_ALL: beyond %G_NORMALIZE_DEFAULT also standardize the “compatibility” characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same @G_NORMALIZE_NFKD: another name for %G_NORMALIZE_ALL @G_NORMALIZE_ALL_COMPOSE: like %G_NORMALIZE_ALL, but with composed forms rather than a maximally decomposed form @G_NORMALIZE_NFKC: another name for %G_NORMALIZE_ALL_COMPOSE
GNumberParserError
GNumberParserError: @G_NUMBER_PARSER_ERROR_INVALID: String was not a valid number. @G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS: String was a number, but out of bounds.
GOnce
GOnceStatus
GOptionArg
GOptionArg: @G_OPTION_ARG_NONE: No extra argument. This is useful for simple flags. @G_OPTION_ARG_STRING: The option takes a UTF-8 string argument. @G_OPTION_ARG_INT: The option takes an integer argument. @G_OPTION_ARG_CALLBACK: The option provides a callback (of type #GOptionArgFunc) to parse the extra argument. @G_OPTION_ARG_FILENAME: The option takes a filename as argument, which will be in the GLib filename encoding rather than UTF-8. @G_OPTION_ARG_STRING_ARRAY: The option takes a string argument, multiple uses of the option are collected into an array of strings. @G_OPTION_ARG_FILENAME_ARRAY: The option takes a filename as argument, multiple uses of the option are collected into an array of strings. @G_OPTION_ARG_DOUBLE: The option takes a double argument. The argument can be formatted either for the user’s locale or for the “C” locale. Since 2.12 @G_OPTION_ARG_INT64: The option takes a 64-bit integer. Like %G_OPTION_ARG_INT but for larger numbers. The number can be in decimal base, or in hexadecimal (when prefixed with 0x, for example, 0xffffffff). Since 2.12
GOptionArgFunc
GOptionArgFunc: @option_name: The name of the option being parsed. This will be either a single dash followed by a single letter (for a short name) or two dashes followed by a long option name. @value: The value to be parsed. @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: A return location for errors. The error code %G_OPTION_ERROR_FAILED is intended to be used for errors in #GOptionArgFunc callbacks.
GOptionContext
GOptionContext:
GOptionContext_autoptr
GOptionContext_listautoptr
GOptionContext_queueautoptr
GOptionContext_slistautoptr
GOptionEntry
GOptionError
GOptionError: @G_OPTION_ERROR_UNKNOWN_OPTION: An option was not known to the parser. This error will only be reported, if the parser hasn’t been instructed to ignore unknown options, see g_option_context_set_ignore_unknown_options(). @G_OPTION_ERROR_BAD_VALUE: A value couldn’t be parsed. @G_OPTION_ERROR_FAILED: A #GOptionArgFunc callback failed.
GOptionErrorFunc
GOptionErrorFunc: @context: The active #GOptionContext @group: The group to which the function belongs @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: The #GError containing details about the parse error
GOptionFlags
GOptionFlags: @G_OPTION_FLAG_NONE: No flags. Since: 2.42. @G_OPTION_FLAG_HIDDEN: The option doesn’t appear in --help output. @G_OPTION_FLAG_IN_MAIN: The option appears in the main section of the --help output, even if it is defined in a group. @G_OPTION_FLAG_REVERSE: For options of the %G_OPTION_ARG_NONE kind, this flag indicates that the sense of the option is reversed. @G_OPTION_FLAG_NO_ARG: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the callback does not take any argument (like a %G_OPTION_ARG_NONE option). Since 2.8 @G_OPTION_FLAG_FILENAME: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the argument should be passed to the callback in the GLib filename encoding rather than UTF-8. Since 2.8 @G_OPTION_FLAG_OPTIONAL_ARG: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the argument supply is optional. If no argument is given then data of %GOptionParseFunc will be set to NULL. Since 2.8 @G_OPTION_FLAG_NOALIAS: This flag turns off the automatic conflict resolution which prefixes long option names with groupname- if there is a conflict. This option should only be used in situations where aliasing is necessary to model some legacy commandline interface. It is not safe to use this option, unless all option groups are under your direct control. Since 2.8.
GOptionGroup
GOptionGroup:
GOptionGroup_autoptr
GOptionGroup_listautoptr
GOptionGroup_queueautoptr
GOptionGroup_slistautoptr
GOptionParseFunc
GOptionParseFunc: @context: The active #GOptionContext @group: The group to which the function belongs @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: A return location for error details
GPatternSpec
GPatternSpec_autoptr
GPatternSpec_listautoptr
GPatternSpec_queueautoptr
GPatternSpec_slistautoptr
GPid
GPollFD
GPollFunc
GPollFunc: @ufds: an array of #GPollFD elements @nfsd: the number of elements in @ufds @timeout_: the maximum time to wait for an event of the file descriptors. A negative value indicates an infinite timeout.
GPrintFunc
GPrintFunc: @string: the message to output
GPrivate
GPtrArray
GPtrArray_autoptr
GPtrArray_listautoptr
GPtrArray_queueautoptr
GPtrArray_slistautoptr
GQuark
GQueue
GQueue_autoptr
GQueue_listautoptr
GQueue_queueautoptr
GQueue_slistautoptr
GRWLock
GRWLockReaderLocker
GRWLockReaderLocker:
GRWLockReaderLocker_autoptr
GRWLockReaderLocker_listautoptr
GRWLockReaderLocker_queueautoptr
GRWLockReaderLocker_slistautoptr
GRWLockWriterLocker
GRWLockWriterLocker:
GRWLockWriterLocker_autoptr
GRWLockWriterLocker_listautoptr
GRWLockWriterLocker_queueautoptr
GRWLockWriterLocker_slistautoptr
GRand
GRand_autoptr
GRand_listautoptr
GRand_queueautoptr
GRand_slistautoptr
GRecMutex
GRecMutexLocker
GRecMutexLocker:
GRecMutexLocker_autoptr
GRecMutexLocker_listautoptr
GRecMutexLocker_queueautoptr
GRecMutexLocker_slistautoptr
GRefString
GRefString:
GRefString_autoptr
GRefString_listautoptr
GRefString_queueautoptr
GRefString_slistautoptr
GRegex
GRegex:
GRegexCompileFlags
GRegexCompileFlags: @G_REGEX_CASELESS: Letters in the pattern match both upper- and lowercase letters. This option can be changed within a pattern by a “(?i)” option setting. @G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting of a single line of characters (even if it actually contains newlines). The “start of line” metacharacter (“^”) matches only at the start of the string, while the “end of line” metacharacter (“$”) matches only at the end of the string, or before a terminating newline (unless #G_REGEX_DOLLAR_ENDONLY is set). When #G_REGEX_MULTILINE is set, the “start of line” and “end of line” constructs match immediately following or immediately before any newline in the string, respectively, as well as at the very start and end. This can be changed within a pattern by a “(?m)” option setting. @G_REGEX_DOTALL: A dot metacharacter (“.”) in the pattern matches all characters, including newlines. Without it, newlines are excluded. This option can be changed within a pattern by a (“?s”) option setting. @G_REGEX_EXTENDED: Whitespace data characters in the pattern are totally ignored except when escaped or inside a character class. Whitespace does not include the VT character (code 11). In addition, characters between an unescaped “#” outside a character class and the next newline character, inclusive, are also ignored. This can be changed within a pattern by a “(?x)” option setting. @G_REGEX_ANCHORED: The pattern is forced to be “anchored”, that is, it is constrained to match only at the first matching point in the string that is being searched. This effect can also be achieved by appropriate constructs in the pattern itself such as the “^” metacharacter. @G_REGEX_DOLLAR_ENDONLY: A dollar metacharacter (“$”) in the pattern matches only at the end of the string. Without this option, a dollar also matches immediately before the final character if it is a newline (but not before any other newlines). This option is ignored if #G_REGEX_MULTILINE is set. @G_REGEX_UNGREEDY: Inverts the “greediness” of the quantifiers so that they are not greedy by default, but become greedy if followed by “?”. It can also be set by a “(?U)” option setting within the pattern. @G_REGEX_RAW: Usually strings must be valid UTF-8 strings, using this flag they are considered as a raw sequence of bytes. @G_REGEX_NO_AUTO_CAPTURE: Disables the use of numbered capturing parentheses in the pattern. Any opening parenthesis that is not followed by “?” behaves as if it were followed by “?:” but named parentheses can still be used for capturing (and they acquire numbers in the usual way). @G_REGEX_OPTIMIZE: Optimize the regular expression. If the pattern will be used many times, then it may be worth the effort to optimize it to improve the speed of matches. @G_REGEX_FIRSTLINE: Limits an unanchored pattern to match before (or at) the first newline. Since: 2.34 @G_REGEX_DUPNAMES: Names used to identify capturing subpatterns need not be unique. This can be helpful for certain types of pattern when it is known that only one instance of the named subpattern can ever be matched. @G_REGEX_NEWLINE_CR: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character is ‘\r’. @G_REGEX_NEWLINE_LF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character is ‘\n’. @G_REGEX_NEWLINE_CRLF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character sequence is ‘\r\n’. @G_REGEX_NEWLINE_ANYCRLF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character sequences are ‘\r’, ‘\n’, and ‘\r\n’. Since: 2.34 @G_REGEX_BSR_ANYCRLF: Usually any newline character or character sequence is recognised. If this option is set, then “\R” only recognizes the newline characters ‘\r’, ‘\n’ and ‘\r\n’. Since: 2.34 @G_REGEX_JAVASCRIPT_COMPAT: Changes behaviour so that it is compatible with JavaScript rather than PCRE. Since: 2.34
GRegexError
GRegexError: @G_REGEX_ERROR_COMPILE: Compilation of the regular expression failed. @G_REGEX_ERROR_OPTIMIZE: Optimization of the regular expression failed. @G_REGEX_ERROR_REPLACE: Replacement failed due to an ill-formed replacement string. @G_REGEX_ERROR_MATCH: The match process failed. @G_REGEX_ERROR_INTERNAL: Internal error of the regular expression engine. Since 2.16 @G_REGEX_ERROR_STRAY_BACKSLASH: “\” at end of pattern. Since 2.16 @G_REGEX_ERROR_MISSING_CONTROL_CHAR: “\c” at end of pattern. Since 2.16 @G_REGEX_ERROR_UNRECOGNIZED_ESCAPE: Unrecognized character follows “\”. Since 2.16 @G_REGEX_ERROR_QUANTIFIERS_OUT_OF_ORDER: Numbers out of order in “{}” quantifier. Since 2.16 @G_REGEX_ERROR_QUANTIFIER_TOO_BIG: Number too big in “{}” quantifier. Since 2.16 @G_REGEX_ERROR_UNTERMINATED_CHARACTER_CLASS: Missing terminating “]” for character class. Since 2.16 @G_REGEX_ERROR_INVALID_ESCAPE_IN_CHARACTER_CLASS: Invalid escape sequence in character class. Since 2.16 @G_REGEX_ERROR_RANGE_OUT_OF_ORDER: Range out of order in character class. Since 2.16 @G_REGEX_ERROR_NOTHING_TO_REPEAT: Nothing to repeat. Since 2.16 @G_REGEX_ERROR_UNRECOGNIZED_CHARACTER: Unrecognized character after “(?”, “(?<” or “(?P”. Since 2.16 @G_REGEX_ERROR_POSIX_NAMED_CLASS_OUTSIDE_CLASS: POSIX named classes are supported only within a class. Since 2.16 @G_REGEX_ERROR_UNMATCHED_PARENTHESIS: Missing terminating “)” or “)” without opening “(”. Since 2.16 @G_REGEX_ERROR_INEXISTENT_SUBPATTERN_REFERENCE: Reference to non-existent subpattern. Since 2.16 @G_REGEX_ERROR_UNTERMINATED_COMMENT: Missing terminating “)” after comment. Since 2.16 @G_REGEX_ERROR_EXPRESSION_TOO_LARGE: Regular expression too large. Since 2.16 @G_REGEX_ERROR_MEMORY_ERROR: Failed to get memory. Since 2.16 @G_REGEX_ERROR_VARIABLE_LENGTH_LOOKBEHIND: Lookbehind assertion is not fixed length. Since 2.16 @G_REGEX_ERROR_MALFORMED_CONDITION: Malformed number or name after “(?(”. Since 2.16 @G_REGEX_ERROR_TOO_MANY_CONDITIONAL_BRANCHES: Conditional group contains more than two branches. Since 2.16 @G_REGEX_ERROR_ASSERTION_EXPECTED: Assertion expected after “(?(”. Since 2.16 @G_REGEX_ERROR_UNKNOWN_POSIX_CLASS_NAME: Unknown POSIX class name. Since 2.16 @G_REGEX_ERROR_POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED: POSIX collating elements are not supported. Since 2.16 @G_REGEX_ERROR_HEX_CODE_TOO_LARGE: Character value in “\x{…}” sequence is too large. Since 2.16 @G_REGEX_ERROR_INVALID_CONDITION: Invalid condition “(?(0)”. Since 2.16 @G_REGEX_ERROR_SINGLE_BYTE_MATCH_IN_LOOKBEHIND: \C not allowed in lookbehind assertion. Since 2.16 @G_REGEX_ERROR_INFINITE_LOOP: Recursive call could loop indefinitely. Since 2.16 @G_REGEX_ERROR_MISSING_SUBPATTERN_NAME_TERMINATOR: Missing terminator in subpattern name. Since 2.16 @G_REGEX_ERROR_DUPLICATE_SUBPATTERN_NAME: Two named subpatterns have the same name. Since 2.16 @G_REGEX_ERROR_MALFORMED_PROPERTY: Malformed “\P” or “\p” sequence. Since 2.16 @G_REGEX_ERROR_UNKNOWN_PROPERTY: Unknown property name after “\P” or “\p”. Since 2.16 @G_REGEX_ERROR_SUBPATTERN_NAME_TOO_LONG: Subpattern name is too long (maximum 32 characters). Since 2.16 @G_REGEX_ERROR_TOO_MANY_SUBPATTERNS: Too many named subpatterns (maximum 10,000). Since 2.16 @G_REGEX_ERROR_INVALID_OCTAL_VALUE: Octal value is greater than “\377”. Since 2.16 @G_REGEX_ERROR_TOO_MANY_BRANCHES_IN_DEFINE: “DEFINE” group contains more than one branch. Since 2.16 @G_REGEX_ERROR_DEFINE_REPETION: Repeating a “DEFINE” group is not allowed. This error is never raised. Since: 2.16 Deprecated: 2.34 @G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS: Inconsistent newline options. Since 2.16 @G_REGEX_ERROR_MISSING_BACK_REFERENCE: “\g” is not followed by a braced, angle-bracketed, or quoted name or number, or by a plain number. Since: 2.16 @G_REGEX_ERROR_INVALID_RELATIVE_REFERENCE: relative reference must not be zero. Since: 2.34 @G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN: the backtracing control verb used does not allow an argument. Since: 2.34 @G_REGEX_ERROR_UNKNOWN_BACKTRACKING_CONTROL_VERB: unknown backtracing control verb. Since: 2.34 @G_REGEX_ERROR_NUMBER_TOO_BIG: number is too big in escape sequence. Since: 2.34 @G_REGEX_ERROR_MISSING_SUBPATTERN_NAME: Missing subpattern name. Since: 2.34 @G_REGEX_ERROR_MISSING_DIGIT: Missing digit. Since 2.34 @G_REGEX_ERROR_INVALID_DATA_CHARACTER: In JavaScript compatibility mode, “[” is an invalid data character. Since: 2.34 @G_REGEX_ERROR_EXTRA_SUBPATTERN_NAME: different names for subpatterns of the same number are not allowed. Since: 2.34 @G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED: the backtracing control verb requires an argument. Since: 2.34 @G_REGEX_ERROR_INVALID_CONTROL_CHAR: “\c” must be followed by an ASCII character. Since: 2.34 @G_REGEX_ERROR_MISSING_NAME: “\k” is not followed by a braced, angle-bracketed, or quoted name. Since: 2.34 @G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS: “\N” is not supported in a class. Since: 2.34 @G_REGEX_ERROR_TOO_MANY_FORWARD_REFERENCES: too many forward references. Since: 2.34 @G_REGEX_ERROR_NAME_TOO_LONG: the name is too long in “(*MARK)”, “(*PRUNE)”, “(*SKIP)”, or “(*THEN)”. Since: 2.34 @G_REGEX_ERROR_CHARACTER_VALUE_TOO_LARGE: the character value in the \u sequence is too large. Since: 2.34
GRegexEvalCallback
GRegexEvalCallback: @match_info: the #GMatchInfo generated by the match. Use g_match_info_get_regex() and g_match_info_get_string() if you need the #GRegex or the matched string. @result: a #GString containing the new string @user_data: user data passed to g_regex_replace_eval()
GRegexMatchFlags
GRegexMatchFlags: @G_REGEX_MATCH_ANCHORED: The pattern is forced to be “anchored”, that is, it is constrained to match only at the first matching point in the string that is being searched. This effect can also be achieved by appropriate constructs in the pattern itself such as the “^” metacharacter. @G_REGEX_MATCH_NOTBOL: Specifies that first character of the string is not the beginning of a line, so the circumflex metacharacter should not match before it. Setting this without #G_REGEX_MULTILINE (at compile time) causes circumflex never to match. This option affects only the behaviour of the circumflex metacharacter, it does not affect “\A”. @G_REGEX_MATCH_NOTEOL: Specifies that the end of the subject string is not the end of a line, so the dollar metacharacter should not match it nor (except in multiline mode) a newline immediately before it. Setting this without #G_REGEX_MULTILINE (at compile time) causes dollar never to match. This option affects only the behaviour of the dollar metacharacter, it does not affect “\Z” or “\z”. @G_REGEX_MATCH_NOTEMPTY: An empty string is not considered to be a valid match if this option is set. If there are alternatives in the pattern, they are tried. If all the alternatives match the empty string, the entire match fails. For example, if the pattern “a?b?” is applied to a string not beginning with “a” or “b”, it matches the empty string at the start of the string. With this flag set, this match is not valid, so GRegex searches further into the string for occurrences of “a” or “b”. @G_REGEX_MATCH_PARTIAL: Turns on the partial matching feature, for more documentation on partial matching see g_match_info_is_partial_match(). @G_REGEX_MATCH_NEWLINE_CR: Overrides the newline definition set when creating a new #GRegex, setting the ‘\r’ character as line terminator. @G_REGEX_MATCH_NEWLINE_LF: Overrides the newline definition set when creating a new #GRegex, setting the ‘\n’ character as line terminator. @G_REGEX_MATCH_NEWLINE_CRLF: Overrides the newline definition set when creating a new #GRegex, setting the ‘\r\n’ characters sequence as line terminator. @G_REGEX_MATCH_NEWLINE_ANY: Overrides the newline definition set when creating a new #GRegex, any Unicode newline sequence is recognised as a newline. These are ‘\r’, ‘\n’ and ‘\rn’, and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR. @G_REGEX_MATCH_NEWLINE_ANYCRLF: Overrides the newline definition set when creating a new #GRegex; any ‘\r’, ‘\n’, or ‘\r\n’ character sequence is recognized as a newline. Since: 2.34 @G_REGEX_MATCH_BSR_ANYCRLF: Overrides the newline definition for “\R” set when creating a new #GRegex; only ‘\r’, ‘\n’, or ‘\r\n’ character sequences are recognized as a newline by “\R”. Since: 2.34 @G_REGEX_MATCH_BSR_ANY: Overrides the newline definition for “\R” set when creating a new #GRegex; any Unicode newline character or character sequence are recognized as a newline by “\R”. These are ‘\r’, ‘\n’ and ‘\rn’, and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR. Since: 2.34 @G_REGEX_MATCH_PARTIAL_SOFT: An alias for #G_REGEX_MATCH_PARTIAL. Since: 2.34 @G_REGEX_MATCH_PARTIAL_HARD: Turns on the partial matching feature. In contrast to to #G_REGEX_MATCH_PARTIAL_SOFT, this stops matching as soon as a partial match is found, without continuing to search for a possible complete match. See g_match_info_is_partial_match() for more information. Since: 2.34 @G_REGEX_MATCH_NOTEMPTY_ATSTART: Like #G_REGEX_MATCH_NOTEMPTY, but only applied to the start of the matched string. For anchored patterns this can only happen for pattern containing “\K”. Since: 2.34
GRegex_autoptr
GRegex_listautoptr
GRegex_queueautoptr
GRegex_slistautoptr
GRelation
GSList
GSList_autoptr
GSList_listautoptr
GSList_queueautoptr
GSList_slistautoptr
GScanner
GScannerConfig
GScannerMsgFunc
GScanner_autoptr
GScanner_listautoptr
GScanner_queueautoptr
GScanner_slistautoptr
GSeekType
GSequence
GSequenceIter
GSequenceIterCompareFunc
GSequence_autoptr
GSequence_listautoptr
GSequence_queueautoptr
GSequence_slistautoptr
GShellError
GSliceConfig
GSource
GSource:
GSourceCallbackFuncs
GSourceCallbackFuncs: @ref: Called when a reference is added to the callback object @unref: Called when a reference to the callback object is dropped @get: Called to extract the callback function and data from the callback object.
GSourceDisposeFunc
GSourceDisposeFunc: @source: #GSource that is currently being disposed
GSourceDummyMarshal
GSourceDummyMarshal:
GSourceFunc
GSourceFunc: @user_data: data passed to the function, set when the source was created with one of the above functions
GSourceFuncs
GSourceFuncs: @prepare: Called before all the file descriptors are polled. If the source can determine that it is ready here (without waiting for the results of the poll() call) it should return %TRUE. It can also return a @timeout_ value which should be the maximum timeout (in milliseconds) which should be passed to the poll() call. The actual timeout used will be -1 if all sources returned -1, or it will be the minimum of all the @timeout_ values returned which were >= 0. Since 2.36 this may be %NULL, in which case the effect is as if the function always returns %FALSE with a timeout of -1. If @prepare returns a timeout and the source also has a ready time set, then the lower of the two will be used. @check: Called after all the file descriptors are polled. The source should return %TRUE if it is ready to be dispatched. Note that some time may have passed since the previous prepare function was called, so the source should be checked again here. Since 2.36 this may be %NULL, in which case the effect is as if the function always returns %FALSE. @dispatch: Called to dispatch the event source, after it has returned %TRUE in either its @prepare or its @check function, or if a ready time has been reached. The @dispatch function receives a callback function and user data. The callback function may be %NULL if the source was never connected to a callback using g_source_set_callback(). The @dispatch function should call the callback function with @user_data and whatever additional parameters are needed for this type of event source. The return value of the @dispatch function should be #G_SOURCE_REMOVE if the source should be removed or #G_SOURCE_CONTINUE to keep it. @finalize: Called when the source is finalized. At this point, the source will have been destroyed, had its callback cleared, and have been removed from its #GMainContext, but it will still have its final reference count, so methods can be called on it from within this function.
GSourcePrivate
GSource_autoptr
GSource_listautoptr
GSource_queueautoptr
GSource_slistautoptr
GSpawnChildSetupFunc
GSpawnChildSetupFunc: @user_data: (closure): user data to pass to the function.
GSpawnError
GSpawnError: @G_SPAWN_ERROR_FORK: Fork failed due to lack of memory. @G_SPAWN_ERROR_READ: Read or select on pipes failed. @G_SPAWN_ERROR_CHDIR: Changing to working directory failed. @G_SPAWN_ERROR_ACCES: execv() returned EACCES @G_SPAWN_ERROR_PERM: execv() returned EPERM @G_SPAWN_ERROR_TOO_BIG: execv() returned E2BIG @G_SPAWN_ERROR_2BIG: deprecated alias for %G_SPAWN_ERROR_TOO_BIG (deprecated since GLib 2.32) @G_SPAWN_ERROR_NOEXEC: execv() returned ENOEXEC @G_SPAWN_ERROR_NAMETOOLONG: execv() returned ENAMETOOLONG @G_SPAWN_ERROR_NOENT: execv() returned ENOENT @G_SPAWN_ERROR_NOMEM: execv() returned ENOMEM @G_SPAWN_ERROR_NOTDIR: execv() returned ENOTDIR @G_SPAWN_ERROR_LOOP: execv() returned ELOOP @G_SPAWN_ERROR_TXTBUSY: execv() returned ETXTBUSY @G_SPAWN_ERROR_IO: execv() returned EIO @G_SPAWN_ERROR_NFILE: execv() returned ENFILE @G_SPAWN_ERROR_MFILE: execv() returned EMFILE @G_SPAWN_ERROR_INVAL: execv() returned EINVAL @G_SPAWN_ERROR_ISDIR: execv() returned EISDIR @G_SPAWN_ERROR_LIBBAD: execv() returned ELIBBAD @G_SPAWN_ERROR_FAILED: Some other fatal failure, error->message should explain.
GSpawnFlags
GSpawnFlags: @G_SPAWN_DEFAULT: no flags, default behaviour @G_SPAWN_LEAVE_DESCRIPTORS_OPEN: the parent’s open file descriptors will be inherited by the child; otherwise all descriptors except stdin, stdout and stderr will be closed before calling exec() in the child. @G_SPAWN_DO_NOT_REAP_CHILD: the child will not be automatically reaped; you must use g_child_watch_add() yourself (or call waitpid() or handle SIGCHLD yourself), or the child will become a zombie. @G_SPAWN_SEARCH_PATH: argv[0] need not be an absolute path, it will be looked for in the user’s PATH. @G_SPAWN_STDOUT_TO_DEV_NULL: the child’s standard output will be discarded, instead of going to the same location as the parent’s standard output. @G_SPAWN_STDERR_TO_DEV_NULL: the child’s standard error will be discarded. @G_SPAWN_CHILD_INHERITS_STDIN: the child will inherit the parent’s standard input (by default, the child’s standard input is attached to /dev/null). @G_SPAWN_FILE_AND_ARGV_ZERO: the first element of argv is the file to execute, while the remaining elements are the actual argument vector to pass to the file. Normally g_spawn_async_with_pipes() uses argv[0] as the file to execute, and passes all of argv to the child. @G_SPAWN_SEARCH_PATH_FROM_ENVP: if argv[0] is not an abolute path, it will be looked for in the PATH from the passed child environment. Since: 2.34 @G_SPAWN_CLOEXEC_PIPES: create all pipes with the O_CLOEXEC flag set. Since: 2.40
GStaticPrivate
GStaticRWLock
GStaticRecMutex
GString
GStringChunk
GStringChunk_autoptr
GStringChunk_listautoptr
GStringChunk_queueautoptr
GStringChunk_slistautoptr
GString_autoptr
GString_listautoptr
GString_queueautoptr
GString_slistautoptr
GStrv
GTestDataFunc
GTestFileType
GTestFixtureFunc
GTestFunc
GTestLogFatalFunc
GTestLogFatalFunc: @log_domain: the log domain of the message @log_level: the log level of the message (including the fatal and recursion flags) @message: the message to process @user_data: user data, set in g_test_log_set_fatal_handler()
GTestLogType
GTestResult
GTestSubprocessFlags
GTestTrapFlags
GTestTrapFlags: @G_TEST_TRAP_SILENCE_STDOUT: Redirect stdout of the test child to /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stdout(). @G_TEST_TRAP_SILENCE_STDERR: Redirect stderr of the test child to /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stderr(). @G_TEST_TRAP_INHERIT_STDIN: If this flag is given, stdin of the child process is shared with stdin of its parent process. It is redirected to /dev/null otherwise.
GThread
GThreadError
GThreadFunc
GThreadFunctions
GThreadPool
GThreadPriority
GThread_autoptr
GThread_listautoptr
GThread_queueautoptr
GThread_slistautoptr
GTime
GTimeSpan
GTimeSpan:
GTimeType
GTimeType: @G_TIME_TYPE_STANDARD: the time is in local standard time @G_TIME_TYPE_DAYLIGHT: the time is in local daylight time @G_TIME_TYPE_UNIVERSAL: the time is in UTC
GTimeVal
GTimeZone
GTimeZone_autoptr
GTimeZone_listautoptr
GTimeZone_queueautoptr
GTimeZone_slistautoptr
GTimer
GTimer_autoptr
GTimer_listautoptr
GTimer_queueautoptr
GTimer_slistautoptr
GTokenType
GTokenValue
GTranslateFunc
GTranslateFunc: @str: the untranslated string @data: user data specified when installing the function, e.g. in g_option_group_set_translate_func()
GTrashStack
GTraverseFlags
GTraverseFunc
GTraverseType
GTree
GTree_autoptr
GTree_listautoptr
GTree_queueautoptr
GTree_slistautoptr
GTuples
GUnicodeBreakType
GUnicodeBreakType: @G_UNICODE_BREAK_MANDATORY: Mandatory Break (BK) @G_UNICODE_BREAK_CARRIAGE_RETURN: Carriage Return (CR) @G_UNICODE_BREAK_LINE_FEED: Line Feed (LF) @G_UNICODE_BREAK_COMBINING_MARK: Attached Characters and Combining Marks (CM) @G_UNICODE_BREAK_SURROGATE: Surrogates (SG) @G_UNICODE_BREAK_ZERO_WIDTH_SPACE: Zero Width Space (ZW) @G_UNICODE_BREAK_INSEPARABLE: Inseparable (IN) @G_UNICODE_BREAK_NON_BREAKING_GLUE: Non-breaking (“Glue”) (GL) @G_UNICODE_BREAK_CONTINGENT: Contingent Break Opportunity (CB) @G_UNICODE_BREAK_SPACE: Space (SP) @G_UNICODE_BREAK_AFTER: Break Opportunity After (BA) @G_UNICODE_BREAK_BEFORE: Break Opportunity Before (BB) @G_UNICODE_BREAK_BEFORE_AND_AFTER: Break Opportunity Before and After (B2) @G_UNICODE_BREAK_HYPHEN: Hyphen (HY) @G_UNICODE_BREAK_NON_STARTER: Nonstarter (NS) @G_UNICODE_BREAK_OPEN_PUNCTUATION: Opening Punctuation (OP) @G_UNICODE_BREAK_CLOSE_PUNCTUATION: Closing Punctuation (CL) @G_UNICODE_BREAK_QUOTATION: Ambiguous Quotation (QU) @G_UNICODE_BREAK_EXCLAMATION: Exclamation/Interrogation (EX) @G_UNICODE_BREAK_IDEOGRAPHIC: Ideographic (ID) @G_UNICODE_BREAK_NUMERIC: Numeric (NU) @G_UNICODE_BREAK_INFIX_SEPARATOR: Infix Separator (Numeric) (IS) @G_UNICODE_BREAK_SYMBOL: Symbols Allowing Break After (SY) @G_UNICODE_BREAK_ALPHABETIC: Ordinary Alphabetic and Symbol Characters (AL) @G_UNICODE_BREAK_PREFIX: Prefix (Numeric) (PR) @G_UNICODE_BREAK_POSTFIX: Postfix (Numeric) (PO) @G_UNICODE_BREAK_COMPLEX_CONTEXT: Complex Content Dependent (South East Asian) (SA) @G_UNICODE_BREAK_AMBIGUOUS: Ambiguous (Alphabetic or Ideographic) (AI) @G_UNICODE_BREAK_UNKNOWN: Unknown (XX) @G_UNICODE_BREAK_NEXT_LINE: Next Line (NL) @G_UNICODE_BREAK_WORD_JOINER: Word Joiner (WJ) @G_UNICODE_BREAK_HANGUL_L_JAMO: Hangul L Jamo (JL) @G_UNICODE_BREAK_HANGUL_V_JAMO: Hangul V Jamo (JV) @G_UNICODE_BREAK_HANGUL_T_JAMO: Hangul T Jamo (JT) @G_UNICODE_BREAK_HANGUL_LV_SYLLABLE: Hangul LV Syllable (H2) @G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE: Hangul LVT Syllable (H3) @G_UNICODE_BREAK_CLOSE_PARANTHESIS: Closing Parenthesis (CP). Since 2.28 @G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER: Conditional Japanese Starter (CJ). Since: 2.32 @G_UNICODE_BREAK_HEBREW_LETTER: Hebrew Letter (HL). Since: 2.32 @G_UNICODE_BREAK_REGIONAL_INDICATOR: Regional Indicator (RI). Since: 2.36 @G_UNICODE_BREAK_EMOJI_BASE: Emoji Base (EB). Since: 2.50 @G_UNICODE_BREAK_EMOJI_MODIFIER: Emoji Modifier (EM). Since: 2.50 @G_UNICODE_BREAK_ZERO_WIDTH_JOINER: Zero Width Joiner (ZWJ). Since: 2.50
GUnicodeScript
GUnicodeScript: @G_UNICODE_SCRIPT_INVALID_CODE: a value never returned from g_unichar_get_script() @G_UNICODE_SCRIPT_COMMON: a character used by multiple different scripts @G_UNICODE_SCRIPT_INHERITED: a mark glyph that takes its script from the base glyph to which it is attached @G_UNICODE_SCRIPT_ARABIC: Arabic @G_UNICODE_SCRIPT_ARMENIAN: Armenian @G_UNICODE_SCRIPT_BENGALI: Bengali @G_UNICODE_SCRIPT_BOPOMOFO: Bopomofo @G_UNICODE_SCRIPT_CHEROKEE: Cherokee @G_UNICODE_SCRIPT_COPTIC: Coptic @G_UNICODE_SCRIPT_CYRILLIC: Cyrillic @G_UNICODE_SCRIPT_DESERET: Deseret @G_UNICODE_SCRIPT_DEVANAGARI: Devanagari @G_UNICODE_SCRIPT_ETHIOPIC: Ethiopic @G_UNICODE_SCRIPT_GEORGIAN: Georgian @G_UNICODE_SCRIPT_GOTHIC: Gothic @G_UNICODE_SCRIPT_GREEK: Greek @G_UNICODE_SCRIPT_GUJARATI: Gujarati @G_UNICODE_SCRIPT_GURMUKHI: Gurmukhi @G_UNICODE_SCRIPT_HAN: Han @G_UNICODE_SCRIPT_HANGUL: Hangul @G_UNICODE_SCRIPT_HEBREW: Hebrew @G_UNICODE_SCRIPT_HIRAGANA: Hiragana @G_UNICODE_SCRIPT_KANNADA: Kannada @G_UNICODE_SCRIPT_KATAKANA: Katakana @G_UNICODE_SCRIPT_KHMER: Khmer @G_UNICODE_SCRIPT_LAO: Lao @G_UNICODE_SCRIPT_LATIN: Latin @G_UNICODE_SCRIPT_MALAYALAM: Malayalam @G_UNICODE_SCRIPT_MONGOLIAN: Mongolian @G_UNICODE_SCRIPT_MYANMAR: Myanmar @G_UNICODE_SCRIPT_OGHAM: Ogham @G_UNICODE_SCRIPT_OLD_ITALIC: Old Italic @G_UNICODE_SCRIPT_ORIYA: Oriya @G_UNICODE_SCRIPT_RUNIC: Runic @G_UNICODE_SCRIPT_SINHALA: Sinhala @G_UNICODE_SCRIPT_SYRIAC: Syriac @G_UNICODE_SCRIPT_TAMIL: Tamil @G_UNICODE_SCRIPT_TELUGU: Telugu @G_UNICODE_SCRIPT_THAANA: Thaana @G_UNICODE_SCRIPT_THAI: Thai @G_UNICODE_SCRIPT_TIBETAN: Tibetan @G_UNICODE_SCRIPT_CANADIAN_ABORIGINAL: Canadian Aboriginal @G_UNICODE_SCRIPT_YI: Yi @G_UNICODE_SCRIPT_TAGALOG: Tagalog @G_UNICODE_SCRIPT_HANUNOO: Hanunoo @G_UNICODE_SCRIPT_BUHID: Buhid @G_UNICODE_SCRIPT_TAGBANWA: Tagbanwa @G_UNICODE_SCRIPT_BRAILLE: Braille @G_UNICODE_SCRIPT_CYPRIOT: Cypriot @G_UNICODE_SCRIPT_LIMBU: Limbu @G_UNICODE_SCRIPT_OSMANYA: Osmanya @G_UNICODE_SCRIPT_SHAVIAN: Shavian @G_UNICODE_SCRIPT_LINEAR_B: Linear B @G_UNICODE_SCRIPT_TAI_LE: Tai Le @G_UNICODE_SCRIPT_UGARITIC: Ugaritic @G_UNICODE_SCRIPT_NEW_TAI_LUE: New Tai Lue @G_UNICODE_SCRIPT_BUGINESE: Buginese @G_UNICODE_SCRIPT_GLAGOLITIC: Glagolitic @G_UNICODE_SCRIPT_TIFINAGH: Tifinagh @G_UNICODE_SCRIPT_SYLOTI_NAGRI: Syloti Nagri @G_UNICODE_SCRIPT_OLD_PERSIAN: Old Persian @G_UNICODE_SCRIPT_KHAROSHTHI: Kharoshthi @G_UNICODE_SCRIPT_UNKNOWN: an unassigned code point @G_UNICODE_SCRIPT_BALINESE: Balinese @G_UNICODE_SCRIPT_CUNEIFORM: Cuneiform @G_UNICODE_SCRIPT_PHOENICIAN: Phoenician @G_UNICODE_SCRIPT_PHAGS_PA: Phags-pa @G_UNICODE_SCRIPT_NKO: N’Ko @G_UNICODE_SCRIPT_KAYAH_LI: Kayah Li. Since 2.16.3 @G_UNICODE_SCRIPT_LEPCHA: Lepcha. Since 2.16.3 @G_UNICODE_SCRIPT_REJANG: Rejang. Since 2.16.3 @G_UNICODE_SCRIPT_SUNDANESE: Sundanese. Since 2.16.3 @G_UNICODE_SCRIPT_SAURASHTRA: Saurashtra. Since 2.16.3 @G_UNICODE_SCRIPT_CHAM: Cham. Since 2.16.3 @G_UNICODE_SCRIPT_OL_CHIKI: Ol Chiki. Since 2.16.3 @G_UNICODE_SCRIPT_VAI: Vai. Since 2.16.3 @G_UNICODE_SCRIPT_CARIAN: Carian. Since 2.16.3 @G_UNICODE_SCRIPT_LYCIAN: Lycian. Since 2.16.3 @G_UNICODE_SCRIPT_LYDIAN: Lydian. Since 2.16.3 @G_UNICODE_SCRIPT_AVESTAN: Avestan. Since 2.26 @G_UNICODE_SCRIPT_BAMUM: Bamum. Since 2.26 @G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS: Egyptian Hieroglpyhs. Since 2.26 @G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC: Imperial Aramaic. Since 2.26 @G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI: Inscriptional Pahlavi. Since 2.26 @G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN: Inscriptional Parthian. Since 2.26 @G_UNICODE_SCRIPT_JAVANESE: Javanese. Since 2.26 @G_UNICODE_SCRIPT_KAITHI: Kaithi. Since 2.26 @G_UNICODE_SCRIPT_LISU: Lisu. Since 2.26 @G_UNICODE_SCRIPT_MEETEI_MAYEK: Meetei Mayek. Since 2.26 @G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN: Old South Arabian. Since 2.26 @G_UNICODE_SCRIPT_OLD_TURKIC: Old Turkic. Since 2.28 @G_UNICODE_SCRIPT_SAMARITAN: Samaritan. Since 2.26 @G_UNICODE_SCRIPT_TAI_THAM: Tai Tham. Since 2.26 @G_UNICODE_SCRIPT_TAI_VIET: Tai Viet. Since 2.26 @G_UNICODE_SCRIPT_BATAK: Batak. Since 2.28 @G_UNICODE_SCRIPT_BRAHMI: Brahmi. Since 2.28 @G_UNICODE_SCRIPT_MANDAIC: Mandaic. Since 2.28 @G_UNICODE_SCRIPT_CHAKMA: Chakma. Since: 2.32 @G_UNICODE_SCRIPT_MEROITIC_CURSIVE: Meroitic Cursive. Since: 2.32 @G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS: Meroitic Hieroglyphs. Since: 2.32 @G_UNICODE_SCRIPT_MIAO: Miao. Since: 2.32 @G_UNICODE_SCRIPT_SHARADA: Sharada. Since: 2.32 @G_UNICODE_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 2.32 @G_UNICODE_SCRIPT_TAKRI: Takri. Since: 2.32 @G_UNICODE_SCRIPT_BASSA_VAH: Bassa. Since: 2.42 @G_UNICODE_SCRIPT_CAUCASIAN_ALBANIAN: Caucasian Albanian. Since: 2.42 @G_UNICODE_SCRIPT_DUPLOYAN: Duployan. Since: 2.42 @G_UNICODE_SCRIPT_ELBASAN: Elbasan. Since: 2.42 @G_UNICODE_SCRIPT_GRANTHA: Grantha. Since: 2.42 @G_UNICODE_SCRIPT_KHOJKI: Kjohki. Since: 2.42 @G_UNICODE_SCRIPT_KHUDAWADI: Khudawadi, Sindhi. Since: 2.42 @G_UNICODE_SCRIPT_LINEAR_A: Linear A. Since: 2.42 @G_UNICODE_SCRIPT_MAHAJANI: Mahajani. Since: 2.42 @G_UNICODE_SCRIPT_MANICHAEAN: Manichaean. Since: 2.42 @G_UNICODE_SCRIPT_MENDE_KIKAKUI: Mende Kikakui. Since: 2.42 @G_UNICODE_SCRIPT_MODI: Modi. Since: 2.42 @G_UNICODE_SCRIPT_MRO: Mro. Since: 2.42 @G_UNICODE_SCRIPT_NABATAEAN: Nabataean. Since: 2.42 @G_UNICODE_SCRIPT_OLD_NORTH_ARABIAN: Old North Arabian. Since: 2.42 @G_UNICODE_SCRIPT_OLD_PERMIC: Old Permic. Since: 2.42 @G_UNICODE_SCRIPT_PAHAWH_HMONG: Pahawh Hmong. Since: 2.42 @G_UNICODE_SCRIPT_PALMYRENE: Palmyrene. Since: 2.42 @G_UNICODE_SCRIPT_PAU_CIN_HAU: Pau Cin Hau. Since: 2.42 @G_UNICODE_SCRIPT_PSALTER_PAHLAVI: Psalter Pahlavi. Since: 2.42 @G_UNICODE_SCRIPT_SIDDHAM: Siddham. Since: 2.42 @G_UNICODE_SCRIPT_TIRHUTA: Tirhuta. Since: 2.42 @G_UNICODE_SCRIPT_WARANG_CITI: Warang Citi. Since: 2.42 @G_UNICODE_SCRIPT_AHOM: Ahom. Since: 2.48 @G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS: Anatolian Hieroglyphs. Since: 2.48 @G_UNICODE_SCRIPT_HATRAN: Hatran. Since: 2.48 @G_UNICODE_SCRIPT_MULTANI: Multani. Since: 2.48 @G_UNICODE_SCRIPT_OLD_HUNGARIAN: Old Hungarian. Since: 2.48 @G_UNICODE_SCRIPT_SIGNWRITING: Signwriting. Since: 2.48 @G_UNICODE_SCRIPT_ADLAM: Adlam. Since: 2.50 @G_UNICODE_SCRIPT_BHAIKSUKI: Bhaiksuki. Since: 2.50 @G_UNICODE_SCRIPT_MARCHEN: Marchen. Since: 2.50 @G_UNICODE_SCRIPT_NEWA: Newa. Since: 2.50 @G_UNICODE_SCRIPT_OSAGE: Osage. Since: 2.50 @G_UNICODE_SCRIPT_TANGUT: Tangut. Since: 2.50 @G_UNICODE_SCRIPT_MASARAM_GONDI: Masaram Gondi. Since: 2.54 @G_UNICODE_SCRIPT_NUSHU: Nushu. Since: 2.54 @G_UNICODE_SCRIPT_SOYOMBO: Soyombo. Since: 2.54 @G_UNICODE_SCRIPT_ZANABAZAR_SQUARE: Zanabazar Square. Since: 2.54 @G_UNICODE_SCRIPT_DOGRA: Dogra. Since: 2.58 @G_UNICODE_SCRIPT_GUNJALA_GONDI: Gunjala Gondi. Since: 2.58 @G_UNICODE_SCRIPT_HANIFI_ROHINGYA: Hanifi Rohingya. Since: 2.58 @G_UNICODE_SCRIPT_MAKASAR: Makasar. Since: 2.58 @G_UNICODE_SCRIPT_MEDEFAIDRIN: Medefaidrin. Since: 2.58 @G_UNICODE_SCRIPT_OLD_SOGDIAN: Old Sogdian. Since: 2.58 @G_UNICODE_SCRIPT_SOGDIAN: Sogdian. Since: 2.58 @G_UNICODE_SCRIPT_ELYMAIC: Elym. Since: 2.62 @G_UNICODE_SCRIPT_NANDINAGARI: Nand. Since: 2.62 @G_UNICODE_SCRIPT_NYIAKENG_PUACHUE_HMONG: Rohg. Since: 2.62 @G_UNICODE_SCRIPT_WANCHO: Wcho. Since: 2.62
GUnicodeType
GUnicodeType: @G_UNICODE_CONTROL: General category “Other, Control” (Cc) @G_UNICODE_FORMAT: General category “Other, Format” (Cf) @G_UNICODE_UNASSIGNED: General category “Other, Not Assigned” (Cn) @G_UNICODE_PRIVATE_USE: General category “Other, Private Use” (Co) @G_UNICODE_SURROGATE: General category “Other, Surrogate” (Cs) @G_UNICODE_LOWERCASE_LETTER: General category “Letter, Lowercase” (Ll) @G_UNICODE_MODIFIER_LETTER: General category “Letter, Modifier” (Lm) @G_UNICODE_OTHER_LETTER: General category “Letter, Other” (Lo) @G_UNICODE_TITLECASE_LETTER: General category “Letter, Titlecase” (Lt) @G_UNICODE_UPPERCASE_LETTER: General category “Letter, Uppercase” (Lu) @G_UNICODE_SPACING_MARK: General category “Mark, Spacing” (Mc) @G_UNICODE_ENCLOSING_MARK: General category “Mark, Enclosing” (Me) @G_UNICODE_NON_SPACING_MARK: General category “Mark, Nonspacing” (Mn) @G_UNICODE_DECIMAL_NUMBER: General category “Number, Decimal Digit” (Nd) @G_UNICODE_LETTER_NUMBER: General category “Number, Letter” (Nl) @G_UNICODE_OTHER_NUMBER: General category “Number, Other” (No) @G_UNICODE_CONNECT_PUNCTUATION: General category “Punctuation, Connector” (Pc) @G_UNICODE_DASH_PUNCTUATION: General category “Punctuation, Dash” (Pd) @G_UNICODE_CLOSE_PUNCTUATION: General category “Punctuation, Close” (Pe) @G_UNICODE_FINAL_PUNCTUATION: General category “Punctuation, Final quote” (Pf) @G_UNICODE_INITIAL_PUNCTUATION: General category “Punctuation, Initial quote” (Pi) @G_UNICODE_OTHER_PUNCTUATION: General category “Punctuation, Other” (Po) @G_UNICODE_OPEN_PUNCTUATION: General category “Punctuation, Open” (Ps) @G_UNICODE_CURRENCY_SYMBOL: General category “Symbol, Currency” (Sc) @G_UNICODE_MODIFIER_SYMBOL: General category “Symbol, Modifier” (Sk) @G_UNICODE_MATH_SYMBOL: General category “Symbol, Math” (Sm) @G_UNICODE_OTHER_SYMBOL: General category “Symbol, Other” (So) @G_UNICODE_LINE_SEPARATOR: General category “Separator, Line” (Zl) @G_UNICODE_PARAGRAPH_SEPARATOR: General category “Separator, Paragraph” (Zp) @G_UNICODE_SPACE_SEPARATOR: General category “Separator, Space” (Zs)
GUserDirectory
GUserDirectory: @G_USER_DIRECTORY_DESKTOP: the user’s Desktop directory @G_USER_DIRECTORY_DOCUMENTS: the user’s Documents directory @G_USER_DIRECTORY_DOWNLOAD: the user’s Downloads directory @G_USER_DIRECTORY_MUSIC: the user’s Music directory @G_USER_DIRECTORY_PICTURES: the user’s Pictures directory @G_USER_DIRECTORY_PUBLIC_SHARE: the user’s shared directory @G_USER_DIRECTORY_TEMPLATES: the user’s Templates directory @G_USER_DIRECTORY_VIDEOS: the user’s Movies directory @G_USER_N_DIRECTORIES: the number of enum values
GVariant
GVariantBuilder
GVariantBuilder_autoptr
GVariantBuilder_listautoptr
GVariantBuilder_queueautoptr
GVariantBuilder_slistautoptr
GVariantClass
GVariantDict
GVariantDict_autoptr
GVariantDict_listautoptr
GVariantDict_queueautoptr
GVariantDict_slistautoptr
GVariantIter
GVariantIter_autoptr
GVariantIter_listautoptr
GVariantIter_queueautoptr
GVariantIter_slistautoptr
GVariantParseError
GVariantType
GVariantType:
GVariantType_autoptr
GVariantType_listautoptr
GVariantType_queueautoptr
GVariantType_slistautoptr
GVariant_autoptr
GVariant_listautoptr
GVariant_queueautoptr
GVariant_slistautoptr
GVoidFunc
GVoidFunc:
GuestPanicAction
GuestPanicInformationType
HV_REFERENCE_TSC_PAGE
Hd_transfer_type
HostMemPolicy
IOMMUAccessFlags
IOMMUNotifierFlag
ImageInfoSpecificKind
InputAxis
InputButton
InputEventKind
Int128
IoOperationType
IscsiHeaderDigest
IscsiTransport
JSONType
KeyValueKind
LostTickPolicy
MMUAccessType
MemTxResult
MemoryDeviceInfoKind
MigrationCapability
MigrationParameter
MigrationStatus
MirrorSyncMode
NFSTransport
NetClientDriver
NetFilterDirection
NetLegacyOptionsType
Net_transfer_type
NetworkAddressFamily
NewImageMode
NumaOptionsType
OSFamilyEnum
ObjectFree
ObjectFree: @obj: the object being freed
ObjectPropertyAccessor
ObjectPropertyAccessor: @obj: the object that owns the property @v: the visitor that contains the property data @name: the name of the property @opaque: the object property opaque @errp: a pointer to an Error that is filled if getting/setting fails.
ObjectPropertyLinkFlags
ObjectPropertyRelease
ObjectPropertyRelease: @obj: the object that owns the property @name: the name of the property @opaque: the opaque registered with the property
ObjectPropertyResolve
ObjectPropertyResolve: @obj: the object that owns the property @opaque: the opaque registered with the property @part: the name of the property
ObjectUnparent
ObjectUnparent: @obj: the object that is being removed from the composition tree
OnOffAuto
OnOffSplit
PHV_REFERENCE_TSC_PAGE
PTR
PandaOsFamily
Panda__AsidEdges
Panda__AsidEdges_Closure
Panda__AsidInfo
Panda__AsidInfo_Closure
Panda__AsidTrace
Panda__AsidTrace_Closure
Panda__AttackPoint
Panda__AttackPointPri
Panda__AttackPointPri_Closure
Panda__AttackPoint_Closure
Panda__BasicBlock
Panda__BasicBlock_Closure
Panda__CallStack
Panda__CallStack_Closure
Panda__DwarfCall
Panda__DwarfCall_Closure
Panda__Edge
Panda__Edge_Closure
Panda__LabelLiveness
Panda__LabelLiveness_Closure
Panda__LoadedLibs
Panda__LoadedLibs_Closure
Panda__LogEntry
Panda__LogEntry_Closure
Panda__Module
Panda__Module_Closure
Panda__NamedData
Panda__NamedData_Closure
Panda__ProcTrace
Panda__ProcTrace_Closure
Panda__SerialTx
Panda__SerialTx_Closure
Panda__SignalEvent
Panda__SignalEvent_Closure
Panda__SrcInfo
Panda__SrcInfoPri
Panda__SrcInfoPri_Closure
Panda__SrcInfo_Closure
Panda__StructData
Panda__StructData_Closure
Panda__Syscall
Panda__Syscall_Closure
Panda__TaintQuery
Panda__TaintQueryHypercall
Panda__TaintQueryHypercall_Closure
Panda__TaintQueryPri
Panda__TaintQueryPri_Closure
Panda__TaintQueryUniqueLabelSet
Panda__TaintQueryUniqueLabelSet_Closure
Panda__TaintQuery_Closure
Panda__TaintedBranch
Panda__TaintedBranchSummary
Panda__TaintedBranchSummary_Closure
Panda__TaintedBranch_Closure
Panda__TaintedInstr
Panda__TaintedInstrSummary
Panda__TaintedInstrSummary_Closure
Panda__TaintedInstr_Closure
Panda__TaintedMmioLabel
Panda__TaintedMmioLabel_Closure
PlMode
typedef enum PLMode - The pandalog mode. @PL_MODE_WRITE: open for write. @PL_MODE_READ_FWD: open for read, forwards direction @PL_MODE_READ_BWD: open for read, backwards direction @PL_MODE_UNKNOWN: not sure
PreallocMode
ProtobufCClosure
ProtobufCFieldFlag
ProtobufCLabel
ProtobufCMessageInit
ProtobufCServiceDestroy
ProtobufCType
ProtobufCWireType
QCryptoBlockFormat
QCryptoCipherAlgorithm
QCryptoCipherMode
QCryptoHashAlgorithm
QCryptoIVGenAlgorithm
QCryptoSecretFormat
QCryptoTLSCredsEndpoint
QKeyCode
QType
QapiErrorClass
Qcow2OverlapCheckMode
QemuOptType
QemuRecMutex
QuorumOpType
QuorumReadPattern
RAMBlockIterFunc
RCUCBFunc
RRCTRL_ret
@brief Return codes for functions controlling record/replay.
RR_callsite_id
RR_debug_level_type
RR_log
RR_log_entry
RR_log_entry_kind
RR_log_type
RR_mem_type
@brief Memory types.
RR_mode
@brief Record/Replay modes. Also used to request transitions from one mode to another.
RR_prog_point
RR_skipped_call_kind
ReplayMode
ReplicationMode
RockerPortAutoneg
RockerPortDuplex
RunState
RxState
SchemaMetaType
SocketAddressFlatType
SocketAddressKind
SpiceQueryMouseMode
TCGArg
TCGBar
TCGCond
TCGLifeData
TCGMemOp
TCGMemOpIdx
TCGOpcode
TCGReg
TCGRegSet
TCGTempVal
TCGType
TCGv_env
TCGv_i32
TCGv_i64
TCGv_ptr
TPRAccess
TpmModel
TpmType
TpmTypeOptionsKind
TraceEventState
TransactionActionKind
Type
VncPrimaryAuth
VncVencryptSubAuth
WatchdogExpirationAction
WriteCoreDumpFunction
X86CPURegister32
_Float32
_Float64
_Float32x
_Float64x
_IO_lock_t
__FILE
__blkcnt64_t
__blkcnt_t
__blksize_t
__builtin_va_list
__caddr_t
__clock_t
__clockid_t
__compar_fn_t
__cpu_mask
__daddr_t
__dev_t
__fd_mask
__fpos64_t
__fpos_t
__fsblkcnt64_t
__fsblkcnt_t
__fsfilcnt64_t
__fsfilcnt_t
__fsword_t
__gid_t
__gnuc_va_list
__gwchar_t
__id_t
__ino64_t
__ino_t
__int8_t
__int16_t
__int32_t
__int64_t
__int128_t
__int_least8_t
__int_least16_t
__int_least32_t
__int_least64_t
__intmax_t
__intptr_t
__itimer_which
__itimer_which_t
__jmp_buf
__kernel_caddr_t
__kernel_clock_t
__kernel_clockid_t
__kernel_daddr_t
__kernel_gid16_t
__kernel_gid32_t
__kernel_gid_t
__kernel_ino_t
__kernel_ipc_pid_t
__kernel_key_t
__kernel_loff_t
__kernel_long_t
__kernel_mode_t
__kernel_mqd_t
__kernel_off_t
__kernel_old_dev_t
__kernel_old_gid_t
__kernel_old_uid_t
__kernel_pid_t
__kernel_ptrdiff_t
__kernel_sighandler_t
__kernel_size_t
__kernel_ssize_t
__kernel_suseconds_t
__kernel_time64_t
__kernel_time_t
__kernel_timer_t
__kernel_uid16_t
__kernel_uid32_t
__kernel_uid_t
__kernel_ulong_t
__key_t
__locale_t
__loff_t
__mode_t
__nlink_t
__off64_t
__off_t
__pid_t
__pthread_list_t
__pthread_slist_t
__quad_t
__rlim64_t
__rlim_t
__sig_atomic_t
__sighandler_t
__sigval_t
__socket_type
__socklen_t
__ssize_t
__suseconds_t
__syscall_slong_t
__syscall_ulong_t
__time_t
__timer_t
__u_char
__u_int
__u_long
__u_quad_t
__u_short
__uid_t
__uint8_t
__uint16_t
__uint32_t
__uint64_t
__uint_least8_t
__uint_least16_t
__uint_least32_t
__uint_least64_t
__uintmax_t
__useconds_t
_bindgen_ty_1
_bindgen_ty_2
_bindgen_ty_3
_bindgen_ty_4
_bindgen_ty_5
_bindgen_ty_6
_bindgen_ty_7
_bindgen_ty_8
_bindgen_ty_9
_bindgen_ty_10
_bindgen_ty_11
_bindgen_ty_12
_bindgen_ty_13
_bindgen_ty_14
_bindgen_ty_15
_bindgen_ty_16
_bindgen_ty_17
_bindgen_ty_18
_bindgen_ty_19
_bindgen_ty_20
_bindgen_ty_21
_bindgen_ty_22
_bindgen_ty_23
_bindgen_ty_24
_bindgen_ty_25
_bindgen_ty_26
_bindgen_ty_27
_bindgen_ty_28
_bindgen_ty_29
_bindgen_ty_30
_bindgen_ty_31
_bindgen_ty_32
_bindgen_ty_33
_bindgen_ty_34
_bindgen_ty_35
_bindgen_ty_36
_bindgen_ty_37
_bindgen_ty_38
_bindgen_ty_39
alloc_func
archive_close_callback
archive_open_callback
archive_passphrase_callback
archive_read_callback
archive_seek_callback
archive_skip_callback
archive_switch_callback
archive_write_callback
asymbol
bfd_architecture
bfd_boolean
bfd_byte
bfd_endian
bfd_flavour
bfd_signed_vma
bfd_vma
blkcnt_t
blksize_t
caddr_t
charf
clock_t
clockid_t
daddr_t
dev_t
device_endian
dis_insn_type
disassembler_ftype
fd_mask
flag
float16
float32
float64
fpos_t
fpregset_t
fprintf_function
free_func
fsblkcnt_t
fsfilcnt_t
fsid_t
gatomicrefcount
gboolean
gchar
gconstpointer
gdouble
gfloat
gid_t
gint
gint8
gint16
gint32
gint64
gintptr
glong
goffset
gpointer
grefcount
greg_t
gregset_t
gshort
gsize
gssize
guchar
guint
guint8
guint16
guint32
guint64
guintptr
gulong
gunichar
gunichar:
gunichar2
gunichar2:
gushort
gzFile
gz_header
gz_headerp
hotplug_fn
hotplug_fn: @plug_handler: a device performing plug/uplug action @plugged_dev: a device that has been (un)plugged @errp: returns an error if this function fails
hv_message_type
hwaddr
id_t
idtype_t
in_addr_t
in_func
in_port_t
ino_t
int_fast8_t
int_fast16_t
int_fast32_t
int_fast64_t
int_least8_t
int_least16_t
int_least32_t
int_least64_t
intf
intmax_t
jmp_buf
key_t
la_int64_t
la_ssize_t
locale_t
loff_t
lookup_symbol_t
mode_t
module_init_type
nlink_t
off_t
out_func
panda_cb_list
panda_cb_type
pid_t
protobuf_c_boolean
pthread_key_t
pthread_once_t
pthread_spinlock_t
pthread_t
qbus_walkerfn
qdev_event
qdev_initfn
qdev_resetfn
qdev_walkerfn
qemu_irq
qemu_irq_handler
qemu_opt_loopfunc
qemu_opts_loopfunc
qemu_timespec
qemu_timeval
qht_iter_func_t
qht_lookup_func_t
quad_t
ram_addr_t
register_t
run_on_cpu_func
sa_family_t
sig_atomic_t
sig_t
sigevent_t
sigjmp_buf
sigset_t
sigval_t
size_t
socklen_t
ssize_t
suseconds_t
target_long
target_pid_t
@brief Type for the guest VM pids. We use the type mostly for denoting argumant/variable semantics. In principle, the pid type depends on the guest-OS. However, so far we have only met cases of operating systems with 32bit pids. This is a signed type in order to match the signature of the linux kill system call.
target_ptr_t
@brief Pointer type for the guest VM.
target_ulong
tb_page_addr_t
tcg_insn_unit
tcg_target_long
tcg_target_ulong
tcp_ca_state
tcp_seq
time_t
timer_t
uInt
uIntf
uLong
uLongf
u_char
u_int
u_int8_t
u_int16_t
u_int32_t
u_int64_t
u_long
u_quad_t
u_short
uid_t
uint
uint_fast8_t
uint_fast16_t
uint_fast32_t
uint_fast64_t
uint_least8_t
uint_least16_t
uint_least32_t
uint_least64_t
uintmax_t
ulong
useconds_t
ushort
va_list
vaddr
vaddr: Type wide enough to contain any #target_ulong virtual address.
voidp
voidpc
voidpf
wchar_t
z_crc_t
z_size_t
z_stream
z_streamp

Unions§

BlockdevOptions__bindgen_ty_1
BlockdevRef__bindgen_ty_1
CPUState__bindgen_ty_2
CPUTLBEntry__bindgen_ty_1
CPUX86State__bindgen_ty_3
CPU_DoubleU
CPU_FloatU
CPU_LDoubleU
CPU_QuadU
ChardevBackend__bindgen_ty_1
CpuInfo__bindgen_ty_1
FPReg
GuestPanicInformation__bindgen_ty_1
ImageInfoSpecific__bindgen_ty_1
InputEvent__bindgen_ty_1
KeyValue__bindgen_ty_1
MMXReg
MemoryDeviceInfo__bindgen_ty_1
NetLegacyOptions__bindgen_ty_1
Netdev__bindgen_ty_1
NumaOptions__bindgen_ty_1
QCryptoBlockCreateOptions__bindgen_ty_1
QCryptoBlockInfo__bindgen_ty_1
QCryptoBlockOpenOptions__bindgen_ty_1
Qcow2OverlapChecks__bindgen_ty_1
RR_log_t__bindgen_ty_1
RR_skipped_call_args__bindgen_ty_1
SchemaInfo__bindgen_ty_1
SocketAddressFlat__bindgen_ty_1
SocketAddress__bindgen_ty_1
TCGArgConstraint__bindgen_ty_1
TCGLabel__bindgen_ty_1
TpmTypeOptions__bindgen_ty_1
TransactionAction__bindgen_ty_1
X86LegacyXSaveArea
XSaveBNDCSR
ZMMReg
_GDoubleIEEE754
_GFloatIEEE754
_GMutex
_GStaticRecMutex__bindgen_ty_1
_GTokenValue
_GVariantBuilder__bindgen_ty_1
_GVariantDict__bindgen_ty_1
__mbstate_t__bindgen_ty_1
__pthread_cond_s__bindgen_ty_1
__pthread_cond_s__bindgen_ty_2
hv_message__bindgen_ty_1
hv_message_flags
hv_message_header__bindgen_ty_1
hv_port_id
in6_addr__bindgen_ty_1
panda_cb
panda_cb_with_context
pthread_attr_t
pthread_barrier_t
pthread_barrierattr_t
pthread_cond_t
pthread_condattr_t
pthread_mutex_t
pthread_mutexattr_t
pthread_rwlock_t
pthread_rwlockattr_t
rr_log_entry_t__bindgen_ty_1
run_on_cpu_data
sem_t
sigaction__bindgen_ty_1
sigcontext__bindgen_ty_1
sigevent__bindgen_ty_1
siginfo_t__bindgen_ty_1
siginfo_t__bindgen_ty_1__bindgen_ty_5__bindgen_ty_1
sigval
symbol_cache_entry__bindgen_ty_1
syminfo__bindgen_ty_1
tcphdr__bindgen_ty_1