iPXE
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
b
d
i
p
s
t
u
v
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
arch
i386
include
bits
stdint.h
Go to the documentation of this file.
1
#ifndef _BITS_STDINT_H
2
#define _BITS_STDINT_H
3
4
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
5
6
typedef
__SIZE_TYPE__
size_t
;
7
typedef
signed
long
ssize_t
;
8
typedef
signed
long
off_t
;
9
10
typedef
unsigned
char
uint8_t
;
11
typedef
unsigned
short
uint16_t
;
12
typedef
unsigned
int
uint32_t
;
13
typedef
unsigned
long
long
uint64_t
;
14
15
typedef
signed
char
int8_t
;
16
typedef
signed
short
int16_t
;
17
typedef
signed
int
int32_t
;
18
typedef
signed
long
long
int64_t
;
19
20
typedef
unsigned
long
physaddr_t
;
21
typedef
unsigned
long
intptr_t
;
22
23
#endif
/* _BITS_STDINT_H */
uint16_t
unsigned short uint16_t
Definition:
stdint.h:11
size_t
__SIZE_TYPE__ size_t
Definition:
stdint.h:6
uint64_t
unsigned long long uint64_t
Definition:
stdint.h:13
intptr_t
unsigned long intptr_t
Definition:
stdint.h:21
__SIZE_TYPE__
#define __SIZE_TYPE__
Definition:
stdint.h:13
int64_t
signed long long int64_t
Definition:
stdint.h:18
int8_t
signed char int8_t
Definition:
stdint.h:15
uint8_t
unsigned char uint8_t
Definition:
stdint.h:10
uint32_t
unsigned int uint32_t
Definition:
stdint.h:12
physaddr_t
unsigned long physaddr_t
Definition:
stdint.h:20
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
off_t
signed long off_t
Definition:
stdint.h:8
int32_t
signed int int32_t
Definition:
stdint.h:17
ssize_t
signed long ssize_t
Definition:
stdint.h:7
int16_t
signed short int16_t
Definition:
stdint.h:16
Generated by
1.8.15