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/libchrome/mojo/core/ports/
node.h 58 // later initialized using InitializePort), or created in a fully initialized
95 // initialized using InitializePort. This method is useful for bootstrapping
101 int InitializePort(const PortRef& port_ref,
node.cc 179 int Node::InitializePort(const PortRef& port_ref,
209 rv = InitializePort(*port0_ref, name_, port1_ref->name());
213 rv = InitializePort(*port1_ref, name_, port0_ref->name());
    [all...]
ports_unittest.cc 354 EXPECT_EQ(OK, node0->node().InitializePort(*port0, node1->name(),
356 EXPECT_EQ(OK, node1->node().InitializePort(*port1, node0->name(),
    [all...]

Completed in 241 milliseconds