!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-3.13.0-170/arch/tile/include/asm/   drwxr-xr-x
Free 9.58 GB of 29.4 GB (32.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     vdso.h (1.79 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * Copyright 2012 Tilera Corporation. All Rights Reserved.
 *
 *   This program is free software; you can redistribute it and/or
 *   modify it under the terms of the GNU General Public License
 *   as published by the Free Software Foundation, version 2.
 *
 *   This program is distributed in the hope that it will be useful, but
 *   WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
 *   NON INFRINGEMENT.  See the GNU General Public License for
 *   more details.
 */

#ifndef __TILE_VDSO_H__
#define __TILE_VDSO_H__

#include <linux/types.h>

/*
 * Note about the vdso_data structure:
 *
 * NEVER USE THEM IN USERSPACE CODE DIRECTLY. The layout of the
 * structure is supposed to be known only to the function in the vdso
 * itself and may change without notice.
 */

struct vdso_data {
    __u64 tz_update_count;  /* Timezone atomicity ctr             */
    __u64 tb_update_count;  /* Timebase atomicity ctr             */
    __u64 xtime_tod_stamp;  /* TOD clock for xtime                */
    __u64 xtime_clock_sec;  /* Kernel time second                 */
    __u64 xtime_clock_nsec; /* Kernel time nanosecond             */
    __u64 wtom_clock_sec;   /* Wall to monotonic clock second     */
    __u64 wtom_clock_nsec;  /* Wall to monotonic clock nanosecond */
    __u32 mult;             /* Cycle to nanosecond multiplier     */
    __u32 shift;            /* Cycle to nanosecond divisor (power of two) */
    __u32 tz_minuteswest;   /* Minutes west of Greenwich          */
    __u32 tz_dsttime;       /* Type of dst correction             */
};

extern struct vdso_data *vdso_data;

/* __vdso_rt_sigreturn is defined with the addresses in the vdso page. */
extern void __vdso_rt_sigreturn(void);

extern int setup_vdso_pages(void);

#endif /* __TILE_VDSO_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.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0049 ]--