Searched refs:flag (Results 1 - 16 of 16) sorted by relevance

/solaris-x11-s12/open-src/lib/libX11/sun-src/modules/lc/gb18030/
H A DlcGB18030.c279 int flag = 0; local
287 if (flag == 0)
288 flag = 1;
289 if (flag == 3 || flag == 2 )
308 if (flag == 0)
309 flag = 2;
310 if (flag == 3 || flag == 1)
329 if (flag
378 int flag = 0; local
841 int flag = 0, j = 0, i = 0; local
956 int flag,j,i,k; local
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_kstat.c44 drm_kstat_update(kstat_t *ksp, int flag) argument
50 if (flag != KSTAT_READ)
H A Ddrm_gem.c136 size_t size, int flag)
152 cb = (flag == 0) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP;
210 size_t size, int flag)
222 obj->pfnarray, pgcnt, flag);
135 drm_gem_object_alloc_internal_normal(struct drm_device *dev, struct drm_gem_object *obj, size_t size, int flag) argument
209 drm_gem_object_alloc_internal_mempool(struct drm_gem_object *obj, size_t size, int flag) argument
H A Ddrm_sunmod.c446 drm_sun_open(dev_t *dev_id, int flag, int otyp, cred_t *credp) argument
514 ret = drm_open(minor, clone_id, flag, credp);
526 drm_sun_close(dev_t dev_id, int flag, int otyp, cred_t *credp) argument
528 _NOTE(ARGUNUSED(flag, otyp, credp))
H A Ddrm_sun_idr.c325 idr_pre_get(struct idr *idrp, int flag) { argument
354 idr_list_pre_get(struct idr_list *head, int flag) { argument
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_sun_idr.h63 extern int idr_pre_get(struct idr *idrp, int flag);
81 extern int idr_list_pre_get(struct idr_list *head, int flag);
H A Ddrm_linux.h63 * The following is to keep lint happy when it encouters the use of 'flag'.
66 * directives in the source, we actually consue the flag for lint here.
68 #define spin_lock_irqsave(l, flag) flag = 0; mutex_enter(l)
69 #define spin_unlock_irqrestore(u, flag) flag &= flag; mutex_exit(u)
71 #define spin_lock_irqsave(l, flag) mutex_enter(l)
72 #define spin_unlock_irqrestore(u, flag) mutex_exit(u)
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A Dgraphicstest.h38 extern void graphicstest_finish(int const flag);
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Ddga_db.c290 dga_db_display_complete(wg_clientpi, flag)
292 int flag;
298 if (flag == 0)
380 dga_db_display_done(wg_clientpi,flag, display_done_func)
382 int flag;
410 if ((!flag) || (ret_val != 0))
H A Ddraw_db.c236 dga_draw_db_display_done (Dga_drawable dgadraw, int flag, argument
246 return (dga_db_display_done((Dga_window)dgawin, flag, display_done_func));
H A Ddga.h452 extern int dga_draw_db_display_done (Dga_drawable dgadraw, int flag,
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.h380 int const flag);
H A DlibvtsSUNWast.c710 register int const flag)
709 graphicstest_finish( register int const flag) argument
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.h374 int const flag);
H A DlibvtsSUNWmga.c702 register int const flag)
701 graphicstest_finish( register int const flag) argument
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_display.c669 int dotclk, flag; local
671 flag = 0;
700 flag = 1;
704 flag = 1;
706 if (flag) {
712 flag = 0;

Completed in 667 milliseconds