!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-sparc/   drwxr-xr-x
Free 318.35 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     vfc_ioctls.h (1.61 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Copyright (c) 1996 by Manish Vachharajani */

#ifndef _LINUX_VFC_IOCTLS_H_
#define    _LINUX_VFC_IOCTLS_H_

    /* IOCTLs */
#define VFC_IOCTL(a)          (('j' << 8) | a)
#define VFCGCTRL    (VFC_IOCTL (0))            /* get vfc attributes */
#define VFCSCTRL    (VFC_IOCTL (1))      /* set vfc attributes */
#define VFCGVID        (VFC_IOCTL (2))     /* get video decoder attributes */
#define VFCSVID        (VFC_IOCTL (3))            /* set video decoder attributes */
#define VFCHUE        (VFC_IOCTL (4))       /* set hue */
#define VFCPORTCHG    (VFC_IOCTL (5))      /* change port */
#define VFCRDINFO    (VFC_IOCTL (6))      /* read info */

    /* Options for setting the vfc attributes and status */
#define MEMPRST        0x1    /* reset FIFO ptr. */
#define CAPTRCMD    0x2    /* start capture and wait */
#define DIAGMODE    0x3    /* diag mode */
#define NORMMODE    0x4    /* normal mode */
#define CAPTRSTR    0x5    /* start capture */
#define CAPTRWAIT    0x6    /* wait for capture to finish */


    /* Options for the decoder */
#define STD_NTSC    0x1    /* NTSC mode */
#define STD_PAL        0x2    /* PAL mode */
#define COLOR_ON    0x3    /* force color ON */
#define MONO        0x4    /* force color OFF */

    /* Values returned by ioctl 2 */

#define NO_LOCK            1
#define NTSC_COLOR    2
#define NTSC_NOCOLOR    3
#define PAL_COLOR    4
#define PAL_NOCOLOR    5

/* Not too sure what this does yet */
    /* Options for setting Field number */
#define ODD_FIELD    0x1
#define EVEN_FIELD    0x0
#define ACTIVE_ONLY     0x2
#define NON_ACTIVE    0x0

/* Debug options */
#define VFC_I2C_SEND 0
#define VFC_I2C_RECV 1

struct vfc_debug_inout
{
    unsigned long addr;
    unsigned long ret;
    unsigned long len;
    unsigned char *buffer;
};

#endif /* _LINUX_VFC_IOCTLS_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.0166 ]--