!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/drivers/s390/block/   drwxr-xr-x
Free 318.32 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:     dasd_fba.h (1.7 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

#ifndef DASD_FBA_H
#define DASD_FBA_H

typedef
    struct DE_fba_data_t {
    struct {
        unsigned char perm:2;    /* Permissions on this extent */
        unsigned char zero:2;    /* Must be zero */
        unsigned char da:1;    /* usually zero */
        unsigned char diag:1;    /* allow diagnose */
        unsigned char zero2:2;    /* zero */
    } __attribute__ ((packed)) mask;
    __u8 zero;        /* Must be zero */
    __u16 blk_size;        /* Blocksize */
    __u32 ext_loc;        /* Extent locator */
    __u32 ext_beg;        /* logical number of block 0 in extent */
    __u32 ext_end;        /* logocal number of last block in extent */
} __attribute__ ((packed))

    DE_fba_data_t;

typedef
    struct LO_fba_data_t {
    struct {
        unsigned char zero:4;
        unsigned char cmd:4;
    } __attribute__ ((packed)) operation;
    __u8 auxiliary;
    __u16 blk_ct;
    __u32 blk_nr;
} __attribute__ ((packed))

    LO_fba_data_t;

typedef
    struct dasd_fba_characteristics_t {
    union {
        __u8 c;
        struct {
            unsigned char reserved:1;
            unsigned char overrunnable:1;
            unsigned char burst_byte:1;
            unsigned char data_chain:1;
            unsigned char zeros:4;
        } __attribute__ ((packed)) bits;
    } __attribute__ ((packed)) mode;
    union {
        __u8 c;
        struct {
            unsigned char zero0:1;
            unsigned char removable:1;
            unsigned char shared:1;
            unsigned char zero1:1;
            unsigned char mam:1;
            unsigned char zeros:3;
        } __attribute__ ((packed)) bits;
    } __attribute__ ((packed)) features;
    __u8 dev_class;
    __u8 unit_type;
    __u16 blk_size;
    __u32 blk_per_cycl;
    __u32 blk_per_bound;
    __u32 blk_bdsa;
    __u32 reserved0;
    __u16 reserved1;
    __u16 blk_ce;
    __u32 reserved2;
    __u16 reserved3;
} __attribute__ ((packed))

    dasd_fba_characteristics_t;

int dasd_fba_init (void);
void dasd_fba_cleanup (void);
#endif                /* DASD_FBA_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.0287 ]--