/third_party/ltp/testcases/kernel/syscalls/chroot/ |
H A D | chroot01.c | 26 static void setup(void) in setup() function 42 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/dup/ |
H A D | dup01.c | 32 static void setup(void) in setup() function 46 .setup = setup,
|
H A D | dup05.c | 26 static void setup(void) in setup() function 40 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/finit_module/ |
H A D | finit_module01.c | 26 static void setup(void) in setup() function 49 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A D | request_key01.c | 42 static void setup(void) in setup() function 50 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/ |
H A D | sched_getscheduler02.c | 21 static void setup(void) in setup() function 37 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
H A D | alarm07.c | 44 static void setup(void) in setup() function 51 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir04.c | 32 static void setup(void) in setup() function 41 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
H A D | sendfile05.c | 25 static void setup(void) in setup() function 49 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setfsuid/ |
H A D | setfsuid03.c | 23 static void setup(void) in setup() function 45 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setgid/ |
H A D | setgid02.c | 33 static void setup(void) in setup() function 43 .setup = setup,
|
H A D | setgid03.c | 29 static void setup(void) in setup() function 37 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/setuid/ |
H A D | setuid03.c | 28 static void setup(void) in setup() function 42 .setup = setup,
|
/third_party/ltp/testcases/kernel/syscalls/statfs/ |
H A D | statfs01.c | 21 static void setup(void) in setup() function 37 .setup = setup,
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_trace.h | 91 TP_PROTO(struct usb_ctrlrequest *setup), 92 TP_ARGS(setup), 101 __entry->bRequestType = setup->bRequestType; 102 __entry->bRequest = setup->bRequest; 103 __entry->wValue = le16_to_cpu(setup->wValue); 104 __entry->wIndex = le16_to_cpu(setup->wIndex); 105 __entry->wLength = le16_to_cpu(setup->wLength); 107 TP_printk("setup - %02x %02x %04x %04x %04x", 114 TP_PROTO(struct usb_ctrlrequest *setup), 115 TP_ARGS(setup) [all...] |
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A D | mtu3_trace.h | 89 TP_PROTO(struct usb_ctrlrequest *setup), 90 TP_ARGS(setup), 99 __entry->bRequestType = setup->bRequestType; 100 __entry->bRequest = setup->bRequest; 101 __entry->wValue = le16_to_cpu(setup->wValue); 102 __entry->wIndex = le16_to_cpu(setup->wIndex); 103 __entry->wLength = le16_to_cpu(setup->wLength); 105 TP_printk("setup - %02x %02x %04x %04x %04x", 112 TP_PROTO(struct usb_ctrlrequest *setup), 113 TP_ARGS(setup) [all...] |
/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/ltp/testcases/kernel/syscalls/sched_getattr/ |
H A D | sched_getattr02.c | 58 static void setup(void); 90 setup(); in main() 100 void setup(void) in setup() function 102 unused_pid = tst_get_unused_pid(setup); in setup()
|
/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...] |
/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 | tst_cgroup01.c | 22 static void setup(void) in setup() function 47 .setup = setup,
|
H A D | tst_capability01.c | 32 static void setup(void) in setup() function 39 tst_brk(TFAIL | TTERRNO, "Can't create raw socket in setup"); in setup() 45 .setup = setup,
|