Home
last modified time | relevance | path

Searched refs:setup (Results 201 - 225 of 4578) sorted by relevance

12345678910>>...184

/third_party/ltp/testcases/kernel/syscalls/chroot/
H A Dchroot01.c26 static void setup(void) in setup() function
42 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/dup/
H A Ddup01.c32 static void setup(void) in setup() function
46 .setup = setup,
H A Ddup05.c26 static void setup(void) in setup() function
40 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/finit_module/
H A Dfinit_module01.c26 static void setup(void) in setup() function
49 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key01.c42 static void setup(void) in setup() function
50 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/sched_getscheduler/
H A Dsched_getscheduler02.c21 static void setup(void) in setup() function
37 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/alarm/
H A Dalarm07.c44 static void setup(void) in setup() function
51 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/chdir/
H A Dchdir04.c32 static void setup(void) in setup() function
41 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/sendfile/
H A Dsendfile05.c25 static void setup(void) in setup() function
49 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/setfsuid/
H A Dsetfsuid03.c23 static void setup(void) in setup() function
45 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid02.c33 static void setup(void) in setup() function
43 .setup = setup,
H A Dsetgid03.c29 static void setup(void) in setup() function
37 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/setuid/
H A Dsetuid03.c28 static void setup(void) in setup() function
42 .setup = setup,
/third_party/ltp/testcases/kernel/syscalls/statfs/
H A Dstatfs01.c21 static void setup(void) in setup() function
37 .setup = setup,
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_trace.h91 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 Dmtu3_trace.h89 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 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/ltp/testcases/kernel/syscalls/sched_getattr/
H A Dsched_getattr02.c58 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 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...]
/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 Dtst_cgroup01.c22 static void setup(void) in setup() function
47 .setup = setup,
H A Dtst_capability01.c32 static void setup(void) in setup() function
39 tst_brk(TFAIL | TTERRNO, "Can't create raw socket in setup"); in setup()
45 .setup = setup,

Completed in 7 milliseconds

12345678910>>...184