/third_party/ltp/testcases/kernel/syscalls/setgroups/ |
H A D | setgroups01.c | 28 static void setup(void) in setup() function 37 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
H A D | write02.c | 25 static void setup(void) in setup() function 37 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/chroot/ |
H A D | chroot04.c | 30 static void setup(void) in setup() function 41 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/dup/ |
H A D | dup04.c | 31 static void setup(void) in setup() function 40 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/getpgid/ |
H A D | getpgid02.c | 20 static void setup(void) in setup() function 32 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite03.c | 23 static void setup(void) in setup() function 35 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/uname/ |
H A D | uname02.c | 22 static void setup(void) in setup() function 29 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
H A D | alarm05.c | 41 static void setup(void) in setup() function 48 .setup = setup,
|
H A D | alarm06.c | 25 static void setup(void) in setup() function 44 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/fchdir/ |
H A D | fchdir01.c | 23 static void setup(void) in setup() function 36 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/sched_setparam/ |
H A D | sched_setparam01.c | 28 static void setup(void) in setup() function 34 .setup = setup,
|
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | mux.c | 230 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 D | mux.c | 222 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 D | embedtest.cc | 61 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 D | getsockname01.c | 64 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 D | command_refs.cc | 20 #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 D | function_template_unittest.cc | 11 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 D | recvmsg01.c | 61 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 D | test04.c | 24 static void setup(void) in setup() function 26 tst_res(TINFO, "setup() executed by pid %i", getpid()); in setup() 43 .setup = setup,
|
H A D | variant.c | 28 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 D | nice04.c | 40 static void setup(void) in setup() function 49 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl09.c | 36 static void setup(void) in setup() function 45 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/realpath/ |
H A D | realpath01.c | 19 static void setup(void) in setup() function 41 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename10.c | 23 static void setup(void) in setup() function 36 .setup = setup,
|
H A D | rename07.c | 23 static void setup(void) in setup() function 37 .setup = setup,
|