OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
sparc
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:16 AM
rwxr-xr-x
📄
Kbuild
122 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
apc.h
1.7 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
asi.h
14.73 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
153 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bitsperlong.h
324 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
191 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
display7seg.h
1.9 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
envctrl.h
3.41 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
errno.h
5.41 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
fbio.h
7.72 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
fcntl.h
1.75 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctl.h
2.58 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioctls.h
5.87 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ipcbuf.h
776 bytes
11/01/2022 04:52:05 PM
rw-r--r--
📄
jsflash.h
928 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
kvm_para.h
97 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
mman.h
1.22 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
msgbuf.h
1.12 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
openpromio.h
2.13 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
param.h
253 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
perfctr.h
5.56 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
poll.h
273 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
1.48 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
psr.h
2.21 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
psrcompat.h
2.02 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pstate.h
5.81 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
8.03 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
resource.h
770 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sembuf.h
877 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
310 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
shmbuf.h
1.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
167 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
siginfo.h
670 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
signal.h
4.62 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
socket.h
2.44 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sockios.h
435 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
stat.h
1.97 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
statfs.h
164 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
1.01 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
termbits.h
6.92 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
termios.h
742 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
traps.h
5.15 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
uctx.h
1.39 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
25.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
utrap.h
1.5 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
watchdog.h
1 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: display7seg.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * * display7seg - Driver interface for the 7-segment display * present on Sun Microsystems CP1400 and CP1500 * * Copyright (c) 2000 Eric Brower <ebrower@usa.net> * */ #ifndef __display7seg_h__ #define __display7seg_h__ #define D7S_IOC 'p' #define D7SIOCRD _IOR(D7S_IOC, 0x45, int) /* Read device state */ #define D7SIOCWR _IOW(D7S_IOC, 0x46, int) /* Write device state */ #define D7SIOCTM _IO (D7S_IOC, 0x47) /* Translate mode (FLIP)*/ /* * ioctl flag definitions * * POINT - Toggle decimal point (0=absent 1=present) * ALARM - Toggle alarm LED (0=green 1=red) * FLIP - Toggle inverted mode (0=normal 1=flipped) * bits 0-4 - Character displayed (see definitions below) * * Display segments are defined as follows, * subject to D7S_FLIP register state: * * a * --- * f| |b * -g- * e| |c * --- * d */ #define D7S_POINT (1 << 7) /* Decimal point*/ #define D7S_ALARM (1 << 6) /* Alarm LED */ #define D7S_FLIP (1 << 5) /* Flip display */ #define D7S_0 0x00 /* Numerals 0-9 */ #define D7S_1 0x01 #define D7S_2 0x02 #define D7S_3 0x03 #define D7S_4 0x04 #define D7S_5 0x05 #define D7S_6 0x06 #define D7S_7 0x07 #define D7S_8 0x08 #define D7S_9 0x09 #define D7S_A 0x0A /* Letters A-F, H, L, P */ #define D7S_B 0x0B #define D7S_C 0x0C #define D7S_D 0x0D #define D7S_E 0x0E #define D7S_F 0x0F #define D7S_H 0x10 #define D7S_E2 0x11 #define D7S_L 0x12 #define D7S_P 0x13 #define D7S_SEGA 0x14 /* Individual segments */ #define D7S_SEGB 0x15 #define D7S_SEGC 0x16 #define D7S_SEGD 0x17 #define D7S_SEGE 0x18 #define D7S_SEGF 0x19 #define D7S_SEGG 0x1A #define D7S_SEGABFG 0x1B /* Segment groupings */ #define D7S_SEGCDEG 0x1C #define D7S_SEGBCEF 0x1D #define D7S_SEGADG 0x1E #define D7S_BLANK 0x1F /* Clear all segments */ #define D7S_MIN_VAL 0x0 #define D7S_MAX_VAL 0x1F #endif /* ifndef __display7seg_h__ */