/kernel/linux/linux-5.10/arch/arm/mach-dove/ |
H A D | pcie.c | 17 #include <asm/setup.h> 50 * Generic PCIe unit setup. in dove_pcie_setup() 184 .setup = dove_pcie_setup,
|
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | iq31244.c | 129 .setup = iop3xx_pci_setup, 164 .setup = iop3xx_pci_setup,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | vrf_strict_mode_test.sh | 241 setup() function 390 setup
|
H A D | fib_rule_tests.sh | 51 setup() function 115 # setup the fib rule redirect route 184 # setup the fib rule redirect route 251 setup
|
/kernel/linux/linux-6.6/arch/arm/mach-dove/ |
H A D | pcie.c | 14 #include <asm/setup.h> 48 * Generic PCIe unit setup. in dove_pcie_setup() 140 * the device. Decoding setup is handled by the orion code. 187 .setup = dove_pcie_setup,
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ocb.c | 173 struct ocb_setup *setup) in ieee80211_ocb_join() 188 err = ieee80211_vif_use_channel(sdata, &setup->chandef, in ieee80211_ocb_join() 172 ieee80211_ocb_join(struct ieee80211_sub_if_data *sdata, struct ocb_setup *setup) ieee80211_ocb_join() argument
|
/kernel/linux/linux-5.10/include/linux/hsi/ |
H A D | hsi.h | 214 * @setup: Callback to set the HSI client configuration 230 int (*setup)(struct hsi_client *cl); member 350 * client setup or have the same setup for all of them. 358 return hsi_get_port(cl)->setup(cl); in hsi_setup()
|
/kernel/linux/linux-6.6/include/linux/hsi/ |
H A D | hsi.h | 214 * @setup: Callback to set the HSI client configuration 230 int (*setup)(struct hsi_client *cl); member 350 * client setup or have the same setup for all of them. 358 return hsi_get_port(cl)->setup(cl); in hsi_setup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gre_gso.sh | 50 setup() function 145 setup
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | vrf_socket_lookup.c | 143 static int setup(struct vrf_socket_lookup *skel) in setup() function 293 if (!ASSERT_OK(setup(skel), "setup")) in test_vrf_socket_lookup()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | smpboot.c | 101 * setup, cleanup, park and unpark functions for the registered 117 /* cleanup must mirror setup */ in smpboot_thread_fn() 139 /* Check for state change setup */ in smpboot_thread_fn() 144 if (ht->setup) in smpboot_thread_fn() 145 ht->setup(td->cpu); in smpboot_thread_fn()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ocb.c | 174 struct ocb_setup *setup) in ieee80211_ocb_join() 189 err = ieee80211_link_use_channel(&sdata->deflink, &setup->chandef, in ieee80211_ocb_join() 173 ieee80211_ocb_join(struct ieee80211_sub_if_data *sdata, struct ocb_setup *setup) ieee80211_ocb_join() argument
|
/third_party/curl/docs/examples/ |
H A D | http2-upload.c | 171 static void setup(struct input *i, int num, const char *upload) in setup() function 272 setup(&trans[i], i, filename); in main()
|
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
H A D | tpmtoken_import_tests.sh | 20 setup() function 308 setup || exit $RC # Exit if initializing testcases fails.
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utstest.c | 273 static void setup(void) in setup() function 293 setup(); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
H A D | tbio.c | 83 void setup(void) in setup() function 276 setup(); in main()
|
/third_party/node/lib/internal/test_runner/ |
H A D | harness.js | 32 return setup(new Test({ __proto__: null, ...options, name: '<root>' })); 39 // the test runner. Since the test runner is not setup properly, we can't 116 function setup(root) { function
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene.h | 31 * Note: the "setup" code is concerned with building scenes while 143 struct lp_setup_context *setup; member 207 struct lp_scene *lp_scene_create(struct lp_setup_context *setup);
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat03.c | 44 static void setup(void) in setup() function 247 setup(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open14.c | 43 static void setup(void) in setup() function 236 setup(); in main()
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 98 void setup(void) in setup() function 101 * setup a default signal hander and a in setup() 159 setup(); in main()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.py | 100 print("locktests.py <-n process -f testfile ><--setup -s fs_server> -c host1, host2, host3 ... ") 101 print("--setup : setup the configuration, deploy test on other test machines; This option also requires -c and -s") 103 print("-s <machine> : NFS server to use to setup the test") 110 print("./locktests.py --setup -c testmachine1 testmachine2 testmachine3 -s my_nfs_server:/") 122 def setup(): function 172 if args[i] in ("--install", "-i", "--setup"): 218 setup()
|
/third_party/ltp/testcases/kernel/fs/proc/ |
H A D | proc01.c | 194 static void setup(void) in setup() function 462 setup(); in main()
|
/third_party/protobuf/benchmarks/python/ |
H A D | py_benchmark.py | 129 setup=self.full_setup_code(setup_method_args), 139 setup=self.full_setup_code(setup_method_args),
|
/third_party/protobuf/python/ |
H A D | setup.py | 16 from setuptools import setup, Extension, find_packages namespace 249 setup(
|