i2c_prop_table
CTASSERT(ARRAY_SIZE(i2c_prop_table) < UINT16_MAX);
return ((uint16_t)ARRAY_SIZE(i2c_prop_table));
if (prop >= ARRAY_SIZE(i2c_prop_table)) {
VERIFY3P(i2c_prop_table[prop].ipt_name, !=, NULL);
return (&i2c_prop_table[prop]);
static const i2c_prop_table_t i2c_prop_table[] = {