Searched refs:init (Results 1 - 25 of 28) sorted by relevance

12

/solaris-x11-s11/open-src/kernel/mdb/
H A DMakefile32 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_cp.c1358 static int radeon_do_init_cp(drm_device_t *dev, drm_radeon_init_t *init) argument
1370 if (init->is_pci && (dev_priv->flags & RADEON_IS_AGP)) {
1375 !init->is_pci) {
1386 dev_priv->usec_timeout = init->usec_timeout;
1393 switch (init->func) {
1405 dev_priv->cp_mode = init->cp_mode;
1412 if ((init->cp_mode != RADEON_CSQ_PRIBM_INDDIS) &&
1413 (init->cp_mode != RADEON_CSQ_PRIBM_INDBM)) {
1414 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode);
1419 switch (init
1802 drm_radeon_init_t init; local
[all...]
/solaris-x11-s11/open-src/lib/pixman/
H A DMakefile42 include ../../common/Makefile.init
/solaris-x11-s11/open-src/font/google-droid/
H A Dgetdroid.sh10 git init
/solaris-x11-s11/open-src/common/
H A DX-parfait.conf121 init<x-resource>(result);
126 init<x-resource>(result);
131 init<x-resource>(result);
136 init<x-resource>(result);
141 init<x-resource>(result);
146 init<x-resource>(result);
160 init<x-resource>(result);
165 init<x-resource>(result);
170 init<x-resource>(result);
175 init<
[all...]
H A DMakefile.inc223 cd $(GIT_CLONE_DIR) && git init
257 SOURCE_INIT_TARGET_FILE=.source.init.done
278 # (done after init source to avoid races in directory/file creation)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo.h59 bool (*init)(struct intel_dvo_device *dvo, member in struct:intel_dvo_dev_ops
H A Ddvo_sil164.c172 DRM_DEBUG_KMS("init sil164 dvo controller successfully!\n");
281 .init = sil164_init,
H A Di915_dma.c182 static int i915_initialize(struct drm_device * dev, drm_i915_init_t * init) argument
191 ((u8 *)master_priv->sarea->handle + init->sarea_priv_offset);
196 if (init->ring_size != 0) {
205 init->ring_start,
206 init->ring_size);
213 dev_priv->dri1.cpp = init->cpp;
214 dev_priv->dri1.back_offset = init->back_offset;
215 dev_priv->dri1.front_offset = init->front_offset;
258 drm_i915_init_t *init = data; local
264 switch (init
[all...]
H A Ddvo_ch7xxx.c368 .init = ch7xxx_init,
H A Ddvo_ivch.c434 .init = ivch_init,
H A Ddvo_tfp410.c322 .init = tfp410_init,
H A Dintel_ringbuffer.h124 int (*init)(struct intel_ring_buffer *ring); member in struct:intel_ring_buffer
H A Dintel_ringbuffer.c1343 ret = ring->init(ring);
1836 ring->init = init_render_ring;
1903 ring->init = init_render_ring;
1987 ring->init = init_ring_common;
2019 ring->init = init_ring_common;
2052 ring->init = init_ring_common;
H A Ddvo_ch7017.c414 .init = ch7017_init,
H A Dintel_dvo.c504 if (!dvo->dev_ops->init(&intel_dvo->dev, i2c))
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A DMakefile35 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/lib/liblbxutil/
H A DMakefile62 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dxlock.h89 extern void (*init) (Window);
H A Dxlock.c174 void (*init) () = NULL; variable
356 init(icon[screen]);
358 init(win[screen]);
1096 init(win[screen]);
/solaris-x11-s11/open-src/
H A DMakefile108 # to the variables defined in Makefile.init like $(GCC)
109 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/kernel/
H A DMakefile32 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c542 fprintf(stderr, "can't do pci system init\n");
613 /* called from init() or fini() */
753 /* add all sessions, only when called from init() */
929 add_session(Bool init, int entry) argument
936 if (init) {
937 /* called from init() */
998 * unless called from init(), always need a re-probe, as the numbering
1003 fprintf(stderr, "can't do pci system init\n");
1363 init(void) function
1387 "before running \"dsession -i/--init\"\
[all...]
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c1073 init() function
1100 if( lock_fd == -1 && init() )
1139 if( lock_fd == -1 && init() )
/solaris-x11-s11/pkg/
H A DMakefile42 include $(TOP)/open-src/common/Makefile.init

Completed in 2113 milliseconds

12