!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-sh/   drwxr-xr-x
Free 318.35 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:     io_se.h (2.42 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * include/asm-sh/io_se.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.
 *
 * IO functions for an Hitachi SolutionEngine
 */

#ifndef _ASM_SH_IO_SE_H
#define _ASM_SH_IO_SE_H

#include <asm/io_generic.h>

extern unsigned char se_inb(unsigned long port);
extern unsigned short se_inw(unsigned long port);
extern unsigned int se_inl(unsigned long port);

extern void se_outb(unsigned char value, unsigned long port);
extern void se_outw(unsigned short value, unsigned long port);
extern void se_outl(unsigned int value, unsigned long port);

extern unsigned char se_inb_p(unsigned long port);
extern void se_outb_p(unsigned char value, unsigned long port);

extern void se_insb(unsigned long port, void *addr, unsigned long count);
extern void se_insw(unsigned long port, void *addr, unsigned long count);
extern void se_insl(unsigned long port, void *addr, unsigned long count);
extern void se_outsb(unsigned long port, const void *addr, unsigned long count);
extern void se_outsw(unsigned long port, const void *addr, unsigned long count);
extern void se_outsl(unsigned long port, const void *addr, unsigned long count);

extern unsigned char se_readb(unsigned long addr);
extern unsigned short se_readw(unsigned long addr);
extern unsigned int se_readl(unsigned long addr);
extern void se_writeb(unsigned char b, unsigned long addr);
extern void se_writew(unsigned short b, unsigned long addr);
extern void se_writel(unsigned int b, unsigned long addr);

extern unsigned long se_isa_port2addr(unsigned long offset);

#ifdef __WANT_IO_DEF

# define __inb            se_inb
# define __inw            se_inw
# define __inl            se_inl
# define __outb            se_outb
# define __outw            se_outw
# define __outl            se_outl

# define __inb_p        se_inb_p
# define __inw_p        se_inw
# define __inl_p        se_inl
# define __outb_p        se_outb_p
# define __outw_p        se_outw
# define __outl_p        se_outl

# define __insb            se_insb
# define __insw            se_insw
# define __insl            se_insl
# define __outsb        se_outsb
# define __outsw        se_outsw
# define __outsl        se_outsl

# define __readb        se_readb
# define __readw        se_readw
# define __readl        se_readl
# define __writeb        se_writeb
# define __writew        se_writew
# define __writel        se_writel

# define __isa_port2addr    se_isa_port2addr
# define __ioremap        generic_ioremap
# define __iounmap        generic_iounmap

#endif

#endif /* _ASM_SH_IO_SE_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.0046 ]--