OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:root_device
(Results
1 - 13
of
13
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
device.h
75
struct
root_device
{
struct
95
int ( * probe ) ( struct
root_device
*rootdev );
104
void ( * remove ) ( struct
root_device
*rootdev );
108
#define ROOT_DEVICES __table ( struct
root_device
, "root_devices" )
/external/syslinux/gpxe/src/core/
device.c
43
static int rootdev_probe ( struct
root_device
*rootdev ) {
61
static void rootdev_remove ( struct
root_device
*rootdev ) {
74
struct
root_device
*rootdev;
90
struct
root_device
*rootdev;
91
struct
root_device
*tmp;
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py
99
root_device
= bin_utils.get_root_device()
100
if not
root_device
:
102
logging.debug('Root device: %s' %
root_device
)
104
root_partitions = self.get_root_partitions(
root_device
)
/external/syslinux/gpxe/src/drivers/bus/
isa.c
53
static void isabus_remove ( struct
root_device
*rootdev );
94
static int isabus_probe ( struct
root_device
*rootdev ) {
150
static void isabus_remove ( struct
root_device
*rootdev ) {
169
struct
root_device
isa_root_device __root_device = {
eisa.c
12
static void eisabus_remove ( struct
root_device
*rootdev );
98
static int eisabus_probe ( struct
root_device
*rootdev ) {
160
static void eisabus_remove ( struct
root_device
*rootdev ) {
179
struct
root_device
eisa_root_device __root_device = {
mca.c
18
static void mcabus_remove ( struct
root_device
*rootdev );
79
static int mcabus_probe ( struct
root_device
*rootdev ) {
155
static void mcabus_remove ( struct
root_device
*rootdev ) {
174
struct
root_device
mca_root_device __root_device = {
pci.c
39
static void pcibus_remove ( struct
root_device
*rootdev );
231
static int pcibus_probe ( struct
root_device
*rootdev ) {
319
static void pcibus_remove ( struct
root_device
*rootdev ) {
338
struct
root_device
pci_root_device __root_device = {
isapnp.c
77
static void isapnpbus_remove ( struct
root_device
*rootdev );
636
static int isapnpbus_probe ( struct
root_device
*rootdev ) {
733
static void isapnpbus_remove ( struct
root_device
*rootdev ) {
752
struct
root_device
isapnp_root_device __root_device = {
/external/syslinux/gpxe/src/arch/i386/drivers/net/
undionly.c
54
static int undibus_probe ( struct
root_device
*rootdev ) {
95
static void undibus_remove ( struct
root_device
*rootdev __unused ) {
109
struct
root_device
undi_root_device __root_device = {
/external/syslinux/gpxe/src/drivers/net/
3c509.c
34
static void t509bus_remove ( struct
root_device
*rootdev );
340
static int t509bus_probe ( struct
root_device
*rootdev ) {
408
static void t509bus_remove ( struct
root_device
*rootdev ) {
427
struct
root_device
t509_root_device __root_device = {
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.cc
526
const int
root_device
= 0;
local
528
core == -1 ? xla::sharding_builder::AssignDevice(
root_device
)
/external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py
28
root_device
= r'/dev/root$'
variable in class:platform_FilePerms
/external/autotest/server/site_tests/factory_Basic/
test_list.fwteam_small
228
'
root_device
': 'mmcblk0p5'})
Completed in 203 milliseconds