Home
last modified time | relevance | path

Searched refs:setup (Results 176 - 200 of 4542) sorted by relevance

12345678910>>...182

/third_party/ltp/testcases/kernel/syscalls/setgroups/
H A Dsetgroups01.c28 static void setup(void) in setup() function
37 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite02.c25 static void setup(void) in setup() function
37 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/chroot/
H A Dchroot04.c30 static void setup(void) in setup() function
41 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/dup/
H A Ddup04.c31 static void setup(void) in setup() function
40 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/getpgid/
H A Dgetpgid02.c20 static void setup(void) in setup() function
32 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/pwrite/
H A Dpwrite03.c23 static void setup(void) in setup() function
35 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/uname/
H A Duname02.c22 static void setup(void) in setup() function
29 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/alarm/
H A Dalarm05.c41 static void setup(void) in setup() function
48 .setup = setup,
H A Dalarm06.c25 static void setup(void) in setup() function
44 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/fchdir/
H A Dfchdir01.c23 static void setup(void) in setup() function
36 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/
H A Dsched_setparam01.c28 static void setup(void) in setup() function
34 .setup = setup,
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dmux.c230 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup) in ti_clk_build_component_mux() argument
235 if (!setup) in ti_clk_build_component_mux()
242 mux->shift = setup->bit_shift; in ti_clk_build_component_mux()
245 mux->reg.index = setup->module; in ti_clk_build_component_mux()
246 mux->reg.offset = setup->reg; in ti_clk_build_component_mux()
248 if (setup->flags & CLKF_INDEX_STARTS_AT_ONE) in ti_clk_build_component_mux()
251 num_parents = setup->num_parents; in ti_clk_build_component_mux()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dmux.c222 struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup) in ti_clk_build_component_mux() argument
227 if (!setup) in ti_clk_build_component_mux()
234 mux->shift = setup->bit_shift; in ti_clk_build_component_mux()
237 mux->reg.index = setup->module; in ti_clk_build_component_mux()
238 mux->reg.offset = setup->reg; in ti_clk_build_component_mux()
240 if (setup->flags & CLKF_INDEX_STARTS_AT_ONE) in ti_clk_build_component_mux()
243 num_parents = setup->num_parents; in ti_clk_build_component_mux()
/third_party/node/test/embedding/
H A Dembedtest.cc61 std::unique_ptr<CommonEnvironmentSetup> setup = in RunNodeInstance() local
63 if (!setup) { in RunNodeInstance()
69 Isolate* isolate = setup->isolate(); in RunNodeInstance()
70 Environment* env = setup->env(); in RunNodeInstance()
76 Context::Scope context_scope(setup->context()); in RunNodeInstance()
/third_party/ltp/testcases/kernel/syscalls/getsockname/
H A Dgetsockname01.c64 void setup(void), setup0(void), setup1(void),
75 void (*setup) (void); member
111 setup(); in main()
116 tdat[testno].setup(); in main()
140 void setup(void) in setup() function
/third_party/gn/src/gn/
H A Dcommand_refs.cc20 #include "gn/setup.h"
36 void FillDepMap(Setup* setup, DepMap* dep_map) { in FillDepMap() argument
37 for (auto* target : setup->builder().GetAllResolvedTargets()) { in FillDepMap()
140 void GetTargetsReferencingConfig(Setup* setup, in GetTargetsReferencingConfig() argument
145 Label default_toolchain = setup->loader()->default_toolchain_label(); in GetTargetsReferencingConfig()
355 Setup* setup = new Setup; variable
356 if (!setup->DoSetup(args[0], false) || !setup->Run())
388 if (!ResolveFromCommandLineInput(setup, inputs, default_toolchain_only,
399 setup
[all...]
H A Dfunction_template_unittest.cc11 TestWithScope setup; in TEST() local
20 input.parsed()->Execute(setup.scope(), &err); in TEST()
27 setup.scope()->CheckForUnusedVars(&err); in TEST()
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
H A Drecvmsg01.c61 void (*setup)(int n); member
76 .setup = setup_invalid_sock,
91 .setup = setup_invalid_sock,
107 .setup = setup_valid_sock,
122 .setup = setup_valid_sock,
136 .setup = setup_valid_sock,
151 .setup = setup_valid_sock,
165 .setup = setup_valid_msg_control,
181 .setup = setup_valid_sock,
197 .setup
[all...]
/third_party/ltp/lib/newlib_tests/
H A Dtest04.c24 static void setup(void) in setup() function
26 tst_res(TINFO, "setup() executed by pid %i", getpid()); in setup()
43 .setup = setup,
H A Dvariant.c28 static void setup(void) in setup() function
30 tst_res(TINFO, "Running test setup()"); in setup()
53 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/nice/
H A Dnice04.c40 static void setup(void) in setup() function
49 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl09.c36 static void setup(void) in setup() function
45 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/realpath/
H A Drealpath01.c19 static void setup(void) in setup() function
41 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename10.c23 static void setup(void) in setup() function
36 .setup = setup,
H A Drename07.c23 static void setup(void) in setup() function
37 .setup = setup,

Completed in 10 milliseconds

12345678910>>...182