!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-mips64/sn/   drwxr-xr-x
Free 318.39 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:     intr_public.h (1.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* 
 * 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 Silicon Graphics, Inc.
 */
#ifndef __ASM_SN_INTR_PUBLIC_H
#define __ASM_SN_INTR_PUBLIC_H


/* REMEMBER: If you change these, the whole world needs to be recompiled.
 * It would also require changing the hubspl.s code and SN0/intr.c
 * Currently, the spl code has no support for multiple INTPEND1 masks.
 */

#define    N_INTPEND0_MASKS    1
#define    N_INTPEND1_MASKS    1

#define INTPEND0_MAXMASK    (N_INTPEND0_MASKS - 1)
#define INTPEND1_MAXMASK    (N_INTPEND1_MASKS - 1)

#if _LANGUAGE_C
#include <asm/sn/arch.h>

struct intr_vecblk_s;    /* defined in asm/sn/intr.h */

/*
 * The following are necessary to create the illusion of a CEL
 * on the SN0 hub.  We'll add more priority levels soon, but for
 * now, any interrupt in a particular band effectively does an spl.
 * These must be in the PDA since they're different for each processor.
 * Users of this structure must hold the vector_lock in the appropriate vector
 * block before modifying the mask arrays.  There's only one vector block
 * for each Hub so a lock in the PDA wouldn't be adequate.
 */
typedef struct hub_intmasks_s {
    /*
     * The masks are stored with the lowest-priority (most inclusive)
     * in the lowest-numbered masks (i.e., 0, 1, 2...).
     */
    /* INT_PEND0: */
    hubreg_t        intpend0_masks[N_INTPEND0_MASKS]; 
    /* INT_PEND1: */
    hubreg_t        intpend1_masks[N_INTPEND1_MASKS];
    /* INT_PEND0: */
    struct intr_vecblk_s    *dispatch0;    
    /* INT_PEND1: */
    struct intr_vecblk_s    *dispatch1;
} hub_intmasks_t;

#endif /* _LANGUAGE_C */
#endif /* __ASM_SN_INTR_PUBLIC_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.0041 ]--