Searched refs:above (Results 1 - 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dbottom.c76 (_Top_panel = panel -> below) -> above = 0;
78 panel -> above -> below = panel -> below;
79 panel -> below -> above = panel -> above;
83 panel -> above = _Bottom_panel;
H A Dtop.c80 (_Bottom_panel = panel -> above) -> below = 0;
82 panel -> above -> below = panel -> below;
83 panel -> below -> above = panel -> above;
86 panel -> above = 0;
88 _Top_panel = _Top_panel -> above = panel;
H A Ddelete.c58 _Bottom_panel = panel -> above;
60 panel -> below -> above = panel -> above;
65 panel -> above -> below = panel -> below;
103 for (pnl = _Bottom_panel; pnl != panel; pnl = pnl->above) {
H A Dnew.c50 _Top_panel -> above = panel;
55 panel -> above = 0;
H A Dmisc.c76 * panel_above - Return the panel above the
86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above);
216 for (pnl = _Bottom_panel; pnl; pnl = pnl -> above) {
H A Dupdate.c44 * which is visible above a given line
80 * Touch the line in all windows which is visible above a given line.
123 * touch lines in panals above it.
148 * touch lines in panals above it.
181 for (panel = _Bottom_panel; panel; panel = panel -> above) {
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE28 * of those above. If you wish to allow use of your version of this file only
31 * decision by deleting the provisions above and replace them with the notice
33 * the provisions above, a recipient may use your version of this file under
66 * of those above. If you wish to allow use of your version of this file only
69 * decision by deleting the provisions above and replace them with the notice
71 * the provisions above, a recipient may use your version of this file under
103 * of those above. If you wish to allow use of your version of this file only
106 * decision by deleting the provisions above and replace them with the notice
108 * the provisions above, a recipient may use your version of this file under
140 * of those above
[all...]
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h52 struct PANEL *below, *above; member in struct:PANEL
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S6 # permitted provided that the above copyright notice and this
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
H A Dbtxv86.s6 # permitted provided that the above copyright notice and this
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxetramp.s6 # permitted provided that the above copyright notice and this
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c589 size_t above; local
603 * 3. avoid wasting any space above the buffer, take first
616 above = (frlist->ml_address + frlist->ml_size - end) /
618 unused = below + above;
631 if (above < best_above) {
632 best_above = above;
665 size_t above; local
681 above = found->ml_address + found->ml_size - end;
682 ASSERT(above == 0 || (above
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s34 / instead of those above. If you wish to allow use of your
37 / indicate your decision by deleting the provisions above and
39 / the GPL. If you do not delete the provisions above, a recipient
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s53 / If the above expression geneates a value other than 0x80808080,
56 / The above has been extended for 64-bit support.
H A Dstrncat.s58 / If the above expression geneates a value other than 0x80808080,
61 / The above has been extended for 64-bit support.
/illumos-gate/usr/src/uts/i86pc/ml/
H A Damd64.il106 / restore interrupt enable flag to value returned from 'clear_int_flag' above
H A Dia32.il93 / restore interrupt enable flag to value returned from 'clear_int_flag' above
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_resume.s174 be %xcc, 1f ! the trap type check, above
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk15 # 1. Redistributions of source code must retain the above copyright
17 # 2. Redistributions in binary form must reproduce the above copyright
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S8 # 1. Redistributions of source code must retain the above copyright
10 # 2. Redistributions in binary form must reproduce the above copyright
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s9 # 1. Redistributions of source code must retain the above copyright
11 # 2. Redistributions in binary form must reproduce the above copyright
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s53 / If the above expression geneates a value other than 0x80808080,
H A Dstrncat.s58 / If the above expression geneates a value other than 0x80808080,
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh178 Please enter either a specific backup repository from the above list to

Completed in 71 milliseconds

12