OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aoe
(Results
1 - 7
of
7
) sorted by null
/external/syslinux/gpxe/src/net/
aoe.c
37
#include <gpxe/
aoe
.h>
41
*
AoE
protocol
45
FEATURE ( FEATURE_PROTOCOL, "
AoE
", DHCP_EB_FEATURE_AOE, 1 );
49
/** List of all
AoE
sessions */
53
struct aoe_session *
aoe
=
local
56
netdev_put (
aoe
->netdev );
57
free (
aoe
);
61
* Mark current
AoE
command complete
63
* @v
aoe
AoE
sessio
192
struct
aoe
_session *
aoe
=
local
292
struct
aoe
_session *
aoe
;
local
358
struct
aoe
_session *
aoe
=
local
400
struct
aoe
_session *
aoe
=
local
434
struct
aoe
_session *
aoe
;
local
[
all
...]
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
abft.c
22
#include <gpxe/
aoe
.h>
28
*
AoE
Boot Firmware Table
48
* @v
aoe
AoE
session
50
void abft_fill_data ( struct aoe_session *
aoe
) {
53
abftab.shelf =
aoe
->major;
54
abftab.slot =
aoe
->minor;
55
memcpy ( abftab.mac,
aoe
->netdev->ll_addr, sizeof ( abftab.mac ) );
60
DBG ( "
AoE
boot firmware table:\n" );
aoeboot.c
6
#include <gpxe/
aoe
.h>
35
printf ( "Could not attach
AoE
device: %s\n",
40
printf ( "Could not initialise
AoE
device: %s\n",
46
struct aoe_session *
aoe
=
local
48
abft_fill_data (
aoe
);
76
.prefix = "
aoe
:",
/external/syslinux/gpxe/src/arch/i386/include/gpxe/
abft.h
6
*
AoE
boot firmware table
16
/**
AoE
boot firmware table signature */
20
*
AoE
Boot Firmware Table (aBFT)
25
/**
AoE
shelf */
27
/**
AoE
slot */
35
extern void abft_fill_data ( struct aoe_session *
aoe
);
/external/iproute2/lib/
ll_proto.c
80
__PF(
AOE
,
aoe
)
/external/tcpdump/
Android.mk
23
print-
aoe
.c \
/external/libnl/lib/
utils.c
787
__ADD(ETH_P_AOE,
aoe
)
Completed in 3970 milliseconds