Searched refs:stack_out (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dhelper.c45 unsigned long *stack_out)
51 if ((stack_out != NULL) && (*stack_out != 0))
52 stack = *stack_out;
113 if ((stack_out == NULL) || (*stack_out == 0))
119 unsigned long *stack_out, int stack_order)
136 if (stack_out == NULL) {
149 *stack_out = stack;
44 run_helper(void (*pre_exec)(void *), void *pre_data, char **argv, unsigned long *stack_out) argument
118 run_helper_thread(int (*proc)(void *), void *arg, unsigned int flags, unsigned long *stack_out, int stack_order) argument
H A Dstart_up.c104 static int start_ptraced_child(void **stack_out) argument
126 *stack_out = stack;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dos.h243 unsigned long *stack_out);
245 unsigned int flags, unsigned long *stack_out,

Completed in 26 milliseconds