Searched refs:cont_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c69 int wait_for_stop(int pid, int sig, int cont_type, void *relay) argument
95 ptrace(cont_type, pid, 0, WSTOPSIG(status));
100 ptrace(cont_type, pid, 0, WSTOPSIG(status));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c186 int status, pid = 0, sig = 0, cont_type, tracing = 0, op = 0; local
392 cont_type = SELECT_PTRACE_OPERATION(local_using_sysemu,
395 cont_type = PTRACE_SYSCALL;
397 cont_type = PTRACE_CONT;
399 if(ptrace(cont_type, pid, 0, sig) != 0){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eckd.h275 unsigned char cont_type[6]; member in struct:dasd_eckd_confdata::__anon6233
294 unsigned char cont_type[6]; member in struct:dasd_eckd_confdata::__anon6235
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dos.h226 extern int wait_for_stop(int pid, int sig, int cont_type, void *relay);

Completed in 116 milliseconds