Searched refs:makeLink (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcodesigdb.cpp168 void CodeSignatures::makeLink(Identity &id, const string &ident, bool forUser, uid_t user) function in class:CodeSignatures
199 makeLink(oldCode, name, !forSystem, user);
202 makeLink(newCode, name, !forSystem, user);
477 makeLink(clientIdentity, aclIdentity.trustedName(), true, user);
486 makeLink(aclIdentity, clientIdentity.trustedName(), true, user);
495 makeLink(clientIdentity, ident, true, user);
496 makeLink(aclIdentity, ident, true, user);
H A Dcodesigdb.h85 void makeLink(Identity &id, const std::string &ident, bool forUser = false, uid_t user = 0);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h805 bool makeLink( IORegistryEntry * to,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp350 next->makeLink( this, kChildSetIndex, plane );
358 next->makeLink( this, kParentSetIndex, plane );
1313 bool IORegistryEntry::makeLink( IORegistryEntry * to, function in class:IORegistryEntry
1635 ret = makeLink( parent, kParentSetIndex, plane );
1695 ret = makeLink( child, kChildSetIndex, plane );

Completed in 122 milliseconds