Lines Matching refs:TEST_EXISTS

114 	TEST_EXISTS = 0x01,  enumerator
676 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_diskless_client()
895 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_global_zone()
915 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_is_global_zone()
1047 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_netinstall_image()
1067 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_netinstall_image()
1207 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_mounted_miniroot()
1371 r = testPath(TEST_EXISTS, "%s/%s", rootPath, "/etc/zones/index"); in cmd_is_nonglobal_zone()
1410 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_is_nonglobal_zone()
1759 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_add_driver()
1769 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_add_driver()
1779 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_add_driver()
1898 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_update_driver()
1908 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_update_driver()
1918 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_update_driver()
2037 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_remove_driver()
2047 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_remove_driver()
2057 r = testPath(TEST_EXISTS|TEST_NOT_SYMBOLIC_LINK, in cmd_can_remove_driver()
2350 r = testPath(TEST_EXISTS, in cmd_is_alternative_root()
2506 r = testPath(TEST_EXISTS, "%s/%s", rootPath, "/etc/lutab"); in cmd_is_boot_environment()
2515 r = testPath(TEST_EXISTS|TEST_IS_DIRECTORY, in cmd_is_boot_environment()