Searched refs:pid (Results 251 - 275 of 310) sorted by relevance

<<111213

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c957 dtrace_uaddr2str(dtrace_hdl_t *dtp, pid_t pid, argument
966 if (pid != 0)
967 P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0);
H A Ddt_printf.c377 uint64_t val, pid = 0; local
389 pid = ((uint64_t *)(uintptr_t)addr)[0];
396 if (pid == 0 && dtp->dt_vector == NULL && idp != NULL)
397 pid = idp->di_id;
402 } while ((len = dtrace_uaddr2str(dtp, pid, val, s, n)) > n);
H A Ddt_aggregate.c262 uint64_t pid = data[0]; local
270 if ((P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0)) == NULL)
287 uint64_t pid = data[0]; local
295 if ((P = dt_proc_grab(dtp, pid, PGRAB_RDONLY | PGRAB_FORCE, 0)) == NULL)
H A Ddt_cc.c1458 * Both kernel and pid based providers are allowed to have names
1460 * a pid and that we may need to dynamically create probes for
1619 pid_t pid; local
1686 if ((pid = fork1()) == -1) {
1693 if (pid == 0) {
1700 (int)pid);
1701 } while (waitpid(pid, &wstat, 0) == -1 && errno == EINTR);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprovider.c810 PRInt32 pid; local
816 pid = sprocsp(
818 rv = (0 < pid) ? PR_SUCCESS : PR_FAILURE;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dos.h432 int pid; /* Process id */ member in struct:__anon6825
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddix.h156 XID pid);
H A Dos.h394 int pid; /* Process id */ member in struct:__anon7143
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86drm.h502 extern int drmGetClient(int fd, int idx, int *auth, int *pid,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dos.h426 int pid; /* Process id */ member in struct:__anon5909
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dos.h425 int pid; /* Process id */ member in struct:__anon6212
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dos.h432 int pid; /* Process id */ member in struct:__anon6510
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm.h392 unsigned long pid; /**< Process ID */ member in struct:drm_client
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h472 extern int drmGetClient(int fd, int idx, int *auth, int *pid,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86drm.h502 extern int drmGetClient(int fd, int idx, int *auth, int *pid,
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drm.h528 extern int drmGetClient(int fd, int idx, int *auth, int *pid,
H A Ddrm.h291 unsigned long pid; /**< Process ID */ member in struct:drm_client
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h217 PID pid; member in struct:_MDProcess
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp1229 int pid = fork(); local
1230 if (pid <= 0)
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVariant.cpp703 static PRBool String2ID(const nsDiscriminatedUnion& data, nsID* pid) argument
712 return pid->Parse(data.u.str.mStringValue);
714 return pid->Parse(PromiseFlatCString(*data.u.mCStringValue).get());
716 return pid->Parse(PromiseFlatUTF8String(*data.u.mUTF8StringValue).get());
734 PRBool result = pid->Parse(pChars);
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h127 void i_addProcessToReap(RTPROCESS pid);
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp3320 RTPROCESS pid = NIL_RTPROCESS; local
3322 pSessionControl->COMGETTER(PID)((ULONG*)&pid);
3323 Assert(pid != NIL_RTPROCESS);
3345 LogFlowThisFunc(("session.pid=%d(0x%x)\n", pid, pid));
3351 int rc = RTProcQueryParent(pid, &ppid);
3357 LogFlowThisFunc(("mSession.mPID => %d(%#x) - windows hardening stub\n", mData->mSession.mPID, pid));
3358 mData->mSession.mPID = pid;
3362 if (mData->mSession.mPID != pid)
7452 RTPROCESS pid = NIL_RTPROCESS; local
12104 i_registerMetrics(PerformanceCollector *aCollector, Machine *aMachine, RTPROCESS pid) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwtypes.h752 DWORD pid; member in struct:_tagpropertykey
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/extensions/
H A Drenderproto.h250 Picture pid B32;
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Drenderproto.h250 Picture pid B32;

Completed in 182 milliseconds

<<111213