Lines Matching refs:res3
3247 int err, res1, res2, res3; in remove_mcap() local
3254 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, &tmp); in remove_mcap()
3257 if (res1 != Z_OK && res2 != Z_OK && res3 != Z_OK) { in remove_mcap()
3280 if (res3 == Z_OK) { in remove_mcap()
5369 int res1, res2, res3; in info_mcap() local
5377 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, in info_mcap()
5380 if (res1 == Z_OK || res2 == Z_OK || res3 == Z_OK) in info_mcap()
5381 output_mcap(fp, &lookup, res2, swap_limit, res3, locked_limit); in info_mcap()
6275 int err, arg, res1, res2, res3; in end_func() local
6585 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, in end_func()
6588 if (res1 != Z_OK && res2 != Z_OK && res3 != Z_OK) { in end_func()
6597 if (res1 == Z_OK && res3 == Z_OK) { in end_func()