Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c178 result->resolution.xres = v->resolution.xres; in papiAttributeValueDup()
179 result->resolution.yres = v->resolution.yres; in papiAttributeValueDup()
180 result->resolution.units = v->resolution.units; in papiAttributeValueDup()
341 v.resolution.xres = xres; in papiAttributeListAddResolution()
342 v.resolution.yres = yres; in papiAttributeListAddResolution()
343 v.resolution.units = units; in papiAttributeListAddResolution()
558 *x = value->resolution.xres; in papiAttributeListGetResolution()
559 *y = value->resolution.yres; in papiAttributeListGetResolution()
560 *units = value->resolution.units; in papiAttributeListGetResolution()
940 values[i]->resolution.xres, in papiAttributeToString()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c269 hrtime_t resolution = NANOSEC / sys_tick_freq; in cbe_init() local
294 if (resolution == 0) in cbe_init()
295 resolution = 1; in cbe_init()
298 cyclic_init(&cbe, resolution); in cbe_init()
/illumos-gate/usr/src/cmd/eqn/
H A De.h37 #define EM(m, ps) (int)((((float)(m)*(ps) * resolution) / POINT))
48 extern int resolution; /* resolution of ditroff */
H A Dsqrt.c23 nps = EFFPS(((eht[p2]*9)/10+(resolution/POINT-1))/(resolution/POINT)); in sqrt()
H A Dglob.c25 int resolution = 720; /* resolution of ditroff */ variable
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h128 struct resolution { struct
131 TAILQ_ENTRY(resolution) next; argument
134 typedef TAILQ_HEAD(edid_resolution, resolution) edid_res_list_t;
H A Dhelp.common96 modes or set mode by using either display resolution or framebuffer
97 mode number. If the system does not provide display resolution via
98 EDID, the default resolution will be set to 800x600. If depth is not
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m107 dir path=opt/elf-tests/tests/resolution
108 dir path=opt/elf-tests/tests/resolution/mixed-hidden-comdat
109 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/Makefile.test \
111 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/README.md mode=0444
112 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/access.S mode=0444
113 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/hidden.s mode=0444
114 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/main.c mode=0444
116 path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/mixed-hidden-comdat \
118 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/visible.s mode=0444
/illumos-gate/usr/src/cmd/bhyve/
H A Dps2mouse.c101 uint8_t resolution; member
235 sc->resolution = 4; in ps2mouse_reset()
289 sc->resolution = val; in ps2mouse_write()
349 fifo_put(sc, sc->resolution); in ps2mouse_write()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dconflict.test14 # This file implements tests for the conflict resolution extension
35 # conf The conflict resolution algorithm on the BEGIN statement
93 # conf The conflict resolution algorithm on the BEGIN statement
151 # conf The conflict resolution algorithm on the BEGIN statement
205 # conf1 The conflict resolution algorithm on the UNIQUE constraint
206 # conf2 The conflict resolution algorithm on the BEGIN statement
264 # conf1 The conflict resolution algorithm on the NOT NULL constraint
265 # conf2 The conflict resolution algorithm on the BEGIN statement
332 # conf1 The conflict resolution algorithm on the UNIQUE constraint
333 # conf2 The conflict resolution algorithm on the BEGIN statement
H A Dmemdb.test161 # conf The conflict resolution algorithm on the BEGIN statement
222 # conf1 The conflict resolution algorithm on the UNIQUE constraint
223 # conf2 The conflict resolution algorithm on the BEGIN statement
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md3 resolution.
40 came from symbol resolution and not any other means.
H A DMakefile22 TESTDIR = $(ROOTOPTPKG)/tests/resolution/mixed-hidden-comdat
/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c267 uint_t reading, resolution; in coretemp_read() local
295 resolution = IA32_THERM_STATUS_RESOLUTION(sensor->cs_status); in coretemp_read()
299 resolution = 0; in coretemp_read()
314 sensor->cs_resolution = resolution; in coretemp_read()
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c241 int32_t x = (int)(value->resolution).xres, in ipp_write_attribute()
242 y = (int)(value->resolution).yres; in ipp_write_attribute()
243 int8_t units = (int8_t)(value->resolution).units; in ipp_write_attribute()
/illumos-gate/usr/src/test/elf-tests/tests/
H A DMakefile24 resolution \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1399 int resolution; in mach_clkinit() local
1425 resolution = (*pops->psm_clkinit)(0); in mach_clkinit()
1426 if (resolution != 0) { in mach_clkinit()
1428 return (resolution); in mach_clkinit()
1436 resolution = (*pops->psm_clkinit)(hz); in mach_clkinit()
1442 return (resolution); in mach_clkinit()
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c982 hrtime_t expiration, hrtime_t resolution, int flags) in timeout_generic() argument
991 ASSERT(resolution > 0); in timeout_generic()
1054 if (resolution > 1) { in timeout_generic()
1059 expiration += resolution - 1; in timeout_generic()
1060 expiration = (expiration / resolution) * resolution; in timeout_generic()
1100 if (resolution == 1) in timeout_generic()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME24 set (and a few others). The width tables assume a resolution of 720 dpi (which
25 isn't expected to match your printer's resolution) and by default are installed
67 (ie. numbers in column 2) are point size 10 widths assuming a resolution of
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h79 hrtime_t resolution);
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h425 extern void cyclic_init(cyc_backend_t *be, hrtime_t resolution);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps79 cpi_changes_res, "cpix" "YF" Changing char. pitch changes resolution
80 lpi_changes_res, "lpix" "YG" Changing line pitch changes resolution
115 output_res_char, "orc" "Yi" Horizontal resolution in units per character
116 output_res_line, "orl" "Yj" Vertical resolution in units per line
117 output_res_horz_inch, "orhi" "Yk" Horizontal resolution in units per inch
118 output_res_vert_inch, "orvi" "Yl" Vertical resolution in units per inch
446 change_res_horz, "chr" "ZC" Change horizontal resolution
447 change_res_vert, "cvr" "ZD" Change vertical resolution
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run51 [/opt/elf-tests/tests/resolution/mixed-hidden-comdat]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S550 / taken to prevent the PIT counter from wrapping beyond its resolution and for
557 / the PIT counter may count so few ticks that the resolution of the PIT
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtv9 * high resolution Tv_t interface definitions

1234