Searched refs:child (Results 1 - 25 of 1418) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dnamei.h8 extern struct dentry *ext3_get_parent(struct dentry *child);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/ash_test/ash-signals/
H A Dsignal2.tests5 echo "child exits as expected"
9 echo "child sleeps"
11 echo "BAD exit from child!"
14 child=$!
15 sleep 0.1 # let child install handler first
16 kill -HUP $child
H A Dsignal3.tests5 echo "child got HUP"
8 echo "child sleeps"
10 echo "child exits"
13 child=$!
14 sleep 0.1 # let child install handler first
15 kill -HUP $child
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dnamei.h8 extern struct dentry *ext3_get_parent(struct dentry *child);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/ash_test/ash-signals/
H A Dsignal2.tests5 echo "child exits as expected"
9 echo "child sleeps"
11 echo "BAD exit from child!"
14 child=$!
15 sleep 0.1 # let child install handler first
16 kill -HUP $child
H A Dsignal3.tests5 echo "child got HUP"
8 echo "child sleeps"
10 echo "child exits"
13 child=$!
14 sleep 0.1 # let child install handler first
15 kill -HUP $child
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/ash_test/ash-signals/
H A Dsignal2.tests5 echo "child exits as expected"
9 echo "child sleeps"
11 echo "BAD exit from child!"
14 child=$!
15 sleep 0.1 # let child install handler first
16 kill -HUP $child
H A Dsignal3.tests5 echo "child got HUP"
8 echo "child sleeps"
10 echo "child exits"
13 child=$!
14 sleep 0.1 # let child install handler first
15 kill -HUP $child
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) { argument
22 if (child == NULL) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
26 for (; child->next; child = child->next);
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
29 tmp = child;
30 child = child
41 remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) { argument
22 if (child == NULL) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
26 for (; child->next; child = child->next);
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
29 tmp = child;
30 child = child
41 remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) { argument
22 if (child == NULL) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
26 for (; child->next; child = child->next);
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
29 tmp = child;
30 child = child
41 remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dstep.c9 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) argument
32 mutex_lock(&child->mm->context.lock);
33 if (unlikely((seg >> 3) >= child->mm->context.size))
36 desc = child->mm->context.ldt + seg;
44 mutex_unlock(&child->mm->context.lock);
50 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) argument
54 unsigned long addr = convert_ip_to_linear(child, regs);
56 copied = access_process_vm(child, addr, opcode, sizeof(opcode), 0);
104 static int enable_single_step(struct task_struct *child) argument
106 struct pt_regs *regs = task_pt_regs(child);
163 enable_step(struct task_struct *child, bool block) argument
187 user_enable_single_step(struct task_struct *child) argument
192 user_enable_block_step(struct task_struct *child) argument
197 user_disable_single_step(struct task_struct *child) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dstep.c9 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) argument
32 mutex_lock(&child->mm->context.lock);
33 if (unlikely((seg >> 3) >= child->mm->context.size))
36 desc = child->mm->context.ldt + seg;
44 mutex_unlock(&child->mm->context.lock);
50 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) argument
54 unsigned long addr = convert_ip_to_linear(child, regs);
56 copied = access_process_vm(child, addr, opcode, sizeof(opcode), 0);
104 static int enable_single_step(struct task_struct *child) argument
106 struct pt_regs *regs = task_pt_regs(child);
163 enable_step(struct task_struct *child, bool block) argument
187 user_enable_single_step(struct task_struct *child) argument
192 user_enable_block_step(struct task_struct *child) argument
197 user_disable_single_step(struct task_struct *child) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c10 * child initialization and kills during server shutdown, this is
50 /* hash/child functions: hash OR's pid */
53 static inline void hash_child(afp_child_t **htable, afp_child_t *child) argument
57 table = &htable[HASH(child->afpch_pid)];
58 if ((child->afpch_next = *table) != NULL)
59 (*table)->afpch_prevp = &child->afpch_next;
60 *table = child;
61 child->afpch_prevp = table;
64 static inline void unhash_child(afp_child_t *child) argument
66 if (child
75 afp_child_t *child; local
104 afp_child_t *child = NULL; local
138 afp_child_t *child; local
168 afp_child_t *child, *tmp; local
191 afp_child_t *child, *tmp; local
205 kill_child(afp_child_t *child) argument
230 afp_child_t *child; local
278 afp_child_t *child, *tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c10 * child initialization and kills during server shutdown, this is
50 /* hash/child functions: hash OR's pid */
53 static inline void hash_child(afp_child_t **htable, afp_child_t *child) argument
57 table = &htable[HASH(child->afpch_pid)];
58 if ((child->afpch_next = *table) != NULL)
59 (*table)->afpch_prevp = &child->afpch_next;
60 *table = child;
61 child->afpch_prevp = table;
64 static inline void unhash_child(afp_child_t *child) argument
66 if (child
75 afp_child_t *child; local
104 afp_child_t *child = NULL; local
138 afp_child_t *child; local
168 afp_child_t *child, *tmp; local
191 afp_child_t *child, *tmp; local
205 kill_child(afp_child_t *child) argument
230 afp_child_t *child; local
278 afp_child_t *child, *tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c10 * child initialization and kills during server shutdown, this is
50 /* hash/child functions: hash OR's pid */
53 static inline void hash_child(afp_child_t **htable, afp_child_t *child) argument
57 table = &htable[HASH(child->afpch_pid)];
58 if ((child->afpch_next = *table) != NULL)
59 (*table)->afpch_prevp = &child->afpch_next;
60 *table = child;
61 child->afpch_prevp = table;
64 static inline void unhash_child(afp_child_t *child) argument
66 if (child
75 afp_child_t *child; local
104 afp_child_t *child = NULL; local
138 afp_child_t *child; local
168 afp_child_t *child, *tmp; local
191 afp_child_t *child, *tmp; local
205 kill_child(afp_child_t *child) argument
230 afp_child_t *child; local
278 afp_child_t *child, *tmp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/score/kernel/
H A Dptrace.c129 read_tsk_long(struct task_struct *child, argument
134 copied = access_process_vm(child, addr, res, sizeof(*res), 0);
140 read_tsk_short(struct task_struct *child, argument
145 copied = access_process_vm(child, addr, res, sizeof(*res), 0);
151 write_tsk_short(struct task_struct *child, argument
156 copied = access_process_vm(child, addr, &val, sizeof(val), 1);
162 write_tsk_long(struct task_struct *child, argument
167 copied = access_process_vm(child, addr, &val, sizeof(val), 1);
172 void user_enable_single_step(struct task_struct *child) argument
179 struct pt_regs *regs = task_pt_regs(child);
293 user_disable_single_step(struct task_struct *child) argument
322 ptrace_disable(struct task_struct *child) argument
328 arch_ptrace(struct task_struct *child, long request, long addr, long data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/score/kernel/
H A Dptrace.c129 read_tsk_long(struct task_struct *child, argument
134 copied = access_process_vm(child, addr, res, sizeof(*res), 0);
140 read_tsk_short(struct task_struct *child, argument
145 copied = access_process_vm(child, addr, res, sizeof(*res), 0);
151 write_tsk_short(struct task_struct *child, argument
156 copied = access_process_vm(child, addr, &val, sizeof(val), 1);
162 write_tsk_long(struct task_struct *child, argument
167 copied = access_process_vm(child, addr, &val, sizeof(val), 1);
172 void user_enable_single_step(struct task_struct *child) argument
179 struct pt_regs *regs = task_pt_regs(child);
293 user_disable_single_step(struct task_struct *child) argument
322 ptrace_disable(struct task_struct *child) argument
328 arch_ptrace(struct task_struct *child, long request, long addr, long data) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dafpstats_obj.c79 afp_child_t *child; local
87 child = childs->servch_table[j];
88 while (child) {
89 if (child->afpch_valid && (pw = getpwuid(child->afpch_uid))) {
90 time_t time = child->afpch_logintime;
93 pw->pw_name, child->afpch_pid, buf,
94 child->afpch_state == DSI_RUNNING ? "active" :
95 child->afpch_state == DSI_SLEEPING ? "sleeping" :
96 child
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dafpstats_obj.c79 afp_child_t *child; local
87 child = childs->servch_table[j];
88 while (child) {
89 if (child->afpch_valid && (pw = getpwuid(child->afpch_uid))) {
90 time_t time = child->afpch_logintime;
93 pw->pw_name, child->afpch_pid, buf,
94 child->afpch_state == DSI_RUNNING ? "active" :
95 child->afpch_state == DSI_SLEEPING ? "sleeping" :
96 child
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dafpstats_obj.c79 afp_child_t *child; local
87 child = childs->servch_table[j];
88 while (child) {
89 if (child->afpch_valid && (pw = getpwuid(child->afpch_uid))) {
90 time_t time = child->afpch_logintime;
93 pw->pw_name, child->afpch_pid, buf,
94 child->afpch_state == DSI_RUNNING ? "active" :
95 child->afpch_state == DSI_SLEEPING ? "sleeping" :
96 child
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dprocess.c47 struct child *children = NULL;
53 struct child *child; local
58 child = children+i;
59 if (child->pid)
61 child->pid = pid;
62 child->client = client;
63 child->age = uptime();
73 struct child *child; local
213 struct child *child; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dprocess.c47 struct child *children = NULL;
53 struct child *child; local
58 child = children+i;
59 if (child->pid)
61 child->pid = pid;
62 child->client = client;
63 child->age = uptime();
73 struct child *child; local
213 struct child *child; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dprocess.c47 struct child *children = NULL;
53 struct child *child; local
58 child = children+i;
59 if (child->pid)
61 child->pid = pid;
62 child->client = client;
63 child->age = uptime();
73 struct child *child; local
213 struct child *child; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dptrace.c33 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent) argument
35 BUG_ON(!list_empty(&child->ptrace_entry));
36 list_add(&child->ptrace_entry, &new_parent->ptraced);
37 child->parent = new_parent;
43 * signal sent that would resume the child, but didn't because it was in
47 static void ptrace_untrace(struct task_struct *child) argument
49 spin_lock(&child->sighand->siglock);
50 if (task_is_traced(child)) {
55 if (child->signal->flags & SIGNAL_STOP_STOPPED ||
56 child
70 __ptrace_unlink(struct task_struct *child) argument
85 ptrace_check_attach(struct task_struct *child, int kill) argument
296 ptrace_detach(struct task_struct *child, unsigned int data) argument
405 ptrace_setoptions(struct task_struct *child, long data) argument
433 ptrace_getsiginfo(struct task_struct *child, siginfo_t *info) argument
449 ptrace_setsiginfo(struct task_struct *child, const siginfo_t *info) argument
484 ptrace_resume(struct task_struct *child, long request, long data) argument
560 ptrace_request(struct task_struct *child, long request, long addr, long data) argument
677 struct task_struct *child; local
696 struct task_struct *child; local
757 compat_ptrace_request(struct task_struct *child, compat_long_t request, compat_ulong_t addr, compat_ulong_t data) argument
838 struct task_struct *child; local
[all...]

Completed in 310 milliseconds

1234567891011>>