Searched refs:matched (Results 1 – 3 of 3) sorted by relevance
46 static bool matched = false; variable90 matched = true; in watchcb()266 if (matched && forever) { in main()
53 // kernel object id (KOID) and adds it to a list to be matched up with55 // |AllocateSharedCollection()|. Once matched, the token is closed
318 bool matched = false; in VerifyLoopback() local319 while (out_idx < out_reqs.size() && !matched) { in VerifyLoopback()329 matched = memcmp(in_data, out_data, out_usb_req->response.actual) == 0; in VerifyLoopback()333 if (matched) { in VerifyLoopback()
Completed in 8 milliseconds