Searched refs:id (Results 1 - 25 of 54) sorted by relevance

123

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c56 struct idr_free_id *id; local
59 id = range->free_ids;
61 kmem_free(id, sizeof(struct idr_free_id));
85 struct idr_free_id *id, **pid; local
106 /* link free id to the new range */
109 if ((*pid)->id < start) {
113 id = *pid;
116 (*pid) = id->next;
119 id->next = n->free_ids;
120 n->free_ids = id;
145 int id; local
179 int id; local
214 idr_find_used_id(struct idr *idrp, uint32_t id) argument
230 idr_find(struct idr *idrp, uint32_t id) argument
246 idr_remove(struct idr *idrp, uint32_t id) argument
287 idr_replace(struct idr *idrp, void *obj, uint32_t id) argument
305 idr_for_each(struct idr *idrp, int (*fn)(int id, void *p, void *data), void *data) argument
377 int key, id; local
[all...]
H A Ddrm_crtc_helper.c127 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", connector->base.id,
151 connector->base.id, drm_get_connector_name(connector));
197 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] probed modes :\n", connector->base.id,
437 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id);
466 encoder->base.id, drm_get_encoder_name(encoder),
467 mode->base.id, mode->name);
579 set->crtc->base.id, set->fb->base.id,
582 DRM_DEBUG_KMS("[CRTC:%d] [NOFB]\n", set->crtc->base.id);
730 connector->base.id, drm_get_connector_nam
[all...]
H A Ddrm_crtc.c210 encoder->base.id);
287 obj->id = new_id;
300 * @id: ID to free
303 * Free @id from @dev's unique identifier pool.
309 (void) idr_remove(&dev->mode_config.crtc_idr, object->id);
316 * @id: id of the mode object
323 uint32_t id, uint32_t type)
332 obj = idr_find(&dev->mode_config.crtc_idr, id);
333 if (!obj || (obj->type != type) || (obj->id !
322 drm_mode_object_find(struct drm_device *dev, uint32_t id, uint32_t type) argument
390 __drm_framebuffer_lookup(struct drm_device *dev, uint32_t id) argument
416 drm_framebuffer_lookup(struct drm_device *dev, uint32_t id) argument
2515 uint32_t *id = data; local
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_idr.h35 uint32_t id; member in struct:idr_used_id
41 uint32_t id; member in struct:idr_free_id
60 extern void* idr_find(struct idr *idrp, uint32_t id);
61 extern int idr_remove(struct idr *idrp, uint32_t id);
62 extern void* idr_replace(struct idr *idrp, void *obj, uint32_t id);
64 extern int idr_for_each(struct idr *idrp, int (*fn)(int id, void *obj, void *data), void *data);
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_drawable.c64 drm_get_drawable_info(drm_device_t *dev, drm_drawable_t id) { argument
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsolproto.h82 CARD32 uid B32; /* user id */
92 CARD32 id B32; /* resource ID */
104 CARD32 id B32; /* resource ID */
113 CARD32 id B32; /* resource ID */
124 CARD32 id B32; /* resource ID */
134 CARD32 id B32; /* Client ID */
141 CARD32 id B32; /* client ID */
150 CARD32 id B32; /* resource ID */
160 CARD32 id B32; /* resource ID */
169 CARD32 id B3
[all...]
H A DXtsol.c138 req->id = win;
167 req->id = win;
191 req->id = object;
220 req->id = object;
244 req->id = screen_num;
266 req->id = 0;
293 req->id = 0;
321 req->id = 0;
346 req->id = win;
371 req->id
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_context.c107 i915_gem_context_get(struct drm_i915_file_private *file_priv, u32 id);
150 int ret, id; local
190 DEFAULT_CONTEXT_ID + 1, &id);
193 ctx->id = id;
314 static int context_idr_cleanup(int id, void *p, void *data) argument
318 BUG_ON(id == DEFAULT_CONTEXT_ID);
327 u32 id)
336 if (ring->id != RCS)
342 if (id
325 i915_gem_context_get_hang_stats(struct intel_ring_buffer *ring, struct drm_file *file, u32 id) argument
363 i915_gem_context_get(struct drm_i915_file_private *file_priv, u32 id) argument
[all...]
H A Ddvo_tfp410.c181 int id; local
191 if ((id = tfp410_getid(dvo, TFP410_VID_LO)) != TFP410_VID) {
194 id, adapter->name, dvo->slave_addr);
198 if ((id = tfp410_getid(dvo, TFP410_DID_LO)) != TFP410_DID) {
201 id, adapter->name, dvo->slave_addr);
H A Dintel_ringbuffer.h90 } id; member in struct:intel_ring_buffer
206 return 1 << ring->id;
H A Di915_irq.c527 connector->base.id,
1590 err->ring = obj->ring ? obj->ring->id : -1;
1672 if (WARN_ON(ring->id != RCS))
1708 error->rc_psmi[ring->id] = I915_READ(ring->mmio_base + 0x50);
1709 error->fault_reg[ring->id] = I915_READ(RING_FAULT_REG(ring));
1710 error->semaphore_mboxes[ring->id][0]
1712 error->semaphore_mboxes[ring->id][1]
1714 error->semaphore_seqno[ring->id][0] = ring->sync_seqno[0];
1715 error->semaphore_seqno[ring->id][1] = ring->sync_seqno[1];
1719 error->faddr[ring->id]
[all...]
H A Dintel_ringbuffer.c708 WARN_ON(signaller->semaphore_register[waiter->id] ==
719 signaller->semaphore_register[waiter->id]);
950 switch (ring->id) {
1039 if (HAS_L3_GPU_CACHE(dev) && ring->id == RCS)
1063 if (HAS_L3_GPU_CACHE(dev) && ring->id == RCS)
1303 BUG_ON(ring->id != RCS);
1646 /* Clear the context id. Here be magic! */
1777 ring->id = RCS;
1870 ring->id = RCS;
1945 ring->id
[all...]
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Ddgast.h95 CARD32 id B32; /* a Window, Drawable, Font, GContext, Pixmap, etc. */
109 CARD32 id B32; /* a Window, Drawable, Font, GContext, Pixmap, etc. */
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c261 "client id %d (pid %d)",
576 swapl(&stuff->id);
589 swapl(&stuff->id);
600 swapl(&stuff->id);
613 swapl(&stuff->id);
624 swapl(&stuff->id);
633 swapl(&stuff->id);
643 swapl(&stuff->id);
654 swapl(&stuff->id);
665 swapl(&stuff->id);
[all...]
H A Dtsolpolicy.c305 XID id = rec->id; local
463 auditwrite(obj_code, id, tsolres->uid,
489 TsolResourceTypeString(rtype), id,
504 XID id = rec->id; local
552 if (!client_private(client, id) &&
561 if (!client_private(client, id) &&
570 auditwrite(object_code, (ulong_t)id, tsolinfo->uid,
590 TsolResourceTypeString(rtype), id,
[all...]
H A Dtsolprotocol.c223 /* Atom id 0 is invalid */
355 if ((str = NameForAtom(stuff->id)))
360 tndp = &(tsol_node[stuff->id]);
387 client->errorValue = stuff->id;
460 tpwin->drawable.id, XRT_WINDOW,
471 rc = dixLookupWindow(&pWin, panres->info[j].id, client,
490 rc = dixLookupWindow(&pWin, tpwin->drawable.id, client,
667 if (stuff->id == rep.root)
739 rc = dixLookupWindow(&pWin, stuff->id, client, DixListAccess);
756 reply.root = pWin->drawable.pScreen->root->drawable.id;
[all...]
H A Dtsolinfo.h151 (pDraw && (pDraw->id == pDraw->pScreen->root->drawable.id))
181 uid_t uid; /* real user id */
182 uid_t euid; /* effective user id */
183 gid_t gid; /* real group id */
184 gid_t egid; /* effective group id */
185 pid_t pid; /* process id */
186 zoneid_t zid; /* zone id */
194 au_id_t auid; /* audit id */
196 au_asid_t asid; /* audit session id */
[all...]
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.h99 CARD32 id B32; /* a Window, Drawable, Font, GContext, Pixmap, etc. */
108 CARD32 id B32; /* a Window, Drawable, Font, GContext, Pixmap, etc. */
H A Drtn_grab.c361 if (!DgaSharedRetained(pWin, 1, pWin->drawable.id)) {
368 (void) DgaSharedRetained(pWin, 0, pWin->drawable.id);
381 * id. These are used to determine the name of the shared retained
545 status &= DgaSharedRetained(pWin, 0, pWin->drawable.id);
549 * id. These are used to determine the name of the shared retained
675 * id. These are used to determine the name of the shared retained
725 * Combine the port number and the window id with the path
/solaris-x11-s11/
H A DMakefile91 print -n 'hg id: ' ; hg id -it ) > $(ZIP_COMMENT_FILE)
H A Dbuildit91 # Find hg id and export it so set-elf-comments.pl doesn't have to re-run
94 hg id -it | read rev tag
103 print "Building gate at hg id: ${XBUILD_HG_ID}"
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c70 Window id; member in struct:__anon255
201 agentList[j].id = agents[current++];
291 if (GetProperty(dpy, agentList[i].id,
317 if (GetProperty(dpy, agentList[i].id,
327 if (GetProperty(dpy, agentList[i].id,
H A Dcslibint.h154 req->id = (rid);\
165 req->id = (rid);\
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_device_grabs.c169 mdb_printf("Device \"%s\" id %d: %s\n", devName, dev->id, type);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DRepeater.c165 static void tic (client_data, id)
167 XtIntervalId *id;

Completed in 69 milliseconds

123