Searched refs:pid (Results 1 - 12 of 12) sorted by relevance
/solaris-x11-s12/open-src/lib/mesa/ |
H A D | llvm-config | 4 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 D | list_Xserver_clients | 33 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 D | Xserver_clients.c | 165 "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 D | drm_sun_idr.c | 85 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 D | drm_io32.c | 244 dest64->pid = dest32.pid; 260 src32.pid = (uint32_t)src64->pid;
|
H A D | drm_ioctl.c | 194 client->pid = pt->pid;
|
H A D | drm_fops.c | 182 DRM_DEBUG("pid = %d, minor = %d\n", ddi_get_pid(), minor_id); 191 priv->pid = ddi_get_pid();
|
H A D | drm_irq.c | 1273 e->base.pid = ddi_get_pid();
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 102 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 D | drm_io32.h | 68 uint32_t pid; /* Process ID */ member in struct:drm_client_32
|
H A D | drmP.h | 528 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 D | interactive.c | 249 "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