Searched refs:system_info (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
H A D | 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 12 numpy/distutils/system_info.py | 42 +++++----------------------------- 15 diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py 17 --- a/numpy/distutils/system_info.py 18 +++ b/numpy/distutils/system_info.py
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_block_device.c | 308 } system_info; in execute() local 371 buf_size = sizeof(system_info); in execute() 373 &system_info); in execute() 378 if (system_info.info.block_size != 512) { in execute() 380 system_info.info.block_size); in execute() 383 if (efi_st_strcmp_16_8(system_info.info.volume_label, "U-BOOT TEST")) { in execute() 386 system_info.info.volume_label); in execute()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 61 struct guc_gt_system_info system_info; member 530 offsetof(struct __guc_ads_blob, system_info)); in guc_prep_golden_context() 616 if (!ads_blob_read(guc, system_info.engine_enabled_masks[guc_class])) in guc_init_golden_context() 696 offsetof(struct __guc_ads_blob, system_info)); in guc_capture_prep_lists() 799 offsetof(struct __guc_ads_blob, system_info)); in __guc_ads_init() 808 ads_blob_write(guc, system_info.generic_gt_sysinfo[GUC_GENERIC_GT_SYSINFO_SLICE_ENABLED], in __guc_ads_init() 810 ads_blob_write(guc, system_info.generic_gt_sysinfo[GUC_GENERIC_GT_SYSINFO_VDBOX_SFC_SUPPORT_MASK], in __guc_ads_init() 817 system_info.generic_gt_sysinfo[GUC_GENERIC_GT_SYSINFO_DOORBELL_COUNT_PER_SQIDI], in __guc_ads_init() 836 offsetof(struct __guc_ads_blob, system_info)); in __guc_ads_init()
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 41 SYSTEM_INFO system_info; in get_allocation_granularity() local 43 GetSystemInfo(&system_info); in get_allocation_granularity() 44 return system_info.dwAllocationGranularity; in get_allocation_granularity() 261 SYSTEM_INFO system_info; in getpagesize() local 263 GetSystemInfo(&system_info); in getpagesize() 264 return system_info.dwPageSize; in getpagesize()
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_clientmgr.c | 2306 struct snd_seq_system_info system_info; in snd_seq_ioctl() 2292 struct snd_seq_system_info system_info; snd_seq_ioctl() member
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |