!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/include/asm-ia64/sn/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     dmamap.h (2.11 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $Id$
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
 * Copyright (C) 2000 by Colin Ngam
 */
#ifndef _ASM_SN_DMAMAP_H
#define _ASM_SN_DMAMAP_H

#include <asm/sn/sv.h>

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Definitions for allocating, freeing, and using DMA maps
 */

/*
 * DMA map types
 */
#define    DMA_SCSI    0
#define    DMA_A24VME    1        /* Challenge/Onyx only     */
#define    DMA_A32VME    2        /* Challenge/Onyx only     */
#define    DMA_A64VME    3        /* SN0/Racer */

#define    DMA_EISA    4

#define    DMA_PCI32    5        /* SN0/Racer     */
#define    DMA_PCI64    6        /* SN0/Racer     */

/*
 * DMA map structure as returned by dma_mapalloc()
 */
typedef struct dmamap {
    int        dma_type;    /* Map type (see above) */
    int        dma_adap;    /* I/O adapter */
    int        dma_index;    /* Beginning map register to use */
    int        dma_size;    /* Number of map registers to use */
    paddr_t        dma_addr;    /* Corresponding bus addr for A24/A32 */
    caddr_t        dma_virtaddr;    /* Beginning virtual address that is mapped */
} dmamap_t;

struct alenlist_s;

/*
 * Prototypes of exported functions
 */
extern dmamap_t    *dma_mapalloc(int, int, int, int);
extern void    dma_mapfree(dmamap_t *);
extern int    dma_map(dmamap_t *, caddr_t, int);
extern int    dma_map2(dmamap_t *, caddr_t, caddr_t, int);
extern paddr_t    dma_mapaddr(dmamap_t *, caddr_t);
#ifdef LATER
extern int    dma_mapbp(dmamap_t *, buf_t *, int);
#endif
extern int    dma_map_alenlist(dmamap_t *, struct alenlist_s *, size_t);
extern uint    ev_kvtoiopnum(caddr_t);

/*
 * These variables are defined in master.d/kernel
 */
extern struct map *a24map[];
extern struct map *a32map[];

extern int a24_mapsize;
extern int a32_mapsize;

extern lock_t dmamaplock;
extern sv_t dmamapout;

#ifdef __cplusplus
}
#endif

/* standard flags values for pio_map routines,
 * including {xtalk,pciio}_dmamap calls.
 * NOTE: try to keep these in step with PIOMAP flags.
 */
#define DMAMAP_FIXED    0x1
#define DMAMAP_NOSLEEP    0x2
#define    DMAMAP_INPLACE    0x4

#define    DMAMAP_FLAGS    0x7

#endif /* _ASM_SN_DMAMAP_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0047 ]--