!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/mtd/   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:     inftl-user.h (1.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * $Id: inftl-user.h,v 1.2 2005/11/07 11:14:56 gleixner Exp $
 *
 * Parts of INFTL headers shared with userspace
 *
 */

#ifndef __MTD_INFTL_USER_H__
#define __MTD_INFTL_USER_H__

#define    OSAK_VERSION    0x5120
#define    PERCENTUSED    98

#define    SECTORSIZE    512

/* Block Control Information */

struct inftl_bci {
    uint8_t ECCsig[6];
    uint8_t Status;
    uint8_t Status1;
} __attribute__((packed));

struct inftl_unithead1 {
    uint16_t virtualUnitNo;
    uint16_t prevUnitNo;
    uint8_t ANAC;
    uint8_t NACs;
    uint8_t parityPerField;
    uint8_t discarded;
} __attribute__((packed));

struct inftl_unithead2 {
    uint8_t parityPerField;
    uint8_t ANAC;
    uint16_t prevUnitNo;
    uint16_t virtualUnitNo;
    uint8_t NACs;
    uint8_t discarded;
} __attribute__((packed));

struct inftl_unittail {
    uint8_t Reserved[4];
    uint16_t EraseMark;
    uint16_t EraseMark1;
} __attribute__((packed));

union inftl_uci {
    struct inftl_unithead1 a;
    struct inftl_unithead2 b;
    struct inftl_unittail c;
};

struct inftl_oob {
    struct inftl_bci b;
    union inftl_uci u;
};


/* INFTL Media Header */

struct INFTLPartition {
    __u32 virtualUnits;
    __u32 firstUnit;
    __u32 lastUnit;
    __u32 flags;
    __u32 spareUnits;
    __u32 Reserved0;
    __u32 Reserved1;
} __attribute__((packed));

struct INFTLMediaHeader {
    char bootRecordID[8];
    __u32 NoOfBootImageBlocks;
    __u32 NoOfBinaryPartitions;
    __u32 NoOfBDTLPartitions;
    __u32 BlockMultiplierBits;
    __u32 FormatFlags;
    __u32 OsakVersion;
    __u32 PercentUsed;
    struct INFTLPartition Partitions[4];
} __attribute__((packed));

/* Partition flag types */
#define    INFTL_BINARY    0x20000000
#define    INFTL_BDTL    0x40000000
#define    INFTL_LAST    0x80000000

#endif /* __MTD_INFTL_USER_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.0047 ]--