Searched refs:test_rm (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/test/i2c-tests/tests/ioctl/ |
| H A D | addresses.c | 500 test_rm(int fd, uint16_t family, uint16_t addr, i2c_errno_t err, in test_rm() function 554 if (!test_rm(fd, bad_addrs[i].ba_type, bad_addrs[i].ba_addr, in test_teardown() 560 if (!test_rm(fd, I2C_ADDR_7BIT, 0x70, I2C_IOCTL_E_NEXUS, in test_teardown() 565 if (!test_rm(fd, I2C_ADDR_7BIT, 0x30, I2C_CORE_E_OK, "tear down device " in test_teardown() 570 if (!test_rm(fd, I2C_ADDR_7BIT, 0x31, I2C_CORE_E_OK, "tear down device " in test_teardown() 577 if (!test_rm(pfd0, I2C_ADDR_7BIT, 0x42, I2C_CORE_E_OK, "tear down " in test_teardown() 582 if (!test_rm(pfd0, I2C_ADDR_7BIT, 0x42, I2C_CORE_E_UNKNOWN_ADDR, in test_teardown() 590 if (!test_rm(pfd2, I2C_ADDR_7BIT, 0x42, I2C_CORE_E_UNKNOWN_ADDR, in test_teardown() 598 if (!test_rm(pdf4, I2C_ADDR_7BIT, 0x42, I2C_CORE_E_OK, "tear down " in test_teardown() 603 if (!test_rm(pdf4, I2C_ADDR_7BIT, 0x42, I2C_CORE_E_UNKNOWN_ADDR, in test_teardown() [all …]
|