Lines Matching defs:system

27 host_os = host_machine.system()
210 error('syslog is not supported on this system')
1274 # When using a system-wide shared libslirp, the type information for the
1544 # the system libc does not work.
1941 # fail later. If the system has such a broken version
2094 fdt_opt = 'system'
2096 if fdt_opt in ['enabled', 'system'] or (fdt_opt == 'auto' and have_system)
2097 fdt = cc.find_library('fdt', required: fdt_opt == 'system')
2103 fdt_opt = 'system'
2104 elif fdt_opt != 'system'
2108 error('system libfdt is too old (1.5.1 or newer required)')
2190 if get_option('malloc') == 'system'
2199 if get_option('malloc') == 'system'
2690 config_host_data.set('HAVE_SYSTEM_FUNCTION', cc.has_function('system', prefix: '#include <stdlib.h>'))
2839 # This will only compile if the system headers don't provide the prototype;
2978 # Work around a system header bug with some kernel/XFS header
3110 }'''), error_message: 'keyctl syscall not available on this system').allowed()
3196 .require(have_membarrier, error_message: 'membarrier system call not available') \
3693 'system',
3857 subdir('system')
4122 libsystem = static_library('system',
4266 target_type='system'
4337 if target_type == 'system'
4347 if target_type == 'system' and target_base_arch in target_common_system_arch_libs
4358 if have_rust and target_type == 'system'
4398 'name': 'qemu-system-' + target_name,
4400 'sources': files('system/main.c'),
4405 'name': 'qemu-system-' + target_name + 'w',
4407 'sources': files('system/main.c'),
4491 # when we don't build tools or system
4596 if host_machine.system() == 'windows'
4678 summary_info += {'system-mode emulation': have_system}
5023 message('work on this operating system. You can help by volunteering')