Changeset 03f2154e in rtems for c/src/lib/libbsp/shmdr
- Timestamp:
- Apr 22, 1997, 5:20:27 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 84ff7c23
- Parents:
- b91726f
- Location:
- c/src/lib/libbsp/shmdr
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shmdr/addlq.c
rb91726f r03f2154e 9 9 * Output parameters: NONE 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.13 * Copyright assigned to U.S. Government, 1994. 14 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.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/lib/libbsp/shmdr/cnvpkt.c
rb91726f r03f2154e 14 14 * Endian conversion is currently the only conversion. 15 15 * 16 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.16 * COPYRIGHT (c) 1989-1997. 17 17 * On-Line Applications Research Corporation (OAR). 18 * All rightsassigned to U.S. Government, 1994.18 * Copyright assigned to U.S. Government, 1994. 19 19 * 20 * Th is material may be reproduced by or for the U.S. Government pursuant21 * t o the copyright license under the clause at DFARS 252.227-7013. This22 * notice must appear in all copies of this file and its derivatives.20 * The license and distribution terms for this file may in 21 * the file LICENSE in this distribution or at 22 * http://www.OARcorp.com/rtems/license.html. 23 23 * 24 24 * $Id$ -
c/src/lib/libbsp/shmdr/dump.c
rb91726f r03f2154e 7 7 * Output parameters: NONE 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/lib/libbsp/shmdr/fatal.c
rb91726f r03f2154e 8 8 * Output parameters: NEVER RETURNS 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/lib/libbsp/shmdr/getlq.c
rb91726f r03f2154e 11 11 * - NULL if no envelopes on specified queue 12 12 * 13 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.13 * COPYRIGHT (c) 1989-1997. 14 14 * On-Line Applications Research Corporation (OAR). 15 * All rightsassigned to U.S. Government, 1994.15 * Copyright assigned to U.S. Government, 1994. 16 16 * 17 * Th is material may be reproduced by or for the U.S. Government pursuant18 * t o the copyright license under the clause at DFARS 252.227-7013. This19 * notice must appear in all copies of this file and its derivatives.17 * The license and distribution terms for this file may in 18 * the file LICENSE in this distribution or at 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 21 * $Id$ -
c/src/lib/libbsp/shmdr/getpkt.c
rb91726f r03f2154e 10 10 * *(cpb->get_packet) - address of allocated packet 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.14 * Copyright assigned to U.S. Government, 1994. 15 15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * $Id$ -
c/src/lib/libbsp/shmdr/init.c
rb91726f r03f2154e 8 8 * Output parameters: NONE 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/lib/libbsp/shmdr/initlq.c
rb91726f r03f2154e 10 10 * Output parameters: NONE 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.14 * Copyright assigned to U.S. Government, 1994. 15 15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * $Id$ -
c/src/lib/libbsp/shmdr/intr.c
rb91726f r03f2154e 13 13 * Output parameters: NONE 14 14 * 15 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.15 * COPYRIGHT (c) 1989-1997. 16 16 * On-Line Applications Research Corporation (OAR). 17 * All rightsassigned to U.S. Government, 1994.17 * Copyright assigned to U.S. Government, 1994. 18 18 * 19 * Th is material may be reproduced by or for the U.S. Government pursuant20 * t o the copyright license under the clause at DFARS 252.227-7013. This21 * notice must appear in all copies of this file and its derivatives.19 * The license and distribution terms for this file may in 20 * the file LICENSE in this distribution or at 21 * http://www.OARcorp.com/rtems/license.html. 22 22 * 23 23 * $Id$ -
c/src/lib/libbsp/shmdr/mpci.h
rb91726f r03f2154e 5 5 * sole mechanism for MPCI. 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/lib/libbsp/shmdr/mpisr.c
rb91726f r03f2154e 1 1 /* _Shm_isr() 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 * All rightsassigned to U.S. Government, 1994.5 * Copyright assigned to U.S. Government, 1994. 6 6 * 7 * Th is material may be reproduced by or for the U.S. Government pursuant8 * t o the copyright license under the clause at DFARS 252.227-7013. This9 * notice must appear in all copies of this file and its derivatives.7 * The license and distribution terms for this file may in 8 * the file LICENSE in this distribution or at 9 * http://www.OARcorp.com/rtems/license.html. 10 10 * 11 11 * $Id$ -
c/src/lib/libbsp/shmdr/poll.c
rb91726f r03f2154e 9 9 * Output parameters: NONE 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.13 * Copyright assigned to U.S. Government, 1994. 14 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.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/lib/libbsp/shmdr/receive.c
rb91726f r03f2154e 12 12 * NULL if no packet currently available 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/shmdr/retpkt.c
rb91726f r03f2154e 10 10 * Output parameters: NONE 11 11 * 12 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.12 * COPYRIGHT (c) 1989-1997. 13 13 * On-Line Applications Research Corporation (OAR). 14 * All rightsassigned to U.S. Government, 1994.14 * Copyright assigned to U.S. Government, 1994. 15 15 * 16 * Th is material may be reproduced by or for the U.S. Government pursuant17 * t o the copyright license under the clause at DFARS 252.227-7013. This18 * notice must appear in all copies of this file and its derivatives.16 * The license and distribution terms for this file may in 17 * the file LICENSE in this distribution or at 18 * http://www.OARcorp.com/rtems/license.html. 19 19 * 20 20 * $Id$ -
c/src/lib/libbsp/shmdr/send.c
rb91726f r03f2154e 12 12 * Output parameters: NONE 13 13 * 14 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.14 * COPYRIGHT (c) 1989-1997. 15 15 * On-Line Applications Research Corporation (OAR). 16 * All rightsassigned to U.S. Government, 1994.16 * Copyright assigned to U.S. Government, 1994. 17 17 * 18 * Th is material may be reproduced by or for the U.S. Government pursuant19 * t o the copyright license under the clause at DFARS 252.227-7013. This20 * notice must appear in all copies of this file and its derivatives.18 * The license and distribution terms for this file may in 19 * the file LICENSE in this distribution or at 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 22 * $Id$ -
c/src/lib/libbsp/shmdr/setckvec.c
rb91726f r03f2154e 8 8 * OUTPUT PARAMETERS: NONE 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/lib/libbsp/shmdr/shm.h
rb91726f r03f2154e 7 7 * Processor board dependencies are in other files. 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 * 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/lib/libbsp/shmdr/shm_driver.h
rb91726f r03f2154e 7 7 * Processor board dependencies are in other files. 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 * 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$
Note: See TracChangeset
for help on using the changeset viewer.