Home
last modified time | relevance | path

Searched refs:setup (Results 1276 - 1300 of 4547) sorted by relevance

1...<<51525354555657585960>>...182

/third_party/ltp/testcases/kernel/syscalls/rt_sigprocmask/
H A Drt_sigprocmask02.c70 static void setup(void) in setup() function
97 setup(); in main()
/third_party/ltp/testcases/kernel/syscalls/setdomainname/
H A Dsetdomainname02.c50 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/timer_getoverrun/
H A Dtimer_getoverrun01.c41 static void setup(void) in setup() function
55 setup(); in main()
/third_party/ltp/testcases/network/tcp_cmds/telnet/
H A Dtelnet01.sh25 setup() function
87 setup
/kernel/linux/linux-6.6/drivers/usb/core/
H A Durb.c404 struct usb_ctrlrequest *setup = in usb_submit_urb() local
407 if (!setup) in usb_submit_urb()
409 is_out = !(setup->bRequestType & USB_DIR_IN) || in usb_submit_urb()
410 !setup->wLength; in usb_submit_urb()
413 urb->pipe, setup->bRequestType); in usb_submit_urb()
414 if (le16_to_cpu(setup->wLength) != urb->transfer_buffer_length) { in usb_submit_urb()
416 le16_to_cpu(setup->wLength), in usb_submit_urb()
/third_party/python/PCbuild/
H A Dprepare_libffi.bat203 if NOT DEFINED CYG_CACHE (set CYG_CACHE=C:/cygwin/var/cache/setup)
207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86.exe -outfile $setup}
208 %CYG_ROOT%/setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P autoconf -P automake -P libtool -P dejagnu
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c165 void (*setup)(int, int); member
214 .setup = pipe_setup,
253 .setup = yield_setup,
383 .setup = futex_setup,
499 actions->setup(cpu1, cpu2); in main()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-designware-pcidrv.c51 int (*setup)(struct pci_dev *pdev, struct dw_pci_controller *c); member
134 .setup = mfld_setup,
140 .setup = mrfld_setup,
235 if (controller->setup) { in i2c_dw_pci_probe()
236 r = controller->setup(pdev, controller); in i2c_dw_pci_probe()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dadxl313_core.c331 int (*setup)(struct device *, struct regmap *)) in adxl313_setup()
346 if (setup) { in adxl313_setup()
347 ret = setup(dev, data->regmap); in adxl313_setup()
378 * adxl313_core_probe() - probe and setup for adxl313 accelerometer
382 * @setup: Setup routine to be executed right before the standard device
383 * setup, can also be set to NULL if not required
390 int (*setup)(struct device *, struct regmap *)) in adxl313_core_probe()
412 ret = adxl313_setup(dev, data, setup); in adxl313_core_probe()
414 dev_err(dev, "ADXL313 setup failed\n"); in adxl313_core_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c165 void (*setup)(int, int); member
214 .setup = pipe_setup,
253 .setup = yield_setup,
383 .setup = futex_setup,
499 actions->setup(cpu1, cpu2); in main()
/test/testfwk/arkxtest/hamock/src/main/mock/
H A DMockKit.js239 const setup = descriptor.value;
249 throw new Error(`Mock setup param error: ${e}`);
252 if (setup) { // apply the mock content
254 setup.apply(this);
257 throw new Error(`Mock setup apply error: ${e}`);
/third_party/gn/src/gn/
H A Dcommand_path.cc12 #include "gn/setup.h"
321 Setup* setup = new Setup; in RunPath() local
322 if (!setup->DoSetup(args[0], false)) in RunPath()
324 if (!setup->Run()) in RunPath()
327 const Target* target1 = ResolveTargetFromCommandLineString(setup, args[1]); in RunPath()
330 const Target* target2 = ResolveTargetFromCommandLineString(setup, args[2]); in RunPath()
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c68 void setup(void);
88 void (*setup) (void); member
144 setup(); in main()
157 tdat[testno].setup(); in main()
185 void setup(void) in setup() function
/third_party/python/Lib/turtledemo/
H A Dnim.py57 def setup(self): member in NimModel
63 self.game.view.setup()
146 def setup(self): member in NimView
192 self.game.screen.onkey(self.game.model.setup, "space")
220 mainscreen.setup(SCREENWIDTH, SCREENHEIGHT)
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfcnal-test.sh243 echo "setup command: $cmd"
265 echo "setup command: $cmd"
287 echo "setup command: $cmd"
495 setup() function
835 setup
838 setup
841 setup
846 setup "yes"
848 setup "yes"
1472 setup
[all...]
H A Dbind_bhash.sh38 setup() { function
60 setup
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfcnal-test.sh232 echo "setup command: $cmd"
254 echo "setup command: $cmd"
276 echo "setup command: $cmd"
472 setup() function
798 setup
801 setup
804 setup
809 setup "yes"
811 setup "yes"
1325 setup
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_skb_cgroup_id.sh23 setup() function
49 setup
H A Dtest_sock_addr.sh26 setup() function
47 setup
H A Dtest_xdping.sh5 # Here we setup and teardown configuration required to run
36 setup() function
86 setup
H A Dwith_addr.sh21 setup() { function
22 ip -6 addr add "${V6_INNER}" dev lo || fail 'failed to setup v6 address'
23 ip -4 addr add "${V4_INNER}" dev lo || fail 'failed to setup v4 address'
31 || fail 'failed to setup v6 SIT address'
33 || fail 'failed to setup v4 SIT address'
52 setup
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dima_setup.sh15 echo "Usage: $0 <setup|cleanup|run|modify-bin|restore-bin|load-policy> <existing_tmp_dir>"
33 setup() function
129 if [[ "${action}" == "setup" ]]; then
130 setup "${tmp_dir}"
H A Dwith_addr.sh21 setup() { function
22 ip -6 addr add "${V6_INNER}" dev lo || fail 'failed to setup v6 address'
23 ip -4 addr add "${V4_INNER}" dev lo || fail 'failed to setup v4 address'
31 || fail 'failed to setup v6 SIT address'
33 || fail 'failed to setup v4 SIT address'
52 setup
H A Dtest_skb_cgroup_id.sh23 setup() function
49 setup
H A Dtest_sock_addr.sh26 setup() function
47 setup

Completed in 18 milliseconds

1...<<51525354555657585960>>...182