Searched defs:visible (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl)
95 pd->pd_visible = visible;
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, uint64_t numdefault, const char *strdefault, zprop_attr_t attr, int objset_types, const char *values, const char *colname, boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) argument
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c414 * Data structure to indicate whether a symbol is visible for the purpose
493 Boolean visible = TRUE; local
561 visible = sym_vis[vis];
565 (visible && vers && (sym->st_shndx != SHN_UNDEF) &&
643 (visible == FALSE)) {
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c313 token_common(fcode_env_t *env, int headered, int visible) argument
329 if (!visible)
336 (visible ? "named" : "headerless"), namebuff, token);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c79 boolean_t visible; member in struct:vgatext_softc::__anon105
692 if (softc->cursor.visible) {
769 if (softc->cursor.visible) {
1019 softc->cursor.visible = B_FALSE;
1032 softc->cursor.visible = B_TRUE;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.c34 * event for the case and it becomes visible to administrators and agents.
36 * Every case is named using a UUID, and is globally visible in the case hash.
1477 fmd_case_destroy(fmd_case_t *cp, int visible) argument
1485 if (visible) {
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c153 boolean_t visible; member in struct:vgatext_softc::__anon111
895 if (softc->cursor.visible) {
1145 softc->cursor.visible = B_FALSE;
1158 softc->cursor.visible = B_TRUE;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2458 int visible; local
2461 visible = !(sp.spec_flags & (MDB_TGT_SPEC_HIDDEN|MDB_TGT_SPEC_DELETED));
2463 if ((opts & EVENTS_OPT_A) || visible) {

Completed in 97 milliseconds