Home
last modified time | relevance | path

Searched refs:newDextUniqueIDCString (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp2676 const char *newDextUniqueIDCString = NULL; in registerIdentifier() local
2723 newDextUniqueIDCString = getDextUniqueIDCString(newDextUID, &newDextUniqueIDCStringSize); in registerIdentifier()
2724 assert(newDextUniqueIDCString != NULL); in registerIdentifier()
2751 existingVersionCString, newDextUniqueIDCString); in registerIdentifier()
2765 newVersionCString, newDextUniqueIDCString); in registerIdentifier()
2773 newVersionCString, newDextUniqueIDCString); in registerIdentifier()
2955 if (newDextUniqueIDCString != NULL) { in registerIdentifier()
2956 kfree_data(newDextUniqueIDCString, newDextUniqueIDCStringSize); in registerIdentifier()