Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 648) sorted by relevance

12345678910>>...26

/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace.h60 int start_trace(pid_t child) in start_trace()
77 int stop_trace(pid_t child) in stop_trace()
89 int cont_trace(pid_t child) in cont_trace()
321 int show_fpr(pid_t child, unsigned long *fpr) in show_fpr()
340 int write_fpr(pid_t child, unsigned long val) in write_fpr()
363 int show_ckpt_fpr(pid_t child, unsigned long *fpr) in show_ckpt_fpr()
415 int show_gpr(pid_t child, unsigned long *gpr) in show_gpr()
440 int write_gpr(pid_t child, unsigned long val) in write_gpr()
529 int show_vmx(pid_t child, unsigned long vmx[][2]) in show_vmx()
589 int show_vsx(pid_t child, unsigned long *vsx) in show_vsx()
[all …]
/linux/arch/x86/kernel/
A Dstep.c12 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear()
56 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag()
111 static int enable_single_step(struct task_struct *child) in enable_single_step()
203 static void enable_step(struct task_struct *child, bool block) in enable_step()
218 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
223 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
228 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/linux/arch/x86/um/
A Dptrace_32.c75 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
124 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
143 unsigned long getreg(struct task_struct *child, int regno) in getreg()
176 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
196 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
213 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
226 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
242 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
255 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
A Dptrace_64.c53 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
110 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
129 unsigned long getreg(struct task_struct *child, int regno) in getreg()
170 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
216 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
233 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
246 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
/linux/arch/powerpc/kernel/ptrace/
A Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
140 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp()
229 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp()
284 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
345 static int del_dac(struct task_struct *child, int slot) in del_dac()
386 static int set_dac_range(struct task_struct *child, in set_dac_range()
440 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
476 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
/linux/arch/xtensa/kernel/
A Dptrace.c227 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
232 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
241 void ptrace_disable(struct task_struct *child) in ptrace_disable()
246 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
252 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
258 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
264 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
270 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
416 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
450 static long ptrace_sethbpregs(struct task_struct *child, long addr, in ptrace_sethbpregs()
[all …]
/linux/drivers/pwm/
A Dsysfs.c18 struct device child; member
36 static ssize_t period_show(struct device *child, in period_show()
48 static ssize_t period_store(struct device *child, in period_store()
71 static ssize_t duty_cycle_show(struct device *child, in duty_cycle_show()
106 static ssize_t enable_show(struct device *child, in enable_show()
118 static ssize_t enable_store(struct device *child, in enable_store()
154 static ssize_t polarity_show(struct device *child, in polarity_show()
177 static ssize_t polarity_store(struct device *child, in polarity_store()
203 static ssize_t capture_show(struct device *child, in capture_show()
287 struct device *child; in pwm_unexport_child() local
[all …]
/linux/tools/testing/selftests/pidfd/
A Dpidfd_getfd_test.c98 static int child(int sk) in child() function
116 FIXTURE(child) in FIXTURE() argument
134 FIXTURE_SETUP(child) in FIXTURE_SETUP() argument
166 FIXTURE_TEARDOWN(child) in FIXTURE_TEARDOWN() argument
174 TEST_F(child, disable_ptrace) in TEST_F() argument
200 TEST_F(child, fetch_fd) in TEST_F() argument
219 TEST_F(child, test_unknown_fd) in TEST_F() argument
A Dpidfd_fdinfo_test.c83 struct child { struct
88 static struct child clone_newns(int (*fn)(void *), void *args, in clone_newns() argument
116 static inline void child_close(struct child *child) in child_close()
121 static inline int child_join(struct child *child, struct error *err) in child_join()
135 static inline int child_join_close(struct child *child, struct error *err) in child_join_close()
/linux/kernel/
A Dptrace.c68 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link()
116 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink()
246 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach()
560 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach()
656 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions()
717 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo()
835 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume()
1031 int ptrace_request(struct task_struct *child, long request, in ptrace_request()
1274 #define arch_ptrace_attach(child) do { } while (0) argument
1280 struct task_struct *child; in SYSCALL_DEFINE4() local
[all …]
/linux/arch/m68k/kernel/
A Dptrace.c126 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable()
136 void ptrace_disable(struct task_struct *child) in ptrace_disable()
141 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
149 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
156 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
161 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/linux/security/landlock/
A Dptrace.c33 const struct landlock_ruleset *const child) in domain_scope_le()
51 const struct task_struct *const child) in task_is_scoped()
65 const struct task_struct *const child) in task_ptrace()
88 static int hook_ptrace_access_check(struct task_struct *const child, in hook_ptrace_access_check()
/linux/arch/um/kernel/
A Dptrace.c13 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
23 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
36 void ptrace_disable(struct task_struct *child) in ptrace_disable()
44 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/linux/drivers/firmware/efi/
A Ddev-path-parser.c16 struct device *parent, struct device **child) in parse_acpi_path()
59 struct device *parent, struct device **child) in parse_pci_path()
95 struct device *parent, struct device **child) in parse_end_path()
148 struct device *parent = NULL, *child; in efi_get_device_by_path() local
/linux/drivers/net/wireless/ti/wlcore/
A Dspi.c90 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset()
118 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init()
196 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy()
231 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read()
298 static int __wl12xx_spi_raw_write(struct device *child, int addr, in __wl12xx_spi_raw_write()
353 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write()
373 static int wl12xx_spi_set_power(struct device *child, bool enable) in wl12xx_spi_set_power()
401 static void wl12xx_spi_set_block_size(struct device *child, in wl12xx_spi_set_block_size()
/linux/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c109 static void ptrace_set_get_inherit(pid_t child) in ptrace_set_get_inherit()
159 static void ptrace_set_get_vl(pid_t child, unsigned int vl, bool *supported) in ptrace_set_get_vl()
212 static void ptrace_sve_fpsimd(pid_t child) in ptrace_sve_fpsimd()
269 static void ptrace_set_sve_get_sve_data(pid_t child, unsigned int vl) in ptrace_set_sve_get_sve_data()
361 static void ptrace_set_sve_get_fpsimd_data(pid_t child, unsigned int vl) in ptrace_set_sve_get_fpsimd_data()
439 static int do_parent(pid_t child) in do_parent()
537 pid_t child; in main() local
/linux/drivers/pci/
A Dremove.c69 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
89 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
132 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
150 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
/linux/arch/hexagon/kernel/
A Dptrace.c23 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
29 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
161 void ptrace_disable(struct task_struct *child) in ptrace_disable()
167 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/linux/arch/alpha/kernel/
A Dptrace.c178 ptrace_set_bpt(struct task_struct * child) in ptrace_set_bpt()
237 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt()
255 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
261 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
271 void ptrace_disable(struct task_struct *child) in ptrace_disable()
276 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/linux/arch/nds32/kernel/
A Dptrace.c59 void ptrace_disable(struct task_struct *child) in ptrace_disable()
68 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
82 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
90 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
/linux/drivers/net/mdio/
A Dof_mdio.c37 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()
46 struct device_node *child, u32 addr) in of_mdiobus_register_phy()
52 struct device_node *child, u32 addr) in of_mdiobus_register_device()
113 bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy()
150 struct device_node *child; in of_mdiobus_register() local
/linux/fs/
A Dpnode.c227 struct mount *child; in propagate_one() local
339 struct mount *child; in find_topper() local
371 struct mount *m, *child, *topper; in propagate_mount_busy() local
415 struct mount *m, *child; in propagate_mount_unlock() local
445 struct mount *child; in __propagate_umount() local
484 struct mount *mnt, *child, *tmp; in umount_list() local
559 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount() local
/linux/tools/perf/arch/x86/tests/
A Dbp-modify.c32 int child = fork(); in spawn_child() local
61 pid_t child; in bp_modify1() local
138 pid_t child; in bp_modify2() local
/linux/arch/s390/kernel/
A Dptrace.c147 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per()
197 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user()
275 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user()
294 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per()
443 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
540 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat()
582 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat()
658 static int peek_user_compat(struct task_struct *child, in peek_user_compat()
673 static inline void __poke_user_per_compat(struct task_struct *child, in __poke_user_per_compat()
693 static int __poke_user_compat(struct task_struct *child, in __poke_user_compat()
[all …]
/linux/crypto/
A Dsimd.c54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey() local
67 struct crypto_skcipher *child; in simd_skcipher_encrypt() local
88 struct crypto_skcipher *child; in simd_skcipher_decrypt() local
294 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setkey() local
305 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setauthsize() local
315 struct crypto_aead *child; in simd_aead_encrypt() local
336 struct crypto_aead *child; in simd_aead_decrypt() local

Completed in 51 milliseconds

12345678910>>...26