Home
last modified time | relevance | path

Searched refs:below (Results 1 – 25 of 2965) sorted by relevance

12345678910>>...119

/titanic_50/usr/src/lib/libeti/panel/common/
H A Dbottom.c48 if (!panel || panel == panel -> below) in bottom_panel()
61 for (pnl = panel->below; pnl; pnl = pnl->below) { in bottom_panel()
76 (_Top_panel = panel -> below) -> above = 0; in bottom_panel()
78 panel -> above -> below = panel -> below; in bottom_panel()
79 panel -> below -> above = panel -> above; in bottom_panel()
82 panel -> below = 0; in bottom_panel()
84 _Bottom_panel = _Bottom_panel -> below = panel; in bottom_panel()
H A Dtop.c48 if (!panel || panel == panel -> below) in top_panel()
80 (_Bottom_panel = panel -> above) -> below = 0; in top_panel()
82 panel -> above -> below = panel -> below; in top_panel()
83 panel -> below -> above = panel -> above; in top_panel()
87 panel -> below = _Top_panel; in top_panel()
H A Ddelete.c51 if (panel == panel -> below) in hide_panel()
60 panel -> below -> above = panel -> above; in hide_panel()
63 _Top_panel = panel -> below; in hide_panel()
65 panel -> above -> below = panel -> below; in hide_panel()
68 panel -> below = panel; in hide_panel()
H A Dmisc.c86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above); in panel_above()
101 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> below); in panel_below()
108 return ((!panel || (panel != panel -> below)) ? FALSE : TRUE); in panel_hidden()
183 for (pnl = _Top_panel; pnl != panel; pnl = pnl->below) { in add_obs()
H A Dnew.c47 panel-> below = 0; in add_top()
51 panel -> below = _Top_panel; in add_top()
96 if (!panel || panel != panel -> below || !_alloc_overlap(_Panel_cnt)) in show_panel()
H A Dreplace.c50 if (panel != panel -> below) { in replace_panel()
69 if (panel != panel -> below) in replace_panel()
H A Dmove.c50 if (panel == panel -> below) { in move_panel()
76 if (panel != panel -> below) in move_panel()
/titanic_50/usr/src/uts/sun4/vm/
H A Dsfmmu.c588 size_t below; in ndata_select_chunk() local
615 below = (base - frlist->ml_address) / ecache_alignsize; in ndata_select_chunk()
618 unused = below + above; in ndata_select_chunk()
626 if (below < best_below) { in ndata_select_chunk()
627 best_below = below; in ndata_select_chunk()
664 size_t below; in ndata_alloc() local
680 below = base - found->ml_address; in ndata_alloc()
684 if (below >= ecache_alignsize) { in ndata_alloc()
688 found->ml_size = below - below % ecache_alignsize; in ndata_alloc()
/titanic_50/usr/src/cmd/bnu/
H A DPoll17 # If applicable, add the following below this CDDL HEADER, with the
25 # See examples below
H A DDevconfig17 # If applicable, add the following below this CDDL HEADER, with the
43 # The examples below are for the STARLAN NETWORK and assume that both
/titanic_50/usr/src/lib/libipadm/common/
H A Dllib-lipadm15 * If applicable, add the following below this CDDL HEADER, with the
32 * in the files below
/titanic_50/usr/src/lib/libbsm/
H A Daudit_class.txt18 # If applicable, add the following below this CDDL HEADER, with the
32 # "am", and "pc" below for examples.
34 # The "no" (invalid) class below is commonly (but not exclusively) used in
/titanic_50/usr/src/tools/opensolaris/
H A DREADME.binaries.tmpl5 and the obligations, restrictions, and exceptions set forth below, You
7 identified below as Redistributable), provided that:
/titanic_50/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict19 # If applicable, add the following below this CDDL HEADER, with the
38 # Dictval: 5: below 2^21-1
57 # test of minor versioning: the string below should be ignored
H A DBADNAME.dict19 # If applicable, add the following below this CDDL HEADER, with the
32 # in the dictionary header below.
/titanic_50/usr/src/psm/
H A DMakefile.psm.6415 # If applicable, add the following below this CDDL HEADER, with the
34 # XX64 all the stuff below this line should go away once the tools are fixed
/titanic_50/usr/src/common/mapfiles/common/
H A Dmap.below4G17 # If applicable, add the following below this CDDL HEADER, with the
23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes
/titanic_50/usr/src/lib/libdtrace/common/
H A Dnet.sed.in15 * If applicable, add the following below this CDDL HEADER, with the
32 * replace the #define tokens listed below to create the finished net.d.
H A Dio.sed.in16 * If applicable, add the following below this CDDL HEADER, with the
33 * replace the #define tokens listed below to create the finished io.d.
H A Dip.sed.in15 * If applicable, add the following below this CDDL HEADER, with the
29 * replace the #define tokens listed below to create the finished ip.d.
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel15 * If applicable, add the following below this CDDL HEADER, with the
34 * entries for __ctype and errno below.
/titanic_50/usr/src/uts/common/io/uath/uath_fw/
H A DLICENSE11 * ''WARRANTY'' disclaimer below (''Disclaimer''), without
14 * disclaimer similar to the Disclaimer below and any redistribution
/titanic_50/usr/src/uts/common/io/ath/
H A DLICENSE14 similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and
48 this list of conditions and the following NO ''WARRANTY'' disclaimer below
51 similar to the Disclaimer below and any redistribution must be conditioned
/titanic_50/usr/src/cmd/loadkeys/type_6/
H A Dkbd_layouts15 # If applicable, add the following below this CDDL HEADER, with the
31 # below.
/titanic_50/usr/src/uts/common/io/ib/clients/of/
H A DTHIRDPARTYLICENSE4 Use of any of this software is governed by the terms of the license below:
38 If applicable, add the following below this CDDL HEADER, with the

12345678910>>...119