HomeSort by: relevance | last modified time | path
    Searched defs:above (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libpanel/
update.c 10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
40 * For each panel tell panels above it they need to refresh
41 * regions that overlap (are above) this panel. This ensures
43 * overwritten by a panel above.
49 PANEL *above = p; local in function:update_panels
50 while ((above = PANEL_ABOVE(above)) != NULL) {
51 touchoverlap(p->win, above->win);
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 11 * 1. Redistributions of source code must retain the above copyright
13 * 2. Redistributions in binary form must reproduce the above copyright
165 bcs above | source is above
209 above: movl %a1@+,%a3@+ label
211 bne above
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_syncmap.c 13 * The above copyright notice and this permission notice (including the next
287 unsigned int above; local in function:__sync_set
289 /* Insert a join above the current layer */
296 above = fls64(__sync_branch_prefix(p, id) ^ p->prefix);
297 above = round_up(above, SHIFT);
298 next->height = above + p->height;
310 idx = p->prefix >> (above - SHIFT) & MASK;
  /src/sys/secmodel/extensions/
secmodel_extensions.c 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
172 /* curtain cannot be disabled when securelevel is above 0 */
185 * - setting value != 0 is not permitted when securelevel is above 0 (increase
207 /* we cannot grant more rights to users when securelevel is above 0 */
218 * above 'level' or not.
225 bool above; local in function:is_securelevel_above
229 "is-securelevel-above", KAUTH_ARG(level), &above);
230 if (error == 0 && above)
    [all...]
  /src/distrib/amiga/miniroot/
install.md 13 # 1. Redistributions of source code must retain the above copyright
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/atari/floppies/prepare/
install.md 13 # 1. Redistributions of source code must retain the above copyright
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/sparc/
install.md 13 # 1. Redistributions of source code must retain the above copyright
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/sun2/miniroot/
install.md 13 # 1. Redistributions of source code must retain the above copyright
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/sun3/miniroot/
install.md 13 # 1. Redistributions of source code must retain the above copyright
15 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/hp300/miniroot/
install.md 14 # 1. Redistributions of source code must retain the above copyright
16 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/mac68k/miniroot/
install.md 14 # 1. Redistributions of source code must retain the above copyright
16 # 2. Redistributions in binary form must reproduce the above copyright
  /src/distrib/mvme68k/miniroot/
install.md 14 # 1. Redistributions of source code must retain the above copyright
16 # 2. Redistributions in binary form must reproduce the above copyright
  /src/lib/libform/
internals.c 13 * 1. Redistributions of source code must retain the above copyright
537 * the one above.
788 * Don't try to join if the line above has a hard
1349 /* check for lines above */
2639 * the line above has a hard return. If it does
3206 FIELD *cur, *above, *below; local in function:_formi_stitch_fields
3215 /* initially nothing is above..... */
3218 above = NULL;
3254 cur->up = above;
3255 above = TAILQ_NEXT(above, glue)
    [all...]

Completed in 26 milliseconds