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

12

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_fops.c45 pid_t pid = ddi_get_pid(); local
49 if (priv->pid == pid)
74 pid_t pid; local
81 pid = ddi_get_pid();
82 DRM_DEBUG("drm_open_helper :pid = %d", pid);
97 priv->pid = pid;
H A Ddrm_ioctl.c215 client.pid = client32.pid;
229 client.pid = pt->pid;
242 client32.pid = (uint32_t)client.pid;
H A Ddrm_io32.h45 uint32_t pid; /* Process ID */ member in struct:drm_client_32
H A Ddrm_irq.c328 pp = prfind(vbl_sig->pid);
H A DdrmP.h384 pid_t pid; member in struct:drm_file
493 int pid; member in struct:drm_vbl_sig
H A Ddrm.h332 unsigned long pid; /**< Process ID */ member in struct:drm_client
/solaris-x11-s11/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-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_clients.c153 "of currently connected X clients. Prints process pid and name that\n"
228 /* Find client pid & cmd recorded on connection setup by
246 mdb_printf("%6d %s", cir.pid, cmd);
247 client_pid = cir.pid;
313 ConnectionPidRec pid; local
323 for (i = 0; i < cpr.count; i++, pidP += sizeof(pid)) {
324 if (mdb_vread(&pid, sizeof (pid), pidP)
325 == sizeof (pid)) {
326 if (pid !
[all...]
/solaris-x11-s11/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();
/solaris-x11-s11/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-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h185 pid_t pid; /* process id */ member in struct:_TsolInfo
210 pid_t pid; /* who created it */ member in struct:_TsolRes
H A Dtsolextension.c259 tsolinfo->pid = getpid();
261 "client id %d (pid %d)",
262 serverClient->index, tsolinfo->pid);
1051 rep.pid = (CARD32) res_tsolinfo->pid;
1062 swapl(&rep.pid);
1568 "client id %d (pid unknown)", client->index);
1582 tsolinfo->pid = ucred_getpid(uc);
1589 snprintf(tsolinfo->pname, MAXNAME, "client id %d (pid %d)",
1590 client->index, tsolinfo->pid);
[all...]
H A Dtsolpolicy.c211 "tsol_check_policy(%s, %s, %d, pid=%d, %s, %d, %s) = %s\n",
213 tsolres->pid, xsltos(tsolres->sl), tsolres->uid,
349 tsolres->pid = tsolinfo->pid;
H A Dtsolutils.c855 if (tsolinfo_client && tsolinfo_xid && tsolinfo_client->pid > 0)
857 if (tsolinfo_client->pid == tsolinfo_xid->pid)
H A Dtsolprotocol.c401 tsolres->pid = tsolinfo->pid;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h68 uint32_t pid; /* Process ID */ member in struct:drm_client_32
H A DdrmP.h527 pid_t pid; /* pid of requester, no guarantee it's valid by the time member in struct:drm_pending_event
750 int pid; member in struct:drm_vbl_sig
1037 pid_t pid; member in struct:drm_file
H A Ddrm.h239 unsigned long pid; /**< Process ID */ member in struct:drm_client
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h80 pid_t pid; /* process id */ member in struct:_XTsolClientAttributes
H A DXtsolproto.h193 CARD32 pid B32;
H A DXtsol.c437 clientattr->pid = (pid_t) rep.pid;
/solaris-x11-s11/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 76 milliseconds

12