!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-ia64/sn/sn1/   drwxr-xr-x
Free 318.33 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:     promlog.h (2.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $Id$
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
 * Copyright (C) 2000 by Colin Ngam
 */

#ifndef    _ASM_SN_SN1_PROMLOG_H
#define    _ASM_SN_SN1_PROMLOG_H

#include <asm/sn/fprom.h>

#define PROMLOG_MAGIC            0x504c4f49
#define PROMLOG_VERSION            1

#define PROMLOG_OFFSET_MAGIC        0x10
#define PROMLOG_OFFSET_VERSION        0x14
#define PROMLOG_OFFSET_SEQUENCE        0x18
#define PROMLOG_OFFSET_ENTRY0        0x100

#define PROMLOG_ERROR_NONE        0
#define PROMLOG_ERROR_PROM           -1
#define PROMLOG_ERROR_MAGIC           -2
#define PROMLOG_ERROR_CORRUPT           -3
#define PROMLOG_ERROR_BOL           -4
#define PROMLOG_ERROR_EOL           -5
#define PROMLOG_ERROR_POS           -6
#define PROMLOG_ERROR_REPLACE           -7
#define PROMLOG_ERROR_COMPACT           -8
#define PROMLOG_ERROR_FULL           -9
#define PROMLOG_ERROR_ARG           -10
#define PROMLOG_ERROR_UNUSED           -11          

#define PROMLOG_TYPE_UNUSED        0xf
#define PROMLOG_TYPE_LOG        3
#define PROMLOG_TYPE_LIST        2
#define PROMLOG_TYPE_VAR        1
#define PROMLOG_TYPE_DELETED        0

#define PROMLOG_TYPE_ANY        98
#define PROMLOG_TYPE_INVALID        99

#define PROMLOG_KEY_MAX            14
#define PROMLOG_VALUE_MAX        47
#define PROMLOG_CPU_MAX            4

typedef struct promlog_header_s {
    unsigned int    unused[4];
    unsigned int    magic;
    unsigned int    version;
    unsigned int    sequence;
} promlog_header_t;

typedef unsigned int promlog_pos_t;

typedef struct promlog_ent_s {        /* PROM individual entry */
    uint        type        : 4;
    uint        cpu_num        : 4;
    char        key[PROMLOG_KEY_MAX + 1];

    char        value[PROMLOG_VALUE_MAX + 1];

} promlog_ent_t;

typedef struct promlog_s {        /* Activation handle */
    fprom_t        f;
    int            sector_base;
    int            cpu_num;

    int            active;        /* Active sector, 0 or 1 */

    promlog_pos_t    log_start;
    promlog_pos_t    log_end;

    promlog_pos_t    alt_start;
    promlog_pos_t    alt_end;

    promlog_pos_t    pos;
    promlog_ent_t    ent;
} promlog_t;

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