Home
last modified time | relevance | path

Searched refs:toffset (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c471 uint32_t fg, bg, toffset; in boot_fb_init() local
477 toffset = 0; in boot_fb_init()
479 uint8_t *dest = fb_info.fb + toffset; in boot_fb_init()
482 toffset += fb_info.pitch; in boot_fb_init()
551 uint32_t toffset, size; in boot_fb_eraseline_impl() local
561 toffset = x * fb_info.bpp + y * fb_info.pitch; in boot_fb_eraseline_impl()
562 dst = fb_info.fb + toffset; in boot_fb_eraseline_impl()
563 sdst = fb_info.shadow_fb + toffset; in boot_fb_eraseline_impl()
593 uint32_t soffset, toffset; in boot_fb_conscopy() local
602 dst = fb_info.fb + toffset; in boot_fb_conscopy()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c344 uint64_t toffset, offset = zvio->zvio_offset; in sbd_zvol_rele_write_bufs() local
362 toffset = offset; in sbd_zvol_rele_write_bufs()
371 toffset, abuf, tx); in sbd_zvol_rele_write_bufs()
372 toffset += size; in sbd_zvol_rele_write_bufs()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c316 uint32_t soffset, toffset; in bitmap_cons_copy() local
323 toffset = ma->t_col * console->fb.bpp + ma->t_row * console->fb.pitch; in bitmap_cons_copy()
325 dst = console->fb.fb + toffset; in bitmap_cons_copy()
326 sdst = console->fb.shadow_fb + toffset; in bitmap_cons_copy()
331 if (toffset <= soffset) { in bitmap_cons_copy()
/illumos-gate/usr/src/boot/common/
H A Dtem.c2200 size_t soffset, toffset; in tem_copy_area() local
2234 toffset = t_col + t_row * tems.ts_c_dimension.width; in tem_copy_area()
2236 dst = tem->tvs_screen_buf + toffset; in tem_copy_area()
2242 if (toffset <= soffset) { in tem_copy_area()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1680 size_t soffset, toffset; in tem_safe_copy_area() local
1709 toffset = t_col + t_row * tems.ts_c_dimension.width; in tem_safe_copy_area()
1711 dst = tem->tvs_screen_buf + toffset; in tem_safe_copy_area()
1717 if (toffset <= soffset) { in tem_safe_copy_area()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com155 K5_OS_UTS=init_os_ctx.o timeofday.o toffset.o c_ustime.o
/illumos-gate/exception_lists/
H A Dcopyright435 usr/src/uts/common/gssapi/mechs/krb5/krb5/os/toffset.c
H A Dcstyle796 usr/src/uts/common/gssapi/mechs/krb5/krb5/os/toffset.c
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1742 K5_OS= timeofday.o toffset.o \