Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 27) sorted by relevance

12

/gfx-drm/usr/src/cmd/mdb/
H A DMakefile.module37 MODOBJS = $(MODSRCS:%.c=dmod/%.o) $(MODASMSRCS:%.s=dmod/%.o)
38 KMODOBJS = $(KMODSRCS:%.c=kmod/%.o) $(KMODASMSRCS:%.s=kmod/%.o)
201 dmod/%.o kmod%.o: %.s
202 $(COMPILE.s) -o $@ $<
209 dmod/%.o kmod%.o: ../%.s
210 $(COMPILE.s) -o $@ $<
219 dmod/%.ln kmod/%.ln: %.s
220 $(LINT.s) -dirout=$(@D) -c $<
225 dmod/%.ln kmod/%.ln: ../%.s
226 $(LINT.s) -dirout=$(@D) -c $<
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_dp_helper.c41 int s = (lane & 1) * 4; in dp_get_lane_status() local
43 return (l >> s) & 0xf; in dp_get_lane_status()
83 int s = ((lane & 1) ? in drm_dp_get_adjust_request_voltage() local
88 return ((l >> s) & 0x3) << DP_TRAIN_VOLTAGE_SWING_SHIFT; in drm_dp_get_adjust_request_voltage()
95 int s = ((lane & 1) ? in drm_dp_get_adjust_request_pre_emphasis() local
100 return ((l >> s) & 0x3) << DP_TRAIN_PRE_EMPHASIS_SHIFT; in drm_dp_get_adjust_request_pre_emphasis()
/gfx-drm/usr/src/tools/cw/
H A Dcw.c878 char *s; in do_gcc() local
893 free(s); in do_gcc()
1119 char *s = NULL; in do_gcc() local
1144 free(s); in do_gcc()
1193 s[0] = '-'; in do_gcc()
1194 s[1] = 'B'; in do_gcc()
1196 free(s); in do_gcc()
1201 s[0] = '-'; in do_gcc()
1202 s[1] = 'I'; in do_gcc()
1205 free(s); in do_gcc()
[all …]
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_state.c2069 s->surface_index = i; in alloc_surface()
2070 s->lower = new_lower; in alloc_surface()
2071 s->upper = new_upper; in alloc_surface()
2073 s->filp = filp; in alloc_surface()
2085 s->surface_index = i; in alloc_surface()
2086 s->lower = new_lower; in alloc_surface()
2089 s->filp = filp; in alloc_surface()
2105 s->filp = filp; in alloc_surface()
2128 if (s->filp) { in free_surface()
2129 if ((lower == s->lower) && (filp == s->filp)) { in free_surface()
[all …]
/gfx-drm/usr/src/
H A DMakefile.master.6434 COMPILE.s= $(COMPILE64.s)
52 # Override Makefile.master's settings of GCCLIBDIR
57 # Override Makefile.master's settings of CC, CCC, AS and LINT
H A DMakefile.noget217 .s~.o:
220 .s~.a:
H A DMakefile.master1063 -e "s/.*gettext *\(\"[^\"]*\"\).*/\1/p" \
/gfx-drm/usr/src/uts/
H A DMakefile.targ101 $(COMPILE.s) -o $@ $(MODSTUBS)
104 @($(LHEAD) $(LINT.s) $(MODSTUBS) $(LTAIL))
345 "global variable(s) introduced and/or removed."; \
/gfx-drm/usr/src/pkg/
H A DMakefile99 PKGROOT.cmd= print $(ROOT) | sed -e s:/root_$(MACH):/root_$(PKGMACH):
101 PKGDEST.cmd= print $(PKGARCHIVE) | sed -e s:/$(MACH)/:/$(PKGMACH)/:
610 r=$${sdotr%.+(?)}; s=$${sdotr#+(?).}; \
611 print "Generating $$r $$s package list"; \
633 }' `find $(PDIR) -type l -a \( $(PKGS:%=-name %.metadata.$$s.$$r -o) \
/gfx-drm/usr/src/lib/libdrm/common/
H A Dsun_devinfo.c301 char *s; in _sun_drm_get_pci_dev_info() local
311 if ((s = strrchr(pathbuf, ':')) != NULL) in _sun_drm_get_pci_dev_info()
312 *s = '\0'; in _sun_drm_get_pci_dev_info()
/gfx-drm/usr/src/uts/intel/io/agpgart/
H A Dagp_kstat.c46 agp_set_char_kstat(kstat_named_t *knp, const char *s) in agp_set_char_kstat() argument
48 (void) strlcpy(knp->value.c, s, sizeof (knp->value.c)); in agp_set_char_kstat()
/gfx-drm/usr/src/common/libdrm/patches/
H A Dincl-drm-i915-drm-h.patch9 # copyright notice(s) and this permission notice appear in all copies of
10 # the Software and that both the above copyright notice(s) and this
61 +/* I915_ALLOC is IOW not IOWR because it's a noop */
95 /* Userspace can request & wait on irq's:
H A Dxf86drm-h.patch9 # copyright notice(s) and this permission notice appear in all copies of
10 # the Software and that both the above copyright notice(s) and this
H A Dincl-drm-drm-h.patch9 # copyright notice(s) and this permission notice appear in all copies of
10 # the Software and that both the above copyright notice(s) and this
H A Dxf86drm-c.patch63 drmMsg("drmOpenDevice: open result is %d, (%s)\n",
/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_linux.h87 #define msleep_interruptible(s) DRM_UDELAY(s) argument
/gfx-drm/
H A DREADME57 the user-level library code can. It's also a little
81 compilation errors, it's handy to run an editor in a
/gfx-drm/usr/src/pkg/transforms/
H A Dglobal_zone_only_component60 # it should have *no* variant.opensolaris.zone attribute. So it's a bit
63 # Here's what we do: we use "default" to set all payload bearing actions
H A Ddefaults85 # For what's left, go with root:bin 0644, +x for directories
/gfx-drm/usr/src/uts/intel/
H A DMakefile.intel101 MODSTUBS = $(UTSBASE)/intel/ia32/ml/modstubs.s
/gfx-drm/tools/
H A Dbldenv125 typeset s=(
/gfx-drm/usr/src/uts/sparc/
H A DMakefile.sparc155 MODSTUBS = $(UTSBASE)/sparc/ml/modstubs.s
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c1487 void __iomem *s; in i915_error_object_create_sized() local
1494 s = io_mapping_map_atomic_wc(dev_priv->gtt.mappable, in i915_error_object_create_sized()
1496 memcpy_fromio(d, s, PAGE_SIZE); in i915_error_object_create_sized()
1497 io_mapping_unmap_atomic(s); in i915_error_object_create_sized()
1508 void *s; in i915_error_object_create_sized() local
1514 s = kmap_atomic(page); in i915_error_object_create_sized()
1515 memcpy(d, s, PAGE_SIZE); in i915_error_object_create_sized()
1516 kunmap_atomic(s); in i915_error_object_create_sized()
H A Di915_drv.h77 #define sprite_name(p, s) ((p) * dev_priv->num_plane + (s) + 'A') argument
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c300 char s[3], *t = s; in describe_obj() local
306 mdb_printf(" (%s mappable)", s); in describe_obj()

12