HomeSort by relevance Sort by last modified time
    Searched refs:InitializePort (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EapManagement2.h 76 EFI_EAP_INITIALIZE_PORT InitializePort;
EapManagement.h 236 The InitializePort() function causes the EAPOL state machines for the Port.
392 EFI_EAP_INITIALIZE_PORT InitializePort;
  /external/libmojo/mojo/edk/system/ports/
ports_unittest.cc 305 EXPECT_EQ(OK, node0.InitializePort(x0, node1_name, x1.name()));
306 EXPECT_EQ(OK, node1.InitializePort(x1, node0_name, x0.name()));
339 EXPECT_EQ(OK, node0.InitializePort(x0, node1_name, x1.name()));
340 EXPECT_EQ(OK, node1.InitializePort(x1, node0_name, x0.name()));
374 EXPECT_EQ(OK, node0.InitializePort(x0, node1_name, x1.name()));
375 EXPECT_EQ(OK, node1.InitializePort(x1, node0_name, x0.name()));
418 EXPECT_EQ(OK, node0.InitializePort(x0, node1_name, x1.name()));
419 EXPECT_EQ(OK, node1.InitializePort(x1, node0_name, x0.name()));
461 EXPECT_EQ(OK, node0.InitializePort(x0, node1_name, x1.name()));
462 EXPECT_EQ(OK, node1.InitializePort(x1, node0_name, x0.name()))
    [all...]
node.h 70 // initialized using InitializePort. This method is useful for bootstrapping
76 int InitializePort(const PortRef& port_ref,
node.cc 127 int Node::InitializePort(const PortRef& port_ref,
158 rv = InitializePort(*port0_ref, name_, port1_ref->name());
162 rv = InitializePort(*port1_ref, name_, port0_ref->name());
    [all...]

Completed in 236 milliseconds