/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_vga.c | 108 fb_info.cursor.visible = B_FALSE; in boot_vga_init() 145 vga_cursor_display(boolean_t visible) in vga_cursor_display() argument 149 if (fb_info.cursor.visible == visible) in vga_cursor_display() 169 if (visible == B_FALSE) in vga_cursor_display()
|
H A D | boot_fb.c | 158 fb_info.cursor.visible = xbi_fb->cursor.visible; in xbi_fb_init() 675 boot_fb_cursor(boolean_t visible) in boot_fb_cursor() argument 684 if (fb_info.cursor.visible == visible) in boot_fb_cursor() 691 fb_info.cursor.visible = visible; in boot_fb_cursor()
|
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/ |
H A D | Makefile.test | 14 OBJS=visible.o hidden.o access.o 33 gcc -m64 -shared hidden.o visible.o access.o -o $@
|
H A D | README.md | 13 - `visible.s` 35 a little bit about the link-editor implementation. `hidden.s` and `visible.s`
|
H A D | Makefile | 19 DATAFILES = access.S hidden.s main.c visible.s Makefile.test README.md
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 494 Boolean visible = TRUE; in ar_extract_bysym() local 562 visible = sym_vis[vis]; in ar_extract_bysym() 566 (visible && vers && (sym->st_shndx != SHN_UNDEF) && in ar_extract_bysym() 644 (visible == FALSE)) { in ar_extract_bysym()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | snapdir_001_pos.ksh | 98 for value in hidden visible; do
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | framebuffer.h | 46 boolean_t visible; member
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | sync_instruction_memory.S | 64 ! last flush; SPARC V8 requires 2 more for flush to be visible
|
/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | compilation.cfg | 67 # visible in C17 will also be visible in POSIX-2024.
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_fb.h | 70 boolean_t visible; member
|
H A D | gfxp_vgatext.c | 245 vga->cursor.visible = fb_info.cursor.visible; in gfxp_vga_attach() 372 if (console->vga.cursor.visible) { in vgatext_kdsettext() 752 softc->console->vga.cursor.visible = B_FALSE; in vgatext_cons_cursor() 766 softc->console->vga.cursor.visible = B_TRUE; in vgatext_cons_cursor()
|
H A D | gfxp_bitmap.c | 622 console->fb.cursor.visible = B_FALSE; in bitmap_cons_cursor() 636 console->fb.cursor.visible = B_TRUE; in bitmap_cons_cursor()
|
/illumos-gate/usr/src/lib/libeti/menu/ |
H A D | Makefile.com | 61 visible.o
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_physical.c | 311 boolean_t visible; in smrt_read_phys_ext() local 313 visible = smrt_physical_visible( in smrt_read_phys_ext() 316 if (visible != smpt->smpt_visible) { in smrt_read_phys_ext()
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | sys_mman_h.cfg | 19 # Applications have assumed that these are visible even in a strict ISO 68 # This first group of functions basically should always be visible.
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zprop_common.c | 74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) in zprop_register_impl() argument 95 pd->pd_visible = visible; in zprop_register_impl()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 83 snapdir hidden snapdir visible
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 47 visible"
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | dataset.py | 64 self.visible = t[10]
|
H A D | allow.py | 269 if prop.visible and prop.delegatable():
|
/illumos-gate/usr/src/lib/ |
H A D | README.mapfiles | 31 visible library interfaces. It describes various kinds of actions that 70 Here, we are only concerned with specifying externally-visible interfaces 88 for only two purposes: to specify externally-visible interface names while 142 version is publicly visible, it may never be removed or have symbols added 183 ensure that no symbols other than those listed in the mapfile are visible to 434 lines discussed earlier. This ensures that such interfaces will not be visible
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | properties.shlib | 31 typeset -a snapdir_prop_vals=('hidden' 'visible')
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | vidconsole.c | 485 vidc_text_set_cursor(screen_pos_t row, screen_pos_t col, bool visible) in vidc_text_set_cursor() argument 494 if (visible) { in vidc_text_set_cursor()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | piclfrutree.info | 106 * add power-supply nodes if their fru-proms are visible
|