Searched refs:StandaloneKey (Results 1 – 5 of 5) sorted by relevance
87 IN CONST VOID *StandaloneKey, in KeyCompare() argument94 CmpKey = StandaloneKey; in KeyCompare()310 USER_KEY StandaloneKey; in CmdFind() local314 StandaloneKey.Value = Value; in CmdFind()315 Entry = OrderedCollectionFind (Collection, &StandaloneKey); in CmdFind()323 assert (UserStruct->Key.Value == StandaloneKey.Value); in CmdFind()342 USER_KEY StandaloneKey; in CmdDelete() local347 StandaloneKey.Value = Value; in CmdDelete()348 Entry = OrderedCollectionFind (Collection, &StandaloneKey); in CmdDelete()358 assert (UserStruct->Key.Value == StandaloneKey.Value); in CmdDelete()
87 IN CONST VOID *StandaloneKey,198 IN CONST VOID *StandaloneKey
95 IN CONST VOID *StandaloneKey, in RootBridgePathKeyCompare() argument102 Uid = StandaloneKey; in RootBridgePathKeyCompare()
62 IN CONST VOID *StandaloneKey, in BlobKeyCompare() argument69 return AsciiStrCmp (StandaloneKey, (CONST CHAR8 *)Blob->File); in BlobKeyCompare()
205 IN CONST VOID *StandaloneKey in OrderedCollectionFind() argument214 Result = Tree->KeyCompare (StandaloneKey, Node->UserStruct); in OrderedCollectionFind()