Lines Matching defs:level
11 * As the privelge level for a normal process is 0, start by
12 * setting/changing the level to 0.
28 int level;
30 for (level = 0; level < total_level; ++level) {
32 TEST(iopl(level));
35 tst_res(TFAIL | TTERRNO, "iopl() failed for level %d, "
36 "errno=%d : %s", level,
39 tst_res(TPASS, "iopl() passed for level %d, "
40 "returned %ld", level, TST_RET);