Searched refs:pid (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s12/open-src/lib/mesa/
H A Dllvm-config4 set pid [eval spawn -noecho /usr/bin/llvm-config [lrange $argv 0 end]]
10 wait $pid
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/scripts/
H A Dlist_Xserver_clients33 PIDOUT=$(mktemp -t list_Xserver_clients.pid.XXXXXX)
46 # Print only the pid (4th column) in other lines (most of them)
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_clients.c165 "of currently connected X clients. Prints process pid and name that\n"
240 /* Find client pid & cmd recorded on connection setup by
258 mdb_printf("%6d %s", cir.pid, cmd);
259 client_pid = cir.pid;
325 ConnectionPidRec pid; local
335 for (i = 0; i < cpr.count; i++, pidP += sizeof(pid)) {
336 if (mdb_vread(&pid, sizeof (pid), pidP)
337 == sizeof (pid)) {
338 if (pid !
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c85 struct idr_free_id *id, **pid; local
107 pid = &prev->free_ids;
108 while (*pid) {
109 if ((*pid)->id < start) {
110 pid = &((*pid)->next);
113 id = *pid;
116 (*pid) = id->next;
H A Ddrm_io32.c244 dest64->pid = dest32.pid;
260 src32.pid = (uint32_t)src64->pid;
H A Ddrm_ioctl.c194 client->pid = pt->pid;
H A Ddrm_fops.c182 DRM_DEBUG("pid = %d, minor = %d\n", ddi_get_pid(), minor_id);
191 priv->pid = ddi_get_pid();
H A Ddrm_irq.c1273 e->base.pid = ddi_get_pid();
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c102 pid_t pid; local
145 if ((pid = fork()) == -1) {
154 } else if (pid == 0) {
216 if (waitpid(pid, &status, 0) != pid) {
333 pid_t pid; local
342 if ((pid = fork()) == -1) {
350 } else if (pid == 0) {
485 if (waitpid(pid, &status, 0) != pid) {
569 long pid; local
[all...]
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_io32.h68 uint32_t pid; /* Process ID */ member in struct:drm_client_32
H A DdrmP.h528 pid_t pid; /* pid of requester, no guarantee it's valid by the time member in struct:drm_pending_event
753 int pid; member in struct:drm_vbl_sig
1040 pid_t pid; member in struct:drm_file
/solaris-x11-s12/open-src/xserver/xorg/sun-src/IA/
H A Dinteractive.c249 "SolarisIA: WindowManager closed (pid %d)\n",
493 /* Shortcut. Focus changed between two windows with same pid */
503 /* If no pid info for current client, then we're done here.
518 * that LastPids is never set to point to the server or wmgr pid.
564 id_t pid = cpp->pids[i]; local
567 if ((priocntl(P_PID, pid, PC_GETPARMS, (caddr_t)&pcinfo)) < 0) {
594 if (priocntl(P_PID, pid, PC_SETPARMS, (caddr_t)&IAClass) == -1)
610 pid, cmdmsg,
846 "SolarisIA: WindowManager detected (pid %d)\n",

Completed in 663 milliseconds