/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_context.c | 460 struct drm_ctx_list *pos, *n; local 462 list_for_each_entry_safe(pos, n, struct drm_ctx_list, &dev->ctxlist, head) { 463 if (pos->handle == ctx->handle) { 464 list_del(&pos->head); 465 kfree(pos, sizeof (*pos));
|
H A D | drm_fops.c | 358 struct drm_ctx_list *pos, *n; local 360 list_for_each_entry_safe(pos, n, struct drm_ctx_list, &dev->ctxlist, head) { 361 if (pos->tag == file_priv && 362 pos->handle != DRM_KERNEL_CONTEXT) { 365 pos->handle); 367 drm_ctxbitmap_free(dev, pos->handle); 369 list_del(&pos->head); 370 kfree(pos, sizeof (*pos));
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | pswsemantics.c | 499 char *pos = "printobject"; local 500 char *ss = psw_malloc(strlen(pos) + 1); 501 strcpy(ss, pos); 509 char *pos = "execuserobject"; local 510 char *ss = psw_malloc(strlen(pos) + 1); 511 strcpy(ss, pos);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSink.c | 372 * pos - a reference Position. 381 Resolve (w, pos, fromx, width, resPos) 383 XawTextPosition pos; 387 *resPos = pos; 653 * pos - a reference Position. 663 XawTextSinkResolve(Widget w, XawTextPosition pos, int fromx, int width, argument 666 XawTextSinkResolve(w, pos, fromx, width, resPos) 668 XawTextPosition pos; 675 (*class->text_sink_class.Resolve)(w, pos, fromx, width, resPos);
|
H A D | TextSrc.c | 165 * pos - position of the text to retreive. 173 Read(w, pos, text, length) 175 XawTextPosition pos; 349 * pos - position of the text to retreive. 357 XawTextSourceRead(Widget w, XawTextPosition pos, XawTextBlock *text, argument 360 XawTextSourceRead(w, pos, text, length) 362 XawTextPosition pos; 374 return((*class->textSrc_class.Read)(w, pos, text, length));
|
H A D | MultiSink.c | 497 Resolve (w, pos, fromx, width, leftPos, rightPos) 499 XawTextPosition pos; 506 FindPosition(w, pos, fromx, width, FALSE, leftPos, &resWidth, &resHeight); 759 XawTextPosition pos, 763 _XawMultiSinkPosToXY( w, pos, x, y ) 765 XawTextPosition pos; 772 _XawTextPosToXY( w, pos, x, y ); 757 _XawMultiSinkPosToXY( Widget w, XawTextPosition pos, Position *x, Position *y ) argument
|
H A D | Tree.c | 265 int pos, i; local 277 for (pos = 0; pos < pc->tree.n_children; pos++) 278 if (pc->tree.children[pos] == node) break; 280 if (pos == pc->tree.n_children) return; 291 for (i = pos; i < pc->tree.n_children; i++)
|
H A D | TextPop.c | 274 XawTextPosition pos; local 280 pos = XawTextGetInsertionPoint(tw); 306 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 311 pos += text.length; 314 XawTextSetInsertionPoint(tw, pos); 812 XawTextPosition pos; local 828 pos = XawTextSearch( tw, dir, &text); 834 if (pos == XawTextSearchError) { 853 XawTextSetInsertionPoint( tw, pos 953 XawTextPosition pos, new_pos, end_pos; local [all...] |
H A D | Text.c | 882 LineAndXYForPosition (ctx, pos, line, x, y) 884 XawTextPosition pos; 895 if (visible = IsPositionVisible(ctx, pos)) { 896 *line = LineForPosition(ctx, pos); 901 *x, pos, &realW, &endPos, &realH); 1855 XawTextPosition pos; local 1858 pos = Min(right, ctx->text.s.left); 1859 _XawTextNeedsUpdating(ctx, left, pos); 1862 pos = Min(left, ctx->text.s.right); 1863 _XawTextNeedsUpdating(ctx, ctx->text.s.left, pos); 3138 _XawTextPosToXY( Widget w, XawTextPosition pos, Position* x, Position* y ) argument [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 198 int c, i, pos = 0, eolFound = 0; local 229 ret = fgets(*configBuf + pos, *configBufLen - pos - 1, configFile); 231 (*configBuf)[pos] = '\0'; 237 for (i = pos; i < (*configBufLen - 1); i++) { 270 pos = i;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextPop.c | 261 XawTextPosition start_pos, pos; local 267 start_pos = pos = XawTextGetInsertionPoint(tw); 273 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 279 (void) XawTextReplace(tw, start_pos, pos, &text); 283 pos += text.length; 286 XawTextSetInsertionPoint(tw, pos); 778 XawTextPosition pos; local 790 pos = XawTextSearch( tw, dir, &text); 792 if (pos 901 XawTextPosition pos, new_pos, end_pos; local [all...] |
H A D | Xaw3_1Text.c | 798 LineAndXYForPosition (ctx, pos, line, x, y) 800 XawTextPosition pos; 811 if (visible = IsPositionVisible(ctx, pos)) { 812 *line = LineForPosition(ctx, pos); 817 *x, pos, &realW, &endPos, &realH); 1551 XawTextPosition pos; local 1554 pos = Min(right, ctx->text.s.left); 1555 _XawTextNeedsUpdating(ctx, left, pos); 1558 pos = Min(left, ctx->text.s.right); 1559 _XawTextNeedsUpdating(ctx, ctx->text.s.left, pos); [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontCreato.c | 1027 static void ListSelectPos(Widget w, int pos, Boolean notify) argument 1031 XmListSelectPos(w, pos, notify); 1037 if (pos >= topPos && pos < topPos + visible) return; 1038 topPos = pos - (visible-1)/2;
|
H A D | FontSB.c | 2290 int pos, 2295 XmListSelectPos(w, pos, notify); 2300 if (pos >= topPos && pos < topPos + visible) return; 2301 topPos = pos - (visible-1)/2; 2288 ListSelectPos( Widget w, int pos, Boolean notify) argument
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/ |
H A D | PSres.c | 1101 long pos; local 1129 pos = ftell(f); 1131 t->fileOffset = pos; 1141 if (fseek(f, pos, SEEK_SET)) { 1158 long pos; local 1185 pos = ftell(f); 1187 t->fileOffset = pos; 1204 if (fseek(f, pos, SEEK_SET) == -1) { 1222 long pos; local 1248 pos 1581 long pos; local [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_drv.h | 265 u32 pos; member in struct:intel_crtc_config::__anon162
|
H A D | intel_display.c | 3157 I915_WRITE(PF_WIN_POS(pipe), crtc->config.pch_pfit.pos); 5861 pipe_config->pch_pfit.pos = I915_READ(PF_WIN_POS(crtc->pipe)); 6493 u32 base, pos; local 6496 pos = 0; 6512 pos |= CURSOR_POS_SIGN << CURSOR_X_SHIFT; 6515 pos |= x << CURSOR_X_SHIFT; 6521 pos |= CURSOR_POS_SIGN << CURSOR_Y_SHIFT; 6524 pos |= y << CURSOR_Y_SHIFT; 6531 I915_WRITE(CURPOS_IVB(pipe), pos); local 6534 I915_WRITE(CURPOS(pipe), pos); local 10121 u32 pos; member in struct:intel_display_error_state::intel_plane_error_state [all...] |
H A D | i915_drv.h | 916 uint64_t pos; member in struct:drm_i915_error_state_buf
|