Lines Matching defs:tokenSet
186 unsigned long long tokenSet = GenRand64();
196 SetTokenid(&tokenSet);
202 if (ftokenidGet == 0 && tinfo->tokenid == tokenSet && tinfo->ftokenid == ftokenSet && tinfo->ftokenid != 0) {
251 unsigned long long tokenSet = GenRand64();
253 SetTokenid(&tokenSet);
256 ASSERT_EQ(tokenSet, token);
288 unsigned long long tokenSet = GenRand64();
300 SetTokenid(&tokenSet);
312 ASSERT_EQ(tinfo.tokenid, tokenSet);
330 unsigned long long tokenSet = GenRand64();
342 SetTokenid(&tokenSet);
354 ASSERT_NE(tinfo.tokenid, tokenSet);
472 unsigned long long tokenSet = GenRand64();
486 ret = ioctl(fd, ACCESS_TOKENID_SET_TOKENID, &tokenSet);