Changeset 03f2154e in rtems for c/src/exec/score
- Timestamp:
- 04/22/97 17:20:27 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/exec/score
- Files:
-
- 231 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/a29k/a29k.h
rb91726f r03f2154e 1 1 /* a29k.h 2 2 * 3 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.3 * COPYRIGHT (c) 1989-1997. 4 4 * On-Line Applications Research Corporation (OAR). 5 5 * 6 * Th is material may be reproduced by or for the U.S. Government pursuant7 * t o the copyright license under the clause at DFARS 252.227-7013. This8 * notice must appear in all copies of this file and its derivatives.6 * The license and distribution terms for this file may in 7 * the file LICENSE in this distribution or at 8 * http://www.OARcorp.com/rtems/license.html. 9 9 * 10 10 * $Id$ -
c/src/exec/score/cpu/a29k/a29ktypes.h
rb91726f r03f2154e 4 4 * no_cpu processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/a29k/asm.h
rb91726f r03f2154e 20 20 * of the file is noted. This file is: 21 21 * 22 * COPYRIGHT (c) 19 94.22 * COPYRIGHT (c) 1989-1997 23 23 * On-Line Applications Research Corporation (OAR). 24 24 * -
c/src/exec/score/cpu/a29k/cpu.c
rb91726f r03f2154e 19 19 * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/exec/score/cpu/a29k/cpu.h
rb91726f r03f2154e 21 21 * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.c: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.25 * Copyright assigned to U.S. Government, 1994. 26 * 27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/exec/score/cpu/a29k/cpu_asm.h
rb91726f r03f2154e 6 6 * of a ".s" file (preprocessed by gm4 or gasp). 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/cpu/a29k/cpu_asm.s
rb91726f r03f2154e 23 23 ; * NOTE: This is supposed to be a .S or .s file NOT a C file. 24 24 ; * 25 ; * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.25 ; * COPYRIGHT (c) 1989-1997. 26 26 ; * On-Line Applications Research Corporation (OAR). 27 ; * All rightsassigned to U.S. Government, 1994.28 ; * 29 ; * Th is material may be reproduced by or for the U.S. Government pursuant30 ; * t o the copyright license under the clause at DFARS 252.227-7013. This31 ; * notice must appear in all copies of this file and its derivatives.27 ; * Copyright assigned to U.S. Government, 1994. 28 ; * 29 ; * The license and distribution terms for this file may in 30 ; * the file LICENSE in this distribution or at 31 ; * http://www.OARcorp.com/rtems/license.html. 32 32 ; * 33 33 ; * $Id$ -
c/src/exec/score/cpu/a29k/rtems.c
rb91726f r03f2154e 6 6 * NOTE: This is supposed to be a .S or .s file NOT a C file. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/cpu/hppa1.1/rtems.s
rb91726f r03f2154e 4 4 * the HPPA implementation of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i386/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/i386/cpu.c
rb91726f r03f2154e 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/cpu/i386/cpu.h
rb91726f r03f2154e 4 4 * i386 processor. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i386/cpu_asm.s
rb91726f r03f2154e 4 4 * of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i386/i386.h
rb91726f r03f2154e 4 4 * i386 processor. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i386/i386types.h
rb91726f r03f2154e 4 4 * i386 processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i386/rtems.s
rb91726f r03f2154e 4 4 * the i386 implementation of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i960/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/i960/cpu.c
rb91726f r03f2154e 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/cpu/i960/cpu.h
rb91726f r03f2154e 4 4 * i960 processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i960/cpu_asm.s
rb91726f r03f2154e 4 4 * of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i960/i960.h
rb91726f r03f2154e 4 4 * i960 processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i960/i960types.h
rb91726f r03f2154e 4 4 * i960 processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/i960/rtems.s
rb91726f r03f2154e 4 4 * the i960 implementation of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/m68k/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/m68k/cpu.c
rb91726f r03f2154e 2 2 * Motorola MC68xxx Dependent Source 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.6 * Copyright assigned to U.S. Government, 1994. 7 7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * $Id$ -
c/src/exec/score/cpu/m68k/cpu.h
rb91726f r03f2154e 4 4 * m68xxx processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/m68k/cpu_asm.s
rb91726f r03f2154e 4 4 * of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/m68k/m68k.h
rb91726f r03f2154e 4 4 * m68xxx processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/m68k/m68ktypes.h
rb91726f r03f2154e 4 4 * m68xxx processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/m68k/rtems.s
rb91726f r03f2154e 4 4 * the m68k implementation of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/mips/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/mips/cpu.c
rb91726f r03f2154e 19 19 * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/exec/score/cpu/mips/cpu_asm.S
rb91726f r03f2154e 22 22 * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.26 * Copyright assigned to U.S. Government, 1994. 27 * 28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 * 32 32 * $Id$ -
c/src/exec/score/cpu/mips/cpu_asm.h
rb91726f r03f2154e 19 19 * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 23 * 24 * Th is material may be reproduced by or for the U.S. Government pursuant25 * t o the copyright license under the clause at DFARS 252.227-7013. This26 * notice must appear in all copies of this file and its derivatives.24 * The license and distribution terms for this file may in 25 * the file LICENSE in this distribution or at 26 * http://www.OARcorp.com/rtems/license.html. 27 27 * 28 28 * $Id$ -
c/src/exec/score/cpu/mips/rtems.c
rb91726f r03f2154e 6 6 * NOTE: This is supposed to be a .S or .s file NOT a C file. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/cpu/mips64orion/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/mips64orion/cpu.c
rb91726f r03f2154e 19 19 * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/exec/score/cpu/mips64orion/cpu.h
rb91726f r03f2154e 21 21 * Derived from c/src/exec/score/cpu/no_cpu/cpu.h: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.25 * Copyright assigned to U.S. Government, 1994. 26 * 27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/exec/score/cpu/mips64orion/cpu_asm.S
rb91726f r03f2154e 22 22 * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.26 * Copyright assigned to U.S. Government, 1994. 27 * 28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 * 32 32 * $Id$ -
c/src/exec/score/cpu/mips64orion/cpu_asm.h
rb91726f r03f2154e 19 19 * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 23 * 24 * Th is material may be reproduced by or for the U.S. Government pursuant25 * t o the copyright license under the clause at DFARS 252.227-7013. This26 * notice must appear in all copies of this file and its derivatives.24 * The license and distribution terms for this file may in 25 * the file LICENSE in this distribution or at 26 * http://www.OARcorp.com/rtems/license.html. 27 27 * 28 28 * $Id$ -
c/src/exec/score/cpu/mips64orion/mips64orion.h
rb91726f r03f2154e 18 18 * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: 19 19 * 20 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.20 * COPYRIGHT (c) 1989-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * 23 * Th is material may be reproduced by or for the U.S. Government pursuant24 * t o the copyright license under the clause at DFARS 252.227-7013. This25 * notice must appear in all copies of this file and its derivatives.23 * The license and distribution terms for this file may in 24 * the file LICENSE in this distribution or at 25 * http://www.OARcorp.com/rtems/license.html. 26 26 * 27 27 * $Id$ -
c/src/exec/score/cpu/mips64orion/mipstypes.h
rb91726f r03f2154e 19 19 * of this software for any purpose. 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.23 * Copyright assigned to U.S. Government, 1994. 24 24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/exec/score/cpu/mips64orion/rtems.c
rb91726f r03f2154e 6 6 * NOTE: This is supposed to be a .S or .s file NOT a C file. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/cpu/no_cpu/asm.h
rb91726f r03f2154e 18 18 * of the file is noted. This file is: 19 19 * 20 * COPYRIGHT (c) 1994 .20 * COPYRIGHT (c) 1994-1997. 21 21 * On-Line Applications Research Corporation (OAR). 22 22 * -
c/src/exec/score/cpu/no_cpu/cpu.c
rb91726f r03f2154e 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/cpu/no_cpu/cpu.h
rb91726f r03f2154e 4 4 * processor. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/no_cpu/cpu_asm.c
rb91726f r03f2154e 7 7 * NOTE: This is supposed to be a .S or .s file NOT a C file. 8 8 * 9 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.9 * COPYRIGHT (c) 1989-1997. 10 10 * On-Line Applications Research Corporation (OAR). 11 * All rightsassigned to U.S. Government, 1994.11 * Copyright assigned to U.S. Government, 1994. 12 12 * 13 * Th is material may be reproduced by or for the U.S. Government pursuant14 * t o the copyright license under the clause at DFARS 252.227-7013. This15 * notice must appear in all copies of this file and its derivatives.13 * The license and distribution terms for this file may in 14 * the file LICENSE in this distribution or at 15 * http://www.OARcorp.com/rtems/license.html. 16 16 * 17 17 * $Id$ -
c/src/exec/score/cpu/no_cpu/cpu_asm.h
rb91726f r03f2154e 6 6 * of a ".s" file (preprocessed by gm4 or gasp). 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/cpu/no_cpu/no_cpu.h
rb91726f r03f2154e 5 5 * 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/no_cpu/no_cputypes.h
rb91726f r03f2154e 4 4 * no_cpu processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/no_cpu/rtems.c
rb91726f r03f2154e 6 6 * NOTE: This is supposed to be a .S or .s file NOT a C file. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/cpu/powerpc/cpu.c
rb91726f r03f2154e 19 19 * Derived from c/src/exec/cpu/no_cpu/cpu.c: 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * $Id$ -
c/src/exec/score/cpu/powerpc/cpu.h
rb91726f r03f2154e 21 21 * Derived from c/src/exec/cpu/no_cpu/cpu.h: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.25 * Copyright assigned to U.S. Government, 1994. 26 * 27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/exec/score/cpu/powerpc/cpu_asm.s
rb91726f r03f2154e 22 22 * Derived from c/src/exec/cpu/no_cpu/cpu_asm.c: 23 23 * 24 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.24 * COPYRIGHT (c) 1989-1997. 25 25 * On-Line Applications Research Corporation (OAR). 26 * All rightsassigned to U.S. Government, 1994.27 * 28 * Th is material may be reproduced by or for the U.S. Government pursuant29 * t o the copyright license under the clause at DFARS 252.227-7013. This30 * notice must appear in all copies of this file and its derivatives.26 * Copyright assigned to U.S. Government, 1994. 27 * 28 * The license and distribution terms for this file may in 29 * the file LICENSE in this distribution or at 30 * http://www.OARcorp.com/rtems/license.html. 31 31 * 32 32 * $Id$ -
c/src/exec/score/cpu/powerpc/ppc.h
rb91726f r03f2154e 21 21 * Derived from c/src/exec/cpu/no_cpu/no_cpu.h: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 25 * 26 * Th is material may be reproduced by or for the U.S. Government pursuant27 * t o the copyright license under the clause at DFARS 252.227-7013. This28 * notice must appear in all copies of this file and its derivatives.26 * The license and distribution terms for this file may in 27 * the file LICENSE in this distribution or at 28 * http://www.OARcorp.com/rtems/license.html. 29 29 * 30 30 * -
c/src/exec/score/cpu/powerpc/ppctypes.h
rb91726f r03f2154e 21 21 * Derived from c/src/exec/cpu/no_cpu/no_cputypes.h: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.25 * Copyright assigned to U.S. Government, 1994. 26 26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/exec/score/cpu/powerpc/rtems.s
rb91726f r03f2154e 21 21 * Derived from c/src/exec/cpu/no_cpu/rtems.c: 22 22 * 23 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.23 * COPYRIGHT (c) 1989-1997. 24 24 * On-Line Applications Research Corporation (OAR). 25 * All rightsassigned to U.S. Government, 1994.25 * Copyright assigned to U.S. Government, 1994. 26 26 * 27 * Th is material may be reproduced by or for the U.S. Government pursuant28 * t o the copyright license under the clause at DFARS 252.227-7013. This29 * notice must appear in all copies of this file and its derivatives.27 * The license and distribution terms for this file may in 28 * the file LICENSE in this distribution or at 29 * http://www.OARcorp.com/rtems/license.html. 30 30 * 31 31 * $Id$ -
c/src/exec/score/cpu/sparc/cpu.c
rb91726f r03f2154e 2 2 * SPARC Dependent Source 3 3 * 4 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.4 * COPYRIGHT (c) 1989-1997. 5 5 * On-Line Applications Research Corporation (OAR). 6 * All rightsassigned to U.S. Government, 1994.7 * 8 * Th is material may be reproduced by or for the U.S. Government pursuant9 * t o the copyright license under the clause at DFARS 252.227-7013. This10 * notice must appear in all copies of this file and its derivatives.6 * Copyright assigned to U.S. Government, 1994. 7 * 8 * The license and distribution terms for this file may in 9 * the file LICENSE in this distribution or at 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 12 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/cpu.h
rb91726f r03f2154e 4 4 * the executive to the SPARC processor. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/cpu_asm.s
rb91726f r03f2154e 5 5 * in assembly language. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.9 * Copyright assigned to U.S. Government, 1994. 10 * 11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/erc32.h
rb91726f r03f2154e 19 19 * + Interrupt Control 20 20 * 21 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.21 * COPYRIGHT (c) 1989-1997. 22 22 * On-Line Applications Research Corporation (OAR). 23 * All rightsassigned to U.S. Government, 1994.24 * 25 * Th is material may be reproduced by or for the U.S. Government pursuant26 * t o the copyright license under the clause at DFARS 252.227-7013. This27 * notice must appear in all copies of this file and its derivatives.23 * Copyright assigned to U.S. Government, 1994. 24 * 25 * The license and distribution terms for this file may in 26 * the file LICENSE in this distribution or at 27 * http://www.OARcorp.com/rtems/license.html. 28 28 * 29 29 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/rtems.s
rb91726f r03f2154e 4 4 * the SPARC port of RTEMS. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/sparc.h
rb91726f r03f2154e 4 4 * processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/sparc/sparctypes.h
rb91726f r03f2154e 4 4 * SPARC processor family. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * Ported to ERC32 implementation of the SPARC by On-Line Applications -
c/src/exec/score/cpu/unix/unix.h
rb91726f r03f2154e 4 4 * which are typical for a modern UNIX computer using GCC. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/cpu/unix/unixtypes.h
rb91726f r03f2154e 4 4 * for a typical modern UNIX box using GNU C for the RTEMS simulator. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/address.h
rb91726f r03f2154e 4 4 * physical addresses. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/apiext.h
rb91726f r03f2154e 3 3 * XXX 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/headers/bitfield.h
rb91726f r03f2154e 3 3 * This include file contains all bit field manipulation routines. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/headers/chain.h
rb91726f r03f2154e 4 4 * with the Doubly Linked Chain Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/context.h
rb91726f r03f2154e 3 3 * This include file contains all information about a context. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/headers/copyrt.h
rb91726f r03f2154e 4 4 * which is included in every binary copy of the executive. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ … … 25 25 26 26 const char _Copyright_Notice[] = 27 "COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.\n\27 "COPYRIGHT (c) 1989-1997.\n\ 28 28 On-Line Applications Research Corporation (OAR).\n\ 29 All rightsassigned to U.S. Government, 1994.\n";29 Copyright assigned to U.S. Government, 1994.\n"; 30 30 31 31 #else -
c/src/exec/score/headers/coremsg.h
rb91726f r03f2154e 4 4 * with the Message queue Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/coremutex.h
rb91726f r03f2154e 6 6 * exclusion capabilities. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/headers/coresem.h
rb91726f r03f2154e 6 6 * and mutual exclusion capabilities. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/headers/debug.h
rb91726f r03f2154e 6 6 * 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/headers/heap.h
rb91726f r03f2154e 9 9 * contains control information for the heap. 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.13 * Copyright assigned to U.S. Government, 1994. 14 * 15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/exec/score/headers/interr.h
rb91726f r03f2154e 5 5 * 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/isr.h
rb91726f r03f2154e 6 6 * handlers, nesting of interrupts, and manipulating interrupt levels. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/headers/mpci.h
rb91726f r03f2154e 4 4 * with the MPCI layer. It provides mechanisms to utilize packets. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/mppkt.h
rb91726f r03f2154e 8 8 * 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/exec/score/headers/object.h
rb91726f r03f2154e 6 6 * ids. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/headers/objectmp.h
rb91726f r03f2154e 4 4 * with the manipulation of Global RTEMS Objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/priority.h
rb91726f r03f2154e 5 5 * initialize and manipulate thread priorities. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/stack.h
rb91726f r03f2154e 5 5 * initialize and utilize stacks. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/states.h
rb91726f r03f2154e 3 3 * This include file contains thread execution state information. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/headers/sysstate.h
rb91726f r03f2154e 3 3 * This include file contains information regarding the system state. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/headers/system.h
rb91726f r03f2154e 5 5 * included in all internal RTEMS files. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/thread.h
rb91726f r03f2154e 4 4 * with the thread control block. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/threadmp.h
rb91726f r03f2154e 4 4 * and data specific to the multiprocessing portion of the thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/threadq.h
rb91726f r03f2154e 4 4 * with the manipulation of objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/tod.h
rb91726f r03f2154e 4 4 * with the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/tqdata.h
rb91726f r03f2154e 4 4 * needed to declare a thread queue. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/headers/userext.h
rb91726f r03f2154e 5 5 * all user extensions. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.9 * Copyright assigned to U.S. Government, 1994. 10 * 11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/watchdog.h
rb91726f r03f2154e 5 5 * used to initialize and manipulate watchdog timers. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/headers/wkspace.h
rb91726f r03f2154e 5 5 * define, initialize and manipulate the workspace. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/debug.h
rb91726f r03f2154e 6 6 * 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/include/rtems/score/address.h
rb91726f r03f2154e 4 4 * physical addresses. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/apiext.h
rb91726f r03f2154e 3 3 * XXX 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/include/rtems/score/bitfield.h
rb91726f r03f2154e 3 3 * This include file contains all bit field manipulation routines. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/include/rtems/score/chain.h
rb91726f r03f2154e 4 4 * with the Doubly Linked Chain Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/context.h
rb91726f r03f2154e 3 3 * This include file contains all information about a context. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/include/rtems/score/copyrt.h
rb91726f r03f2154e 4 4 * which is included in every binary copy of the executive. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ … … 25 25 26 26 const char _Copyright_Notice[] = 27 "COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.\n\27 "COPYRIGHT (c) 1989-1997.\n\ 28 28 On-Line Applications Research Corporation (OAR).\n\ 29 All rightsassigned to U.S. Government, 1994.\n";29 Copyright assigned to U.S. Government, 1994.\n"; 30 30 31 31 #else -
c/src/exec/score/include/rtems/score/coremsg.h
rb91726f r03f2154e 4 4 * with the Message queue Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/coremutex.h
rb91726f r03f2154e 6 6 * exclusion capabilities. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/include/rtems/score/coresem.h
rb91726f r03f2154e 6 6 * and mutual exclusion capabilities. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.10 * Copyright assigned to U.S. Government, 1994. 11 11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/include/rtems/score/heap.h
rb91726f r03f2154e 9 9 * contains control information for the heap. 10 10 * 11 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.11 * COPYRIGHT (c) 1989-1997. 12 12 * On-Line Applications Research Corporation (OAR). 13 * All rightsassigned to U.S. Government, 1994.14 * 15 * Th is material may be reproduced by or for the U.S. Government pursuant16 * t o the copyright license under the clause at DFARS 252.227-7013. This17 * notice must appear in all copies of this file and its derivatives.13 * Copyright assigned to U.S. Government, 1994. 14 * 15 * The license and distribution terms for this file may in 16 * the file LICENSE in this distribution or at 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 19 * $Id$ -
c/src/exec/score/include/rtems/score/interr.h
rb91726f r03f2154e 5 5 * 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/score/isr.h
rb91726f r03f2154e 6 6 * handlers, nesting of interrupts, and manipulating interrupt levels. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/include/rtems/score/mpci.h
rb91726f r03f2154e 4 4 * with the MPCI layer. It provides mechanisms to utilize packets. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/mppkt.h
rb91726f r03f2154e 8 8 * 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.12 * Copyright assigned to U.S. Government, 1994. 13 13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/exec/score/include/rtems/score/object.h
rb91726f r03f2154e 6 6 * ids. 7 7 * 8 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.8 * COPYRIGHT (c) 1989-1997. 9 9 * On-Line Applications Research Corporation (OAR). 10 * All rightsassigned to U.S. Government, 1994.11 * 12 * Th is material may be reproduced by or for the U.S. Government pursuant13 * t o the copyright license under the clause at DFARS 252.227-7013. This14 * notice must appear in all copies of this file and its derivatives.10 * Copyright assigned to U.S. Government, 1994. 11 * 12 * The license and distribution terms for this file may in 13 * the file LICENSE in this distribution or at 14 * http://www.OARcorp.com/rtems/license.html. 15 15 * 16 16 * $Id$ -
c/src/exec/score/include/rtems/score/objectmp.h
rb91726f r03f2154e 4 4 * with the manipulation of Global RTEMS Objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/priority.h
rb91726f r03f2154e 5 5 * initialize and manipulate thread priorities. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/score/stack.h
rb91726f r03f2154e 5 5 * initialize and utilize stacks. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/score/states.h
rb91726f r03f2154e 3 3 * This include file contains thread execution state information. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/include/rtems/score/sysstate.h
rb91726f r03f2154e 3 3 * This include file contains information regarding the system state. 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/include/rtems/score/thread.h
rb91726f r03f2154e 4 4 * with the thread control block. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/threadmp.h
rb91726f r03f2154e 4 4 * and data specific to the multiprocessing portion of the thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/threadq.h
rb91726f r03f2154e 4 4 * with the manipulation of objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/tod.h
rb91726f r03f2154e 4 4 * with the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/tqdata.h
rb91726f r03f2154e 4 4 * needed to declare a thread queue. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/include/rtems/score/userext.h
rb91726f r03f2154e 5 5 * all user extensions. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.9 * Copyright assigned to U.S. Government, 1994. 10 * 11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/score/watchdog.h
rb91726f r03f2154e 5 5 * used to initialize and manipulate watchdog timers. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/score/wkspace.h
rb91726f r03f2154e 5 5 * define, initialize and manipulate the workspace. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/include/rtems/system.h
rb91726f r03f2154e 5 5 * included in all internal RTEMS files. 6 6 * 7 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.7 * COPYRIGHT (c) 1989-1997. 8 8 * On-Line Applications Research Corporation (OAR). 9 * All rightsassigned to U.S. Government, 1994.9 * Copyright assigned to U.S. Government, 1994. 10 10 * 11 * Th is material may be reproduced by or for the U.S. Government pursuant12 * t o the copyright license under the clause at DFARS 252.227-7013. This13 * notice must appear in all copies of this file and its derivatives.11 * The license and distribution terms for this file may in 12 * the file LICENSE in this distribution or at 13 * http://www.OARcorp.com/rtems/license.html. 14 14 * 15 15 * $Id$ -
c/src/exec/score/inline/address.inl
rb91726f r03f2154e 4 4 * about addresses which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/chain.inl
rb91726f r03f2154e 8 8 * unless it has already been defined. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.12 * Copyright assigned to U.S. Government, 1994. 13 * 14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/exec/score/inline/coremsg.inl
rb91726f r03f2154e 4 4 * inlined routines in the Core Message Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/coremutex.inl
rb91726f r03f2154e 4 4 * with the CORE mutexes. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/coresem.inl
rb91726f r03f2154e 4 4 * with the CORE semaphore. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/heap.inl
rb91726f r03f2154e 4 4 * routines from the heap handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/isr.inl
rb91726f r03f2154e 4 4 * inlined routines in the Interrupt Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/mppkt.inl
rb91726f r03f2154e 4 4 * routines which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/object.inl
rb91726f r03f2154e 4 4 * of the inlined routines in the Object Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/objectmp.inl
rb91726f r03f2154e 4 4 * which deal with global objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/priority.inl
rb91726f r03f2154e 4 4 * routines in the Priority Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/address.inl
rb91726f r03f2154e 4 4 * about addresses which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/chain.inl
rb91726f r03f2154e 8 8 * unless it has already been defined. 9 9 * 10 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.10 * COPYRIGHT (c) 1989-1997. 11 11 * On-Line Applications Research Corporation (OAR). 12 * All rightsassigned to U.S. Government, 1994.13 * 14 * Th is material may be reproduced by or for the U.S. Government pursuant15 * t o the copyright license under the clause at DFARS 252.227-7013. This16 * notice must appear in all copies of this file and its derivatives.12 * Copyright assigned to U.S. Government, 1994. 13 * 14 * The license and distribution terms for this file may in 15 * the file LICENSE in this distribution or at 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 18 * $Id$ -
c/src/exec/score/inline/rtems/score/coremsg.inl
rb91726f r03f2154e 4 4 * inlined routines in the Core Message Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/coremutex.inl
rb91726f r03f2154e 4 4 * with the CORE mutexes. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/coresem.inl
rb91726f r03f2154e 4 4 * with the CORE semaphore. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/heap.inl
rb91726f r03f2154e 4 4 * routines from the heap handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/isr.inl
rb91726f r03f2154e 4 4 * inlined routines in the Interrupt Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/mppkt.inl
rb91726f r03f2154e 4 4 * routines which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/object.inl
rb91726f r03f2154e 4 4 * of the inlined routines in the Object Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/objectmp.inl
rb91726f r03f2154e 4 4 * which deal with global objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/priority.inl
rb91726f r03f2154e 4 4 * routines in the Priority Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/stack.inl
rb91726f r03f2154e 4 4 * routines from the Stack Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/states.inl
rb91726f r03f2154e 4 4 * routines associated with thread state information. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/sysstate.inl
rb91726f r03f2154e 4 4 * system state. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/thread.inl
rb91726f r03f2154e 4 4 * routines from the Thread handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/threadmp.inl
rb91726f r03f2154e 4 4 * for the multiprocessing part of thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/tod.inl
rb91726f r03f2154e 4 4 * from the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/tqdata.inl
rb91726f r03f2154e 4 4 * routines needed to support the Thread Queue Data. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/userext.inl
rb91726f r03f2154e 4 4 * from the User Extension Handler 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/watchdog.inl
rb91726f r03f2154e 4 4 * routines in the Watchdog Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/rtems/score/wkspace.inl
rb91726f r03f2154e 4 4 * information related to the RAM Workspace. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/stack.inl
rb91726f r03f2154e 4 4 * routines from the Stack Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/states.inl
rb91726f r03f2154e 4 4 * routines associated with thread state information. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/sysstate.inl
rb91726f r03f2154e 4 4 * system state. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/thread.inl
rb91726f r03f2154e 4 4 * routines from the Thread handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/threadmp.inl
rb91726f r03f2154e 4 4 * for the multiprocessing part of thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/tod.inl
rb91726f r03f2154e 4 4 * from the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/tqdata.inl
rb91726f r03f2154e 4 4 * routines needed to support the Thread Queue Data. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/userext.inl
rb91726f r03f2154e 4 4 * from the User Extension Handler 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/watchdog.inl
rb91726f r03f2154e 4 4 * routines in the Watchdog Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/inline/wkspace.inl
rb91726f r03f2154e 4 4 * information related to the RAM Workspace. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/address.inl
rb91726f r03f2154e 4 4 * about addresses which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/chain.inl
rb91726f r03f2154e 4 4 * associated with doubly linked chains and inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/coremsg.inl
rb91726f r03f2154e 4 4 * inlined routines in the Core Message Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/coremutex.inl
rb91726f r03f2154e 4 4 * with core mutexes. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/coresem.inl
rb91726f r03f2154e 4 4 * with core semaphores. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/heap.inl
rb91726f r03f2154e 4 4 * routines from the heap handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/isr.inl
rb91726f r03f2154e 4 4 * inlined routines in the Interrupt Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/mppkt.inl
rb91726f r03f2154e 4 4 * routines which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/object.inl
rb91726f r03f2154e 4 4 * of the inlined routines in the Object Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/objectmp.inl
rb91726f r03f2154e 4 4 * which deal with global objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/priority.inl
rb91726f r03f2154e 4 4 * in the Priority Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/address.inl
rb91726f r03f2154e 4 4 * about addresses which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/chain.inl
rb91726f r03f2154e 4 4 * associated with doubly linked chains and inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/coremsg.inl
rb91726f r03f2154e 4 4 * inlined routines in the Core Message Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/coremutex.inl
rb91726f r03f2154e 4 4 * with core mutexes. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/coresem.inl
rb91726f r03f2154e 4 4 * with core semaphores. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/heap.inl
rb91726f r03f2154e 4 4 * routines from the heap handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/isr.inl
rb91726f r03f2154e 4 4 * inlined routines in the Interrupt Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/mppkt.inl
rb91726f r03f2154e 4 4 * routines which are inlined. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/object.inl
rb91726f r03f2154e 4 4 * of the inlined routines in the Object Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/objectmp.inl
rb91726f r03f2154e 4 4 * which deal with global objects. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/priority.inl
rb91726f r03f2154e 4 4 * in the Priority Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/stack.inl
rb91726f r03f2154e 4 4 * routines from the Stack Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/states.inl
rb91726f r03f2154e 4 4 * routines associated with thread state information. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/sysstate.inl
rb91726f r03f2154e 4 4 * system state. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/thread.inl
rb91726f r03f2154e 4 4 * routines from the Thread handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/threadmp.inl
rb91726f r03f2154e 4 4 * for the multiprocessing part of thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/tod.inl
rb91726f r03f2154e 4 4 * from the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/tqdata.inl
rb91726f r03f2154e 4 4 * routines needed to support the Thread Queue Data. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/userext.inl
rb91726f r03f2154e 4 4 * from the User Extension Handler 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/watchdog.inl
rb91726f r03f2154e 4 4 * in the Watchdog Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/rtems/score/wkspace.inl
rb91726f r03f2154e 4 4 * from the RAM Workspace Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/stack.inl
rb91726f r03f2154e 4 4 * routines from the Stack Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/states.inl
rb91726f r03f2154e 4 4 * routines associated with thread state information. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/sysstate.inl
rb91726f r03f2154e 4 4 * system state. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/thread.inl
rb91726f r03f2154e 4 4 * routines from the Thread handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.8 * Copyright assigned to U.S. Government, 1994. 9 * 10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/threadmp.inl
rb91726f r03f2154e 4 4 * for the multiprocessing part of thread package. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/tod.inl
rb91726f r03f2154e 4 4 * from the Time of Day Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/tqdata.inl
rb91726f r03f2154e 4 4 * routines needed to support the Thread Queue Data. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/userext.inl
rb91726f r03f2154e 4 4 * from the User Extension Handler 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/watchdog.inl
rb91726f r03f2154e 4 4 * in the Watchdog Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/macros/wkspace.inl
rb91726f r03f2154e 4 4 * from the RAM Workspace Handler. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rightsassigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * t o the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may in 11 * the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 14 * $Id$ -
c/src/exec/score/src/apiext.c
rb91726f r03f2154e 3 3 * XXX 4 4 * 5 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.5 * COPYRIGHT (c) 1989-1997. 6 6 * On-Line Applications Research Corporation (OAR). 7 * All rightsassigned to U.S. Government, 1994.7 * Copyright assigned to U.S. Government, 1994. 8 8 * 9 * Th is material may be reproduced by or for the U.S. Government pursuant10 * t o the copyright license under the clause at DFARS 252.227-7013. This11 * notice must appear in all copies of this file and its derivatives.9 * The license and distribution terms for this file may in 10 * the file LICENSE in this distribution or at 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 13 * $Id$ -
c/src/exec/score/src/chain.c
rb91726f r03f2154e 7 7 * order of inlining required by the compiler. 8 8 * 9 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.9 * COPYRIGHT (c) 1989-1997. 10 10 * On-Line Applications Research Corporation (OAR). 11 * All rightsassigned to U.S. Government, 1994.12 * 13 * Th is material may be reproduced by or for the U.S. Government pursuant14 * t o the copyright license under the clause at DFARS 252.227-7013. This15 * notice must appear in all copies of this file and its derivatives.11 * Copyright assigned to U.S. Government, 1994. 12 *