!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/asm-sh/   drwxr-xr-x
Free 1.06 GB of 97.11 GB (1.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     machvec.h (2.07 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * include/asm-sh/machvec.h
 *
 * Copyright 2000 Stuart Menefy (stuart.menefy@st.com)
 *
 * May be copied or modified under the terms of the GNU General Public
 * License.  See linux/COPYING for more information.
 */

#ifndef _ASM_SH_MACHVEC_H
#define _ASM_SH_MACHVEC_H

#include <linux/types.h>
#include <linux/time.h>
#include <asm/machtypes.h>

struct device;

struct sh_machine_vector {
    void (*mv_setup)(char **cmdline_p);
    const char *mv_name;
    int mv_nr_irqs;

    u8 (*mv_inb)(unsigned long);
    u16 (*mv_inw)(unsigned long);
    u32 (*mv_inl)(unsigned long);
    void (*mv_outb)(u8, unsigned long);
    void (*mv_outw)(u16, unsigned long);
    void (*mv_outl)(u32, unsigned long);

    u8 (*mv_inb_p)(unsigned long);
    u16 (*mv_inw_p)(unsigned long);
    u32 (*mv_inl_p)(unsigned long);
    void (*mv_outb_p)(u8, unsigned long);
    void (*mv_outw_p)(u16, unsigned long);
    void (*mv_outl_p)(u32, unsigned long);

    void (*mv_insb)(unsigned long, void *dst, unsigned long count);
    void (*mv_insw)(unsigned long, void *dst, unsigned long count);
    void (*mv_insl)(unsigned long, void *dst, unsigned long count);
    void (*mv_outsb)(unsigned long, const void *src, unsigned long count);
    void (*mv_outsw)(unsigned long, const void *src, unsigned long count);
    void (*mv_outsl)(unsigned long, const void *src, unsigned long count);

    u8 (*mv_readb)(void __iomem *);
    u16 (*mv_readw)(void __iomem *);
    u32 (*mv_readl)(void __iomem *);
    void (*mv_writeb)(u8, void __iomem *);
    void (*mv_writew)(u16, void __iomem *);
    void (*mv_writel)(u32, void __iomem *);

    int (*mv_irq_demux)(int irq);

    void (*mv_init_irq)(void);
    void (*mv_init_pci)(void);

    void (*mv_heartbeat)(void);

    void *(*mv_consistent_alloc)(struct device *, size_t, dma_addr_t *, gfp_t);
    int (*mv_consistent_free)(struct device *, size_t, void *, dma_addr_t);

    void __iomem *(*mv_ioport_map)(unsigned long port, unsigned int size);
    void (*mv_ioport_unmap)(void __iomem *);
};

extern struct sh_machine_vector sh_mv;

#define get_system_type()    sh_mv.mv_name

#define __initmv \
    __attribute_used__ __attribute__((__section__ (".machvec.init")))

#endif /* _ASM_SH_MACHVEC_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.004 ]--