Searched refs:suspendStr (Results 1 – 1 of 1) sorted by relevance
304 static const char suspendStr[] = "PM: suspend entry "; variable352 if (((b = strnstr(cp, len, suspendStr))) in sniffTime()353 && ((size_t)((b += sizeof(suspendStr) - 1) - cp) < len)) { in sniffTime()370 && ((size_t)((b += sizeof(suspendStr) - 1) - cp) < len)) { in sniffTime()444 const char *cp = strnstr(buf, len, suspendStr); in synchronize()