Searched refs:os_getpid (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dreboot.c22 me = os_getpid();
H A Dksyms.c38 EXPORT_SYMBOL(os_getpid); variable
H A Dsmp.c195 return pid_to_processor_id(os_getpid());
H A Dprocess.c251 cpu_tasks[current_thread_info()->cpu].pid = os_getpid();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/skas/
H A Dprocess.c39 pid = os_getpid();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dstart_up.c32 /* Calling os_getpid because some libcs cached getpid incorrectly */
33 int pid = os_getpid(), ppid = getppid();
47 sc_result = os_getpid();
228 n = ptrace(PTRACE_POKEUSR, pid, PT_SYSCALL_RET_OFFSET, os_getpid());
265 os_getpid());
H A Dprocess.c140 int os_getpid(void) function
H A Dfile.c380 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) {
H A Dsigio.c423 (fcntl(master, F_SETOWN, os_getpid()) < 0))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dharddog_user.c63 sprintf(pid_buf, "%d", os_getpid());
H A Ddaemon_user.c140 name.pid = os_getpid();
H A Dchan_user.c189 if (tcsetpgrp(pty_fd, os_getpid()) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dos.h185 extern int os_getpid(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c270 kill(os_getpid(), SIGSTOP);

Completed in 91 milliseconds