Searched refs:pid (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManager.cpp65 char *pid, *notyet = NULL; local
67 if (!PyArg_ParseTuple(args, "s|zO", &pid, &notyet, &obIID))
87 r = pI->CreateInstanceByContractID(pid, NULL, iid, getter_AddRefs(pis));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon7029
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5182
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5495
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon5806
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6113
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6416
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dclient.h38 pid_t pid; /* process ID, -1 if not available */ member in struct:__anon6714
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh63 /pid == \$target/
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh32 /pid == \$target/
/vbox/src/VBox/VMM/testcase/
H A DtstVMMFork.cpp91 pid_t pid = fork(); local
92 if (pid < 0)
98 else if (pid == 0)
123 while (waitpid(pid, &result, 0) < 0)
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp218 static void rtSolarisContractPostForkParent(int templateFd, pid_t pid) argument
228 if (cleared || pid <= 0)
400 pid_t pid = -1; local
405 * HACK ALERT! Put the process into a new process group with pgid = pid
423 pid = fork();
424 if (!pid)
432 pid = -1;
439 rtSolarisContractPostForkParent(templateFd, pid);
441 if (pid > 0)
450 pidChild = waitpid(pid,
745 pid_t pid = fork(); local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/i386/
H A Ddt_isadep.c81 pid_t pid = Pstatus(P)->pr_pid; local
90 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i,
126 pid_t pid = Pstatus(P)->pr_pid; local
164 size = dt_instr_size(&text[i], dtp, pid,
197 size = dt_instr_size(&text[i], dtp, pid,
278 pid_t pid = Pstatus(P)->pr_pid; local
319 size = dt_instr_size(&text[i], dtp, pid,
352 pid_t pid = Pstatus(P)->pr_pid; local
384 size = dt_instr_size(&text[i], dtp, pid,
399 size = dt_instr_size(&text[i], dtp, pid,
423 pid_t pid; member in struct:dtrace_dis
458 dt_instr_size(uchar_t *instr, dtrace_hdl_t *dtp, pid_t pid, uintptr_t addr, char dmodel) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/sched/
H A Dfirebird.d38 @[args[1]->pr_pid, args[0]->pr_lwpid, pid, curlwpsinfo->pr_lwpid] =
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d39 inline int i2 = pid != 0; /* expression involving a variable */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.d38 pid$1:a.out:waiting:entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/scripting/
H A Dtst.egid.ksh80 groupid=`ps -o pid,gid | grep "$$ " | awk '{print $2}' 2>/dev/null`
82 print -u2 "unable to get uid of the current process with pid = $$"
H A Dtst.euid.ksh72 userid=`ps -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get uid of the current process with pid = $$"
H A Dtst.gid.ksh72 groupid=`ps -o pid,gid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get uid of the current process with pid = $$"
H A Dtst.projid.ksh72 projectid=`ps -o pid,projid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get uid of the current process with pid = $$"
H A Dtst.sid.ksh72 sessionid=`ps -o pid,sid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get sid of the current process with pid = $$"
H A Dtst.taskid.ksh72 taskidval=`ps -o pid,taskid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get uid of the current process with pid = $$"
H A Dtst.uid.ksh72 userid=`ps -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
74 print -u2 "unable to get uid of the current process with pid = $$"
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh99 /progenyof(\$pid)/
105 /progenyof(\$pid)/
/vbox/src/VBox/Additions/x11/Installer/
H A D98vboxadd-xclient20 for i in $HOME/.vboxclient-*.pid; do

Completed in 102 milliseconds

1234567891011>>