Searched refs:linkType (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkControllerPrivate.h48 uint32_t linkType; member in struct:IONetworkLinkEventData
H A DIOEthernetInterface.cpp1340 if ((IOMediumGetNetworkType(linkData->linkType) == kIOMediumEthernet))
H A DIONetworkController.cpp1720 linkEventData.linkType = activeMedium->getType();
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h482 JumpLinkType linkType() const { return data.realTypes.m_linkType; }
483 void setLinkType(JumpLinkType linkType) { ASSERT(data.realTypes.m_linkType == LinkInvalid); data.realTypes.m_linkType = linkType; }
2024 JumpLinkType linkType = computeJumpType(record.type(), from, to); local
2025 record.setLinkType(linkType);
2026 return linkType;
2046 switch (record.linkType()) {
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dtcl.h1624 Tcl_Obj *toPtr, int linkType));
H A DtclTest.c404 Tcl_Obj *to, int linkType);
6707 int linkType)
6710 return Tcl_FSLink(TestReportGetNativePath(path), to, linkType);
6636 TestReportLink( Tcl_Obj *path, Tcl_Obj *to, int linkType) argument
H A DtclInt.h2714 int linkType);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dtcl.h1706 Tcl_Obj *toPtr, int linkType));
H A DtclTest.c399 Tcl_Obj *to, int linkType));
6287 TestReportLink(path, to, linkType)
6290 int linkType;
6293 return Tcl_FSLink(TestReportGetNativePath(path), to, linkType);
H A DtclInt.h2080 Tcl_Obj *toPtr, int linkType));

Completed in 488 milliseconds