Searched defs:pid (Results 1 - 6 of 6) sorted by relevance

/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;
/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/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 25 milliseconds