Home
last modified time | relevance | path

Searched refs:global_options (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/
H A D0001-vulkan-samples-Fix-reproducibility-issue.patch26 bldsys/cmake/global_options.cmake | 2 +-
29 diff --git a/bldsys/cmake/global_options.cmake b/bldsys/cmake/global_options.cmake
31 --- a/bldsys/cmake/global_options.cmake
32 +++ b/bldsys/cmake/global_options.cmake
/openbmc/linux/tools/bootconfig/scripts/
H A Dftrace2bconf.sh47 global_options() { function
/openbmc/linux/drivers/net/ethernet/3com/
H A D3c59x.c793 static int global_options = -1; variable
805 module_param(global_options, int, 0);
823 MODULE_PARM_DESC(global_options, "3c59x: same as options, but applies to all NICs if options is uns…
1127 option = global_options; in vortex_probe1()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst139 global_options=N
/openbmc/qemu/
H A Dblock.c7838 static const char *const global_options[] = { in strong_options() local
7843 return &global_options[0]; in strong_options()
7847 if (curopt == &global_options[ARRAY_SIZE(global_options) - 1] && bs->drv) { in strong_options()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c148 TEST_F(iommufd, global_options) in TEST_F() argument