/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | VJScrollbar.java | 119 public VJScrollbar(int orientation, int value, int visible, in VJScrollbar() argument 122 setValues(value, visible, minimum, maximum); in VJScrollbar() 260 public void setValues(int value, int visible, int minimum, in setValues() argument 263 winScrollbar.setValues(value, visible, minimum, maximum); in setValues() 265 scrollbar.setValues(value, visible, minimum, maximum); in setValues()
|
H A D | WinScrollbar.java | 161 public WinScrollbar(int orientation, int value, int visible, in WinScrollbar() argument 164 setValues(value, visible, minimum, maximum); in WinScrollbar() 273 public void setValues(int value, int visible, int minimum, in setValues() argument 275 if (visible < 0) in setValues() 276 visible = 0; in setValues() 278 if (visible > maximum) in setValues() 279 visible = maximum; in setValues() 287 if (value > (maximum - visible)) { in setValues() 288 value = (maximum - visible); in setValues() 292 this.sVisible = visible; in setValues()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 493 Boolean visible = TRUE; in ar_extract_bysym() local 561 visible = sym_vis[vis]; in ar_extract_bysym() 565 (visible && vers && (sym->st_shndx != SHN_UNDEF) && in ar_extract_bysym() 643 (visible == FALSE)) { in ar_extract_bysym()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | snapdir_001_pos.ksh | 94 for value in hidden visible; do
|
/titanic_44/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
|
/titanic_44/usr/src/lib/libeti/menu/ |
H A D | Makefile.com | 61 visible.o
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 79 boolean_t visible; member 692 if (softc->cursor.visible) { in vgatext_restore_textmode() 769 if (softc->cursor.visible) { in vgatext_kdsettext() 1019 softc->cursor.visible = B_FALSE; in vgatext_cons_cursor() 1032 softc->cursor.visible = B_TRUE; in vgatext_cons_cursor()
|
/titanic_44/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()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_002_pos.ksh | 83 snapdir hidden snapdir visible
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | misc.cfg | 47 visible"
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | dataset.py | 63 self.visible = t[10]
|
H A D | allow.py | 268 if prop.visible and prop.delegatable():
|
/titanic_44/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 427 lines discussed earlier. This ensures that such interfaces will not be visible
|
/titanic_44/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 153 boolean_t visible; member 895 if (softc->cursor.visible) { in vgatext_kdsettext() 1145 softc->cursor.visible = B_FALSE; in vgatext_cons_cursor() 1158 softc->cursor.visible = B_TRUE; in vgatext_cons_cursor()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 313 token_common(fcode_env_t *env, int headered, int visible) in token_common() argument 329 if (!visible) in token_common() 336 (visible ? "named" : "headerless"), namebuff, token); in token_common()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | piclfrutree.info | 106 * add power-supply nodes if their fru-proms are visible
|
/titanic_44/usr/src/uts/intel/amd64/ml/ |
H A D | amd64.il | 36 / is PSM-specific and is only visible to the 'unix' build anyway.
|
/titanic_44/usr/src/uts/intel/ia32/ml/ |
H A D | ia32.il | 38 / is PSM-specific and is only visible to the 'unix' build anyway.
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 21 visible to scripts.
|
/titanic_44/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 123 visible to the end user of the commercial distribution. Such use
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 2453 int visible; in print_event() local 2456 visible = !(sp.spec_flags & (MDB_TGT_SPEC_HIDDEN|MDB_TGT_SPEC_DELETED)); in print_event() 2458 if ((opts & EVENTS_OPT_A) || visible) { in print_event()
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | help-l10n-comments.txt | 62 Tags are used internally and are never directly visible to users.
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 143 sdbc_flag sh_flag - Flags visible to user programs
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_case.c | 1477 fmd_case_destroy(fmd_case_t *cp, int visible) in fmd_case_destroy() argument 1485 if (visible) { in fmd_case_destroy()
|